cURL
curl --request PUT \ --url https://api.veryfront.com/projects/{project_reference}/integrations/{name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "scope": "project", "allowed_tools": [ "<string>" ] } '
{ "error": "<string>", "message": "<string>" }
Upserts project integration config for a single integration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
project
endUser
Project integration updated