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.

https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-update-default-channel-invitation-preference

Request Body

{"auto_accept"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;auto_accept&quot;:&quot;\u003cboolean\u003e&quot;}