Update default channel invitation preference
PUT {{baseUrl}}/v3/applications/default_channel_invitation_preference
Update default channel invitation preference
Updates the default channel invitation preference of an application.
Note: Using the update channel invitation preference action, you can update the value of a specific user's channel invitation preference, which can be set individually by user.
Request Body
{"auto_accept"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"auto_accept":"\u003cboolean\u003e"}