post https://api.talkdeskapp.com/apps//installations//state
Scope
apps:write
Request Body
{
"state": "approve",
"reason": "string"
}
Body Response - Schema
200 (state of the app successfully changed)
Parameter | Type | Description |
---|---|---|
state | string | The current state of the installation. Allowed values: "approve", "reject" |
reason | string | a reason associated with the state change |
updated_at | string | date of the latest change to the installation |
_links | object | "_links" subdivides into: 1 - "self" (object), which subdivides into: 1.1 - "href" (string) - default: http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/state |
403 (forbidden), 404 (app or installation not found)
Parameter | Type | Description |
---|---|---|
error | string | the error message |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.