---
title: "Update chat visibility"
method: POST
path: "/assist-ai/update_chat_visibility"
tags: ["Assistants"]
---

# Update chat visibility

`POST /assist-ai/update_chat_visibility`

Updates the visibility of the chat interface for a specific video and assistant

## Request body

- UpdateChatVisibilityRequest
  - `assistant_id` string, required — ID of the assistant
  - `video_id` string, required — ID of the video
  - `chat_is_visible` boolean, required — Whether the chat should be visible

## Response `200`

Chat visibility updated successfully

- object
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
