---
title: "PATCH /api/employees/{employee_id}/post/{post_id}"
method: PATCH
path: "/api/employees/{employee_id}/post/{post_id}"
tags: ["api"]
---

# PATCH /api/employees/{employee_id}/post/{post_id}

`PATCH /api/employees/{employee_id}/post/{post_id}`

## Request body

- EmployeeStreamPost
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `ack` boolean
  - `rate` integer, nullable
  - `is_sent` boolean
  - `sent_time` string, date-time
  - `channel` string, nullable
  - `ts` string, nullable
  - `skipped` boolean
  - `skipped_reason` 'not_a_slack_user' | 'inactive_user' | 'invited_user' | 'restricted_user', nullable
  - `company_post` string, uuid
  - `employee` string, uuid

## Response `200`

OK

- EmployeeStreamPost
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `ack` boolean
  - `rate` integer, nullable
  - `is_sent` boolean
  - `sent_time` string, date-time
  - `channel` string, nullable
  - `ts` string, nullable
  - `skipped` boolean
  - `skipped_reason` 'not_a_slack_user' | 'inactive_user' | 'invited_user' | 'restricted_user', nullable
  - `company_post` string, uuid
  - `employee` string, uuid

---

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