PUT
/
v2
/
secrets
/
{secret_id}
Update Secret
curl --request PUT \
  --url https://api.openregisters.com/v2/secrets/{secret_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "secret_values": {}
}'
{
  "id": "<string>",
  "datasource_slug": "<string>",
  "datasource_name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Path Parameters

secret_id
string
required

Body

application/json

Pydantic model for updating secrets via public API.

Response

200
application/json

Successful Response

Pydantic model for secret responses via public API.