Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the team that the ticket should be created in.
Body
application/json
A name or title for the ticket.
A description of the ticket.
The ID of the Serval user who created the ticket.
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"
The ID of the Serval user who is assigned to the ticket.
Response
Success
The created ticket.