ReorderCustomFieldDefinitions batch-updates the section and position of multiple definitions in a single atomic operation.
POST/api/v1/crm/custom-fields:reorder
Supply the full desired layout as a list of (id, section, position) tuples. Definitions not in the list retain their current section and position.
Errors:
- INVALID_ARGUMENT: list is empty.
- NOT_FOUND: any ID in the list does not exist.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.