{ "path": "/api/v1/price-alerts/{alertId}", "method": "patch", "status": "200", "type": "response", "example": { "success": true, "data": { "alertId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "instrumentId": 1001, "symbol": "AAPL", "targetPrice": 190.0, "currentPrice": 182.3, "createdAt": "2026-04-20T10:00:00Z", "updatedAt": "2026-04-30T11:00:00Z" } } }