Skip to main content
PUT
Update post content

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

post_id
string
required

ID of the post, as returned in the content plan. Must be a UUID.

app_id
string
required

ID of the app.

Body

application/json
content
string
required

The post text to save, replacing whatever the post held before. Sanitized before it is stored, so XML or HTML tags, code fences, and lines starting system:, assistant:, or user: are removed.

Maximum string length: 50000
Example:

"Still tracking leads in a spreadsheet? I built the thing I wanted instead."

Response

The content plan, with this post's text replaced.

plan
ContentPlan · object | null

The app's content plan, or null if it has none.