Change effective ticket status
tickets_change_statusChange a ticket's status in the local overlay, leaving the public MockAPI untouched. Uses an idempotency key for safe, repeatable updates.
Instructions
Change status in the local overlay; the public MockAPI remains untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| ticket_id | Yes | ||
| idempotency_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| replayed | Yes | ||
| ticket_id | Yes | ||
| idempotency_key | Yes |