Skip to main content
PATCH
Update a draft or scheduled post
Update the content, schedule, media, or recycling of a draft or scheduled post. Published or failed posts cannot be updated — use retry to republish. Scope required: social:write

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string
required

The post id (post_id / Zernio post id)

Body

application/json
content
string
scheduled_for
string<date-time> | null
scheduled_timezone
string
media_items
object[]
hashtags
string[]
recycling
object
platform_specific_data
string

JSON-encoded string of platform-specific options (same shape as on create — e.g. linkedin {"organizationUrn":"urn:li:organization:<id>"}, googlebusiness {"locationId":"<id>"}).

Response

Updated post

data
object
Last modified on June 30, 2026