Skip to content

Update post

Update an existing post. Only draft, scheduled, failed, and partial posts can be edited. Published, publishing, and cancelled posts cannot be modified.

PUT /v1/posts/{postId}

Update an existing post. Only draft, scheduled, failed, and partial posts can be edited. Published, publishing, and cancelled posts cannot be modified.

Parameters

  • postId (path, string) required

Request body

Content-Type: application/json

  • content (string)
  • scheduledFor (string)
  • tiktokSettings ($ref) — Root-level TikTok settings applied to all TikTok platforms. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
  • facebookSettings ($ref) — Root-level Facebook settings applied to all Facebook platforms. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
  • recycling ($ref)

Example:

json

{
  "content": "Updated content for our launch post!",
  "scheduledFor": "2024-11-02T14:00:00Z"
}

Responses

200 — Post updated

  • message (string)
  • post ($ref)

207 — Partial publish success

400 — Invalid request

401

403 — Forbidden

404