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.
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.
Successful Response