update_case_due_date
Modify a case's due date by providing the case ID and target timestamp.
Instructions
Cases · mutation updateCaseDueDate. Variables: input. Example variables: {"input":{"caseId":"","dueAt":"2026-05-01T00:00:00.000Z"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: UpdateCaseDueDateInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |