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" } } '
{ "message": "<string>", "type": "<string>" }
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.
Show child attributes
access
accountAndBilling
bookings
cleaning
discriminationAndHarassment
internet
mailAndPackages
noiseAndAcoustics
offensiveOrObjectionableContent
other
printing
repairAndMaintenance
temperatureAndVentilation
websiteAndApp
No Content