Skip to main content
PATCH
/
api
/
v1
/
tickets
/
{id}
/
assign
Assign ticket to user
curl --request PATCH \
  --url https://api.raul.ugps.io/api/v1/tickets/{id}/assign \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

Ticket assigned