cURL
curl --request PUT \ --url https://api.agentixx.io/api/integrations/{id} \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "name": "Updated Airtable" } '
{}
Update integration credentials or configuration. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Update integration credentials or configuration
Show child attributes
Integration updated