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

# Update audio post

`PATCH /posts/audio/{id}`

## Path parameters

- `id` string, required

## Headers

- `organization` string, required

## Request body

- UpdateAudioPostRestInput
  - `access` string — Access level determines who can access this post
  - `description` string — Post description
  - `entitlements` string[] — String array containing IDs of products
  - `featuredAt` string, date-time — Date the poost was featured
  - `geofence` GeofenceObject
    - `countryCodes` string[]
    - `type` 'WHITELIST' | 'BLACKLIST'
  - `media` string — Media ID
  - `pushNotification` string, date-time — Push notification
  - `status` 'DRAFT' | 'PUBLISHED' — The status of the post. Enum
  - `title` string — Post title
  - `kind` string — Kind
  - `inFeed` boolean — Is this post featured in the feed?

## Response `200`

Audio 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)
