Skip to main content
PUT
/
api
/
v1
/
tickets
/
types
/
{id}
Update ticket type
curl --request PUT \
  --url https://api.raul.ugps.io/api/v1/tickets/types/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

id
number
required

Body

application/json

The body is of type object.

Response

Type updated