PATCH
/
subscriptions
/
v1
/
{id}
curl --request PATCH \
  --url https://api.spacebring.com/subscriptions/v1/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "subscription": {
    "endDate": "2023-11-07T05:31:56Z"
  }
}'
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 subscription.

Body

application/json
subscription
object
required

Response

204
_mintlify/placeholder

No Content