cURL
curl --request PUT \ --url https://api.example.com/oauth/credentials/{handle} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "handle": "<string>", "_auth": { "owner": "<string>", "realm": "<string>", "organization": "<string>", "domain": "<string>" }, "scopes": [ "<string>" ], "roles": [ "<string>" ] } '
{ "handle": "<string>", "client_id": "<string>", "client_secret": "<string>", "api_key": "<string>", "_auth": { "owner": "<string>", "realm": "<string>", "organization": "<string>", "domain": "<string>" }, "scopes": [ "<string>" ], "roles": [ "<string>" ], "created": "<string>", "updated": "<string>" }
Endpoint used for updating of credentials
Show child attributes
Credentials updated successfully