POST
/
v1
/
tickets
/
draft
/
{uid}
/
submit
Publish draft ticket
curl --request POST \
  --url http://localhost:8000/v1/tickets/draft/{uid}/submit \
  --header 'Authorization: Bearer <token>'
{
  "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

Authorization
string
header
required

Enter the bearer token

Path Parameters

uid
string
required

Response

201
application/json

Operation successful

The response is of type object.