Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Serval team that the ticket belongs to.
The ID of the Serval ticket that the message belongs to.
Body
application/json
The content of the message to be added to the ticket.
The ID of the Serval user who is the author of the message.
Timestamp indicating when the ticket was created. Must be in RFC 3339 format (e.g., "2017-01-15T01:30:15.01Z"). Accepts UTC timestamps with nanosecond precision. If not provided, defaults to the current server time.
Examples:
"1s"
"1.000340012s"
Response
Success
The created message.