Update case
gambot_update_caseUpdate a case by modifying only the provided fields; custom fields merge with existing values, leaving all other case data unchanged.
Instructions
Update a case — only the provided fields are changed. Accepts base fields plus a nested 'customFields' object (merged with existing custom values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | ||
| stageId | No | ||
| subject | No | ||
| category | No | ||
| priority | No | ||
| statusId | No | ||
| description | No | ||
| customFields | No |