Tickets
Tickets
Path parameters
idintegerRequired
ID of the ticket to update
Body
titlestring · max: 255OptionalExample:
Updated ticket titlecontentstring · max: 65535OptionalExample:
Updated ticket contentResponses
200
Successful operation
application/json
400
Validation error
application/json
401
Unauthenticated
404
Ticket not found
put
/api/SmsUsers/Tickets/{id}Body
titlestring · max: 255RequiredExample:
Issue with SMS deliverycontentstring · max: 65535RequiredExample:
I'm experiencing problems with SMS delivery. Messages are not being sent.Responses
200
Successful operation
application/json
400
Validation error
application/json
401
Unauthenticated
post
/api/SmsUsers/TicketsPath parameters
idintegerRequired
ID of the ticket to reply to
Body
contentstring · max: 65535OptionalExample:
This is a reply to the ticketResponses
200
Successful operation
application/json
400
Validation error or Ticket not found
application/json
401
Unauthenticated
post
/api/SmsUsers/replay/{id}Last updated