cURL
curl --request PUT \ --url 'https://api.vida.dev/api/v2/integration/{integrationSlug}/{integrationVersion}?token=' \ --header 'Content-Type: application/json' \ --data ' { "appData": { "key": "value" } } '
{ "success": true, "message": "Integration data updated successfully", "appId": "acme", "appVersion": "v1", "appData": { "key": "value" } }
Update existing integration data for a specific integration slug and version
Vida API Token
Slug identifier for the integration
Version of the integration (defaults to v1)
Integration specific data to update
{ "key": "value" }
Integration data updated successfully
true
"Integration data updated successfully"
"acme"
"v1"