Patch subscription
Patch subscription
Authorizations
AuthorizationstringRequired
The client sends HTTP requests with the Authorization header that contains the word Bearer followed by a space and the Shop Api Key.
Path parameters
idstringRequiredPattern:
Subscription Id
/[a-zA-Z0-9]{32}/Body
statestring · enumOptionalExample:
New subscription state
CANCELLEDPossible values: Responses
200
Subscription Response
application/json
400
Bad request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
patch
/api/v1/subscriptions/{id}Last updated