Create Ticket
Support
Create Ticket
Creates a new support ticket.
POST
Create Ticket
Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using an access token. Format: Bearer <access_token>
Body
application/json
CreateTicketRequest is the request to create a support ticket.
Ticket subject.
User who creates the ticket.
TicketType represents the category of a support ticket.
Available options:
TICKET_TYPE_UNSPECIFIED, TICKET_TYPE_BUG_REPORT, TICKET_TYPE_FEATURE_REQUEST, TICKET_TYPE_IMPROVEMENT_SUGGESTION, TICKET_TYPE_QUESTION, TICKET_TYPE_OTHER Initial conversation message content.
Response
A successful response.
CreateTicketResponse is the response after creating a ticket.
Ticket represents a support case.

