v1

latestOpenAPI 3.0.12026-07-175557102.5 KB

Add message to ticket

Adds a message to a support ticket

post/tickets/{id}

Path parameters

idstring uuid required

The ID of the ticket

Request body

messagestring required

The message content.

Response

OK

messagestring required

The message content.

updatedAtstring date-time required

The date and time when the message was last updated.

createdAtstring date-time required

The date and time when the message was created.

Example response

{
  "author": {
    "name": "Ryan Dahl",
    "avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
    "githubId": 80
  }
}