Skip to main content
PATCH
Update a single post

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

postId
string
required
Minimum string length: 1
Pattern: ^[A-Za-z0-9_-]{1,100}$
Example:

"post_123"

Body

application/json
title
string
Required string length: 1 - 120
Example:

"Ship notes for week 11"

slug
string | null
Required string length: 1 - 160
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
Example:

"ship-notes-week-11"

markdown
string
Required string length: 1 - 100000
Example:

"# Ship notes\n\nWe shipped a faster editor."

status
enum<string>
Available options:
draft,
published
Example:

"published"

Response

Post updated successfully

organization
object
required
post
object
required
Last modified on July 17, 2026