Tickets API
PUT/api/v1/tickets/{id}
Product availabilityAlgaPSAAlgaDesk

Update ticket

Updates ticket fields. Optional suppression flags make this operation silent for customer notifications or for all human notifications while preserving audit, workflow, and webhook records.

RBAC · ticket

Path parameters

idstring <uuid>Required
UUID path identifier from underlying resource tables.

Request body

Content type: application/json · schema WorkV1TicketUpdateBody

titlestring
min length 1 · max length 255
urlstring <uri>
board_idstring <uuid>
client_idstring <uuid>
location_idstring <uuid>
contact_name_idstring <uuid>Nullable
status_idstring <uuid>
category_idstring <uuid>
subcategory_idstring <uuid>
assigned_tostring <uuid>Nullable
priority_idstring <uuid>
attributesobjectNullable
tagsarray of string
itemsstring
override_close_rulesboolean
override_close_rules_reasonstringNullable
suppressContactNotificationsboolean
When true, suppresses customer-facing email and portal notifications for this operation.
suppressInternalNotificationsboolean
When true, also suppresses agent and watcher notifications. Requires suppressContactNotifications=true.

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for ticket resource action.
404
Target resource not found.
500
Unexpected controller/service failure.