Chats v2
Toggle suggestions on/off for a chat
patch/v2/chats/{id}/suggestions
Path parameters
idstring required
Request body
Example request
{
"enabled": true
}Response
Successfully toggled suggestions
Example response
{
"success": true,
"suggestionsEnabled": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.