---
title: "Update Chat Container"
method: PUT
path: "/v4/chat/{section_uuid}/{chat_uuid}"
tags: ["Chat"]
---

# Update Chat Container

`PUT /v4/chat/{section_uuid}/{chat_uuid}`

Update a specific chat containers settings and title.

## Path parameters

- `section_uuid` string, uuid, required
- `chat_uuid` string, uuid, required

## Request body

- ContainerUpdateRequest
  - `title` string, nullable
  - `settings` ContentContainerSettings, nullable
    - `activation_time` integer, nullable
    - `is_social_feed_premoderation_enabled` boolean
    - `is_replying_enabled` boolean
    - `maximum_toplevel_body_length` integer, nullable
    - `is_toplevel_removal_enabled` boolean
    - `is_toplevel_premoderation_enabled` boolean
    - `is_toplevel_editing_enabled` boolean
    - `toplevel_editing_duration` integer, nullable
    - `maximum_reply_body_length` integer, nullable
    - `is_reply_removal_enabled` boolean
    - `is_reply_premoderation_enabled` boolean
    - `is_reply_editing_enabled` boolean
    - `reply_editing_duration` integer, nullable
    - `maximum_content_length` integer, nullable
    - `is_content_removal_enabled` boolean
    - `premoderate_social_feed` boolean
    - `enable_replies` boolean
    - `is_content_premoderation_enabled` boolean
    - `is_content_editing_enabled` boolean
    - `content_editing_duration` integer, nullable
    - `is_hidden` boolean

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/versions/ea12eb6ecdc1/schema)
