cURL
curl --request PATCH \ --url http://localhost:8080/api/v1/credentials/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "active": true }, "type": "<string>" } } '
{ "attributes": { "active": true, "key_id": "<string>", "secret": "<string>" }, "id": "<string>", "type": "<string>" }
Update an existing credential’s information
Credential ID
Updated credential information
Credential input model
Show child attributes
OK
Credential response model
Was this page helpful?