---
title: "PATCH /api/companies/{id}/streams/{stream_id}/posts/{post_id}"
method: PATCH
path: "/api/companies/{id}/streams/{stream_id}/posts/{post_id}"
tags: ["api"]
---

# PATCH /api/companies/{id}/streams/{stream_id}/posts/{post_id}

`PATCH /api/companies/{id}/streams/{stream_id}/posts/{post_id}`

## Request body

- CompanyStreamPost
  - `id` string, uuid
  - `company_stream` string, uuid, required
  - `post` StreamPost, required
    - `id` string, uuid
    - `category` StreamPostCategory
      - `id` string, uuid
      - `title` string, required
    - `editor_content` RichTextEditorState
      - `id` string, uuid
      - `editor_state` string, nullable
      - `content` ContentImage[]
        - `id` string, uuid
        - `company` string, uuid, nullable
        - `image_name` string, nullable
        - `image_url` string, uri, nullable
        - `image_url_public` string, uri, nullable
        - `editor_content` string, uuid, nullable
    - `created` string, date-time
    - `modified` string, date-time
    - `title` string, required
    - `video_url` string, nullable
    - `post_content` string, required
    - `send_to_admins_only` boolean
    - `send_time` string, date-time, nullable
    - `send_now` boolean
    - `is_sent` boolean
    - `acknowledge_button` boolean
    - `include_rating` boolean
    - `is_editable` boolean
    - `company` string, uuid, nullable
    - `stream` string, uuid, required
    - `stream_post_category` string, uuid, nullable
  - `global_post_id` string, nullable
  - `send_admins_message` boolean
  - `is_sent_for_review` boolean
  - `sent_for_review_time` string, date-time, nullable
  - `approval_status` 'none' | 'approved' | 'skipped'
  - `updated_by_admin` string

## Response `200`

OK

- CompanyStreamPost
  - `id` string, uuid
  - `company_stream` string, uuid, required
  - `post` StreamPost, required
    - `id` string, uuid
    - `category` StreamPostCategory
      - `id` string, uuid
      - `title` string, required
    - `editor_content` RichTextEditorState
      - `id` string, uuid
      - `editor_state` string, nullable
      - `content` ContentImage[]
        - `id` string, uuid
        - `company` string, uuid, nullable
        - `image_name` string, nullable
        - `image_url` string, uri, nullable
        - `image_url_public` string, uri, nullable
        - `editor_content` string, uuid, nullable
    - `created` string, date-time
    - `modified` string, date-time
    - `title` string, required
    - `video_url` string, nullable
    - `post_content` string, required
    - `send_to_admins_only` boolean
    - `send_time` string, date-time, nullable
    - `send_now` boolean
    - `is_sent` boolean
    - `acknowledge_button` boolean
    - `include_rating` boolean
    - `is_editable` boolean
    - `company` string, uuid, nullable
    - `stream` string, uuid, required
    - `stream_post_category` string, uuid, nullable
  - `global_post_id` string, nullable
  - `send_admins_message` boolean
  - `is_sent_for_review` boolean
  - `sent_for_review_time` string, date-time, nullable
  - `approval_status` 'none' | 'approved' | 'skipped'
  - `updated_by_admin` string

---

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