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 integration’s credentials. The credentials are re-encrypted with the new values.
Sign up at Kausate.com to get an API key
Partner customer ID
Pydantic model for updating secrets via public API.
Show child attributes
Integration updated successfully
Pydantic model for secret responses via public API.
Was this page helpful?