Skip to content

Update ticket status (staff)

POST
/v1/support/tickets/{ticketId}/status
curl --request POST \
--url https://shareout.site/v1/support/tickets/example/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "status": "open" }'
ticketId
required
string
Media type application/json
object
status
required
string
Allowed values: open pending resolved closed

Status updated