Chats v2

Toggle suggestions on/off for a chat

patch/v2/chats/{id}/suggestions

Path parameters

idstring required

Request body

enabledboolean required

Whether to enable or disable suggestions for this chat

Example request

{
  "enabled": true
}

Response

Successfully toggled suggestions

successboolean required

Success status

suggestionsEnabledboolean required

The new state of suggestions

Example response

{
  "success": true,
  "suggestionsEnabled": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.