---
title: "Import Comments Container Content"
method: POST
path: "/v4/livecomments/{section_uuid}/import/content"
tags: ["CommentImport"]
---

# Import Comments Container Content

`POST /v4/livecomments/{section_uuid}/import/content`

Import comments container content.

## Path parameters

- `section_uuid` string, uuid, required

## Request body

- ContentImportRequest, nullable
  - `container` ContainerImport, nullable
    - `container_id` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `activation_time` integer, nullable
    - `expiry_time` integer, nullable
  - `content` ContentImport, nullable
    - `likes` ActionImport[] — Likes attributed to this comment. A particular user can only like or dislike, each item will override an existing like/dislike.
      - `actor_uuid` string, uuid, nullable
      - `date_created` integer, nullable
    - `dislikes` ActionImport[] — Dislikes attributed to this comment. A particular user can only like or dislike, each item will override an existing like/dislike.
      - `actor_uuid` string, uuid, nullable
      - `date_created` integer, nullable
    - `active_flags` ActionImport[] — Active flags attributed to this comment. A particular user can only flag content once, each item will override an existing flag.
      - `actor_uuid` string, uuid, nullable
      - `date_created` integer, nullable
    - `inactive_flags` ActionImport[] — Inactive flags attributed to this comment. A particular user can only flag content once, each item will override an existing flag.
      - `actor_uuid` string, uuid, nullable
      - `date_created` integer, nullable
    - `content_id` string, nullable
    - `content_parent_id` string, nullable
    - `actor_uuid` string, uuid, nullable
    - `content` string, nullable
    - `date_created` integer, nullable
    - `date_edited` integer, nullable
    - `is_picked` boolean
    - `state` 'awaiting_moderation' | 'deleted' | 'spam' | 'visible' | 'disabled' | 'hidden' — the state of the content
    - `author_host_section_uuid` string, uuid, nullable
    - `origin_title` string, nullable
    - `origin_summary` string, nullable
    - `origin_url` string, nullable
    - `origin_image_url` string, nullable
    - `origin_image_alt` string, nullable
    - `origin_ip_address` string, nullable

## Response `204`

No Content

## 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/revisions/ea12eb6ecdc1/schema)
