---
title: "Toggle suggestions on/off for a chat"
method: PATCH
path: "/v2/chats/{id}/suggestions"
tags: ["Chats v2"]
---

# Toggle suggestions on/off for a chat

`PATCH /v2/chats/{id}/suggestions`

## Path parameters

- `id` string, required

## Request body

- ToggleSuggestionsDto
  - `enabled` boolean, required — Whether to enable or disable suggestions for this chat

## Response `200`

Successfully toggled suggestions

- ToggleSuggestionsResponseDto
  - `success` boolean, required — Success status
  - `suggestionsEnabled` boolean, required — The new state of suggestions

## Other responses

- `404` — Chat not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
