---
title: "Update Video Post"
method: PATCH
path: "/open-api/v1.1/memberships/posts/videos/{id}"
tags: ["Posts"]
---

# Update Video Post

`PATCH /open-api/v1.1/memberships/posts/videos/{id}`

## Path parameters

- `id` integer, required

## Headers

- `X-ShopId` string

## Request body

- object
  - `post` object, required
    - `title` string, required
    - `description` string
    - `liveAt` string, date-time
    - `tags` string[]
    - `series` object[]
    - `countryRestrictions` string[]
  - `access` object, required
    - `type` 'MembersOnly' | 'Plans' | 'Public' | 'FreeMembers' | 'FreeAndPaidMembers' | 'Paid' | 'PaidAndPaidMembers' | 'PaidAndTiers', required
    - `tiers` RequestCommonId[]
      - `id` integer, required
    - `price` integer
  - `notifications` object, required
    - `enabled` boolean, required
  - `imageResource` union, required
    - object
      - `type` 'New', required
      - `id` integer, required
    - object
      - `type` 'Keep', required
    - object
      - `type` 'Remove', required
  - `subtitlesResource` union, required
    - object
      - `type` 'New', required
      - `id` integer, required
    - object
      - `type` 'Keep', required
    - object
      - `type` 'Remove', required
  - `newMediaDirectUpload` boolean
  - `mediaUrl` string

## Response `200`

- ResponseV2PostVideoUpdate
  - `type` 'Video', required
  - `action` 'Update', required
  - `postId` integer, required
  - `videoDirectUploadData` object
    - `uploadUrl` string, required

## Other responses

- `400` — Image was not found or the upload was not completed

## Changes

- **2026-07-26** `c6887a2f069b` — 2 warning, 1 info
  - removed the optional property `body` from the response with the `400` status
  - removed the optional property `parameters` from the response with the `400` status
  - added the required property `message` to the response with the `400` status

[Change history](https://skmtc.dev/fourthwall/apis/openapi/changes/open-api/v1.1/memberships/posts/videos/:id/patch.md)

---

[API](https://skmtc.dev/fourthwall/apis/openapi.md) · [All operations](https://skmtc.dev/fourthwall/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fourthwall/openapi/revisions/c6887a2f069b/schema)
