v2
latestOpenAPI 3.1.02026-07-312303692.4 MBIntegration
Update Integration
Update an integration.
put/api/v1/app/{app_id}/integration/{integ_id}
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
integ_idstring required
The Integration's ID.
Example:integ_1srOrx2ZWZBpBUvZwXKQmoEYga2
The Integration's ID.
Request body
Example request
{
"name": "Example Integration",
"featureFlags": []
}Response
Example response
{
"name": "Example Integration",
"id": "integ_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"featureFlags": []
}