---
title: "Update video post"
method: PATCH
path: "/posts/video/{id}"
tags: ["Posts"]
---

# Update video post

`PATCH /posts/video/{id}`

## Path parameters

- `id` string, required

## Headers

- `organization` string, required

## Request body

- UpdateVideoPostRestInput
  - `access` string
  - `description` string
  - `entitlements` string[]
  - `featuredAt` string, date-time
  - `geofence` GeofenceObject
    - `countryCodes` string[]
    - `type` 'WHITELIST' | 'BLACKLIST'
  - `media` string
  - `pushNotification` string, date-time
  - `status` 'DRAFT' | 'PUBLISHED'
  - `title` string
  - `kind` string
  - `inFeed` boolean

## Response `200`

Video post updated.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
