PATCH
/
support
/
tickets
/
v1
/
{id}
/
type
Update a support ticket type
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.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string

The id of the network. Required when using bearer token authentication

Path Parameters

id
string
required

The id of the ticket.

Body

application/json

Response

204

No Content