post https://api.talkdeskapp.com/apps//installations//credentials//state
Create a transition to 'acknowledged' of the installation's credentials resource
Scope
apps:write
Request Body
{
"state": "acknowledged"
}
Body Response - Schema
202 (requested state accepted)
Parameter | Type | Description |
---|---|---|
state | object | the current state of the installation credentials |
_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/{id}/credentials/{client_id}/state |
401 (unauthorized), 403 (forbidden), 404 (app/installation not found), 409 (requested state conflicts with the current state of the target resource)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.