Update Deal
PATCH/v1/deals/:id
Partially updates an existing deal. Only the fields provided in the request body will be modified; all other fields remain unchanged.
Updates do not trigger auto-enrichment. To enrich the deal after updating, call POST /v1/deals/:id/enrich.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Deal updated successfully
Invalid request parameters
Invalid or missing API key
Deal not found
Internal server error