Update a client installation
Send a request to this endpoint if you want to modify the installation status or the metadata.
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Body
Installation request
ACTIVATED, INACTIVE, AUTHORIZED, PENDING_INTEGRATION, ERROR NOT_ENTITLED, AUTH_ERROR A means to store any metadata about the installation. Could for example be settings for the application
Response
Installation updated.
The unique identifier of the application this installation is for.
"123e4567-e89b-12d3-a456-426614174000"
The date and time when the installation was created.
"2021-01-01T00:00:00Z"
The unique identifier of the installation.
"123e4567-e89b-12d3-a456-426614174000"
Additional information about the installation.
The resource that the installation is for.
"urn:pleo:company:123e4567-e89b-12d3-a456-426614174000"
This can be one of InstallationStatus values
"ACTIVATED"
The date and time when the installation was last updated.
"2021-01-01T00:00:00Z"
Explains the error that inactivated the installation. This appear if the installation status is inactive.
"NOT_ENTITLED"