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 stringNew display name. null = don't change. | ||||||
description stringNew rich-text description. null = don't change. | ||||||
iconURL stringNew icon URL. null = don't change. | ||||||
documentationURL stringNew 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.
| ||||||
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.
|
| Responses | ||
|---|---|---|
200Returns the updated Integration App
|