---
title: "Update Comments Container Settings"
method: POST
path: "/v4/livecomments/{section_uuid}/{content_container_uuid}/settings"
tags: ["ContentContainerSettings"]
---

# Update Comments Container Settings

`POST /v4/livecomments/{section_uuid}/{content_container_uuid}/settings`

Update a specific comments container settings.

## Path parameters

- `section_uuid` string, uuid, required
- `content_container_uuid` string, uuid, required

## Request body

- 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 `204`

No Content

## Other responses

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

---

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