Update a post
Posts
Update a post
Updates a post that is still pending. Two things can change:
• scheduled_at — reschedule (must be at least 1 minute in the future) or set to null to publish immediately. Only allowed while every item is still in pending state.
• items — replace the set of pending items. Items with item_id are updated in place, items without are inserted, and pending items not present in the body are deleted. Items that already finished publishing are never touched.
At least one of scheduled_at or items must be provided.
PATCH
Update a post
Documentation Index
Fetch the complete documentation index at: https://cut.pro/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
Last modified on May 27, 2026