Messages
Get all messages of a ticket
GET
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages
Get a message of a ticket
GET
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages/<id>
Add messages to tickets
POST
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages
Path Parameters
Name | Type | Description |
---|---|---|
ticket-id | integer |
Request Body
Name | Type | Description |
---|---|---|
message* | String | |
accountID | String | |
isAdmin | boolean | Default: false |
discordUserID | String |
Last updated