cURL
curl --request PUT \ --url https://api.veryfront.com/integrations/user-connections/{name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "tools": [ "<string>" ] } '
{ "name": "<string>", "display_name": "<string>", "icon": "<string>", "description": "<string>", "enabled": true, "connected": true, "allowed_tools": [ "<string>" ], "tools": [ { "id": "<string>", "name": "<string>", "description": "<string>", "requires_write": true } ] }
Updates a user integration connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Updated connection config
Show child attributes