ReorderDealStages atomically updates the sort_order of multiple stages.
POST/api/v1/crm/deal-stages/reorder
Supply the full desired ordering as a list of (id, sort_order) pairs. Stages not included in the request retain their current sort_order.
Errors:
- NOT_FOUND: any referenced stage ID does not exist.
- INVALID_ARGUMENT: list is empty.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.