Skip to main content

Update an Integration App by id

Updates an Integration App in place by Mongo id. Accepts null-skip scalar fields and RFC-6902 patches against authMechanisms / webhookURLGroups. Acquires a per-entity lock; returns 409 if held.

Path Parameters
id string REQUIRED
Request Body REQUIRED
name string

New display name. null = don't change.

description string

New rich-text description. null = don't change.

iconURL string

New icon URL. null = don't change.

documentationURL string

New documentation URL. null = don't change.

authMechanismsPatches object[]

RFC-6902 patch operations applied to the authMechanisms list. Caller paths target list indices directly (e.g. /0/name). null or empty = no auth-mechanism changes.

operationId string
op string
path string
value object
from string
match object
webhookURLGroupsPatches object[]

RFC-6902 patch operations applied to the webhookURLGroups list. Caller paths target list indices directly (e.g. /0/groupName). null or empty = no webhook-URL-group changes.

operationId string
op string
path string
value object
from string
match object
Responses
200

Returns the updated Integration App

Schema OPTIONAL
object