Clients
Update Client
Update an OAuth2 client.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
client_secret_basic
, client_secret_post
, none
Available options:
authorization_code
, refresh_token
scope
string
default:
openid profile email user:read organizations:read organizations:write custom_fields:read custom_fields:write discounts:read discounts:write checkout_links:read checkout_links:write checkouts:read checkouts:write products:read products:write benefits:read benefits:write events:read events:write meters:read meters:write files:read files:write subscriptions:read subscriptions:write customers:read customers:write customer_sessions:write orders:read refunds:read refunds:write metrics:read webhooks:read webhooks:write external_organizations:read license_keys:read license_keys:write repositories:read repositories:write issues:read issues:write customer_portal:read customer_portal:write
Required string length:
1 - 2083
Required string length:
1 - 2083
Required string length:
1 - 2083
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?