cURL
curl --request PATCH \ --url https://api.egp.scale.com/v5/credentials/{credential_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "type": "<string>", "payload": "<string>", "credential_metadata": {} }'
This response does not have an example.
Update an existing credential’s properties including name, description, type, payload, and metadata.
User-friendly name for the credential
Optional description
Type of credential: key or json
The credential payload to be encrypted
Optional unencrypted credential_metadata
Successful Response