v3

latestOpenAPI 3.1.02026-08-016689273.4 KB
Posts

Update post

Update an existing post by ID. All fields are optional - only include the fields you want to update. Archived posts cannot be updated; unarchive them first.

patch/posts/{id}

Path parameters

idstring uuid required

Post ID (UUID)

Request body

titlestring
publishAtstring date-time
status'Tentative' | 'ToDo' | 'InProgress' | 'ForReview' | 'Blocked' | 'Finalized' | 'Scheduled' | 'Posted'
labelIdsstring[]
campaignIdstring uuid nullable
notesstring nullable

Response

Post updated successfully

idstring uuid
urlstring uri
titlestring
channelsstring[]
status'Tentative' | 'ToDo' | 'InProgress' | 'ForReview' | 'Blocked' | 'Finalized' | 'Scheduled' | 'Posted'
publishDatestring

Scheduled publish date (YYYY-MM-DD) in workspace timezone

publishAtstring date-time nullable

Scheduled publish datetime UTC. Only set when a specific time is specified.

createdAtstring date-time
updatedAtstring date-time
archivedAtstring date-time nullable

When the post was archived. Null if the post is not archived.