Update an integration installation
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$installationIdstringRequired
Identifier of the installation
Body
externalIdsstring[] · max: 5Optional
External IDs assigned by the integration.
space_selectionstring · enumOptionalPossible values:
Describe whether all spaces have been selected or there's a selection involved
site_selectionstring · enumOptionalPossible values:
Describe whether all sites have been selected or there's a selection involved
Responses
200
The installation has been updated.
application/json
Installation of an integration on an account
idstringRequired
statusstring · enumRequiredPossible values:
space_selectionstring · enumRequiredPossible values:
Describe whether all spaces have been selected or there's a selection involved
site_selectionstring · enumRequiredPossible values:
Describe whether all sites have been selected or there's a selection involved
spacesnumberRequired
Count of spaces, the installation is managing
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
externalIdsstring[] · max: 5Required
External IDs assigned by the integration.
targetone ofRequired
Target of the integration installation
patch/integrations/{integrationName}/installations/{installationId}
200
The installation has been updated.
Last updated
Was this helpful?