cURL
curl --request PUT \ --url https://api.kausate.com/v2/integrations/{datasourceSlug} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "secretValues": {} } '
{ "datasourceSlug": "<string>", "datasourceName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Update an existing secret’s value. The secret is re-encrypted with the new value.
Sign up at Kausate.com to get an API key
Partner customer ID
Pydantic model for updating secrets via public API.
Show child attributes
Secret updated successfully
Pydantic model for secret responses via public API.
Was this page helpful?