UpdateDeal applies a partial update to an open deal.
PATCH/api/v1/crm/deals/:id
Fields not supplied retain their current values. stage_id may be set to
0 to un-stage the deal. Does not affect value (managed via line items)
or outcome (managed via WonDeal/LostDeal).
Errors:
- NOT_FOUND: deal does not exist.
- PERMISSION_DENIED: caller lacks write access to the parent object.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.