POST
/
v1
/
tickets
/
draft
/
{uid}
/
submit
curl --request POST \
  --url https://platform.thena.ai/v1/tickets/draft/{uid}/submit \
  --header 'x-api-key: <api-key>'
{
  "uid": "<string>",
  "status": "<string>",
  "draftScope": "<string>",
  "entityType": "<string>",
  "content": {},
  "metadata": {},
  "createdBy": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

uid
string
required

Response

201
application/json

Operation successful

The response is of type object.