Update installation status

Update status after installation. An installation can be complete or incomplete.

Path parameters

platform_integration_idstringRequiredformat: "id"
The id of the platform integration
installation_idstringRequiredformat: "id"
The id of the installation to update

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
statusenumOptional
The new status of the installation
Allowed values:

Response

Installation updated
idstring or nullformat: "id"
The unique identifier for the integration installation
platform_integration_idstring or nullformat: "id"
The unique identifier for the integration
createdstring or nullformat: "date-time"
The date and time the installation was created
updatedstring or nullformat: "date-time"
The date and time the installation was last updated
configurationobject or null
The configuration settings for the integration
statusstring or null

The current state of the integration installation (incomplete, complete)

Errors