PATCH
/
v5
/
secrets-manager
/
credentials
/
{credential_id}
Update a credential by id
curl --request PATCH \
  --url https://api.egp.scale.com/v5/secrets-manager/credentials/{credential_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "type": "<string>",
  "payload": "<string>",
  "meta_data": {}
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

credential_id
string
required

Body

application/json

Response

204

Successful Response