cURL
curl --request PATCH \ --url https://api.spacebring.com/support/tickets/v1/{id}/type \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "ticket": { "type": "access" } }'
This response does not have an example.
Update a support ticket type.
support
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of the ticket.
No Content