Tickets API
POST/api/v1/tickets/{id}/documents
Product availabilityAlgaPSAAlgaDesk

Upload a ticket document

Uploads a file as a document attachment to a ticket. Send multipart/form-data with a `file` field. Returns the created document.

RBAC · ticket

Path parameters

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

Response body

Success response 201 · schema WorkV1ApiSuccess

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

Response codes

201
Document uploaded.
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Ticket or sub-resource not found.
500
Unexpected controller/service failure.