Update Post
Update an existing post with the passed in data. If updating a 'scheduled' post make sure to always pass 'scheduled_at' otherwise the post will process immediately
Path parameters
Post ID
Request body
Caption text for the post
Scheduled date and time for the post, setting to null will post instantly
Platform-specific configurations for the post
Account-specific configurations for the post
Array of media IDs associated with the post
Array of publicly accesible media URLs associated with the post, will be ignored if media is provided
Array of social account IDs for posting
If true will create the post but not process it until it is updated with a scheduled date or processed instantly
If true will process video files to ensure they post, If false we will skip all video processing
Response
Post updated successfully.
Unique identifier of the post
Caption text for the post
Current status of the post: scheduled, processing, or posted
Scheduled date and time for the post
Platform-specific configurations for the post
Array of social account IDs associated with the post
Account-specific configurations for the post
Array of media URLs associated with the post
Timestamp when the post was created
Timestamp when the post was last updated
If true the post will not be processed until updated
Warnings about draft behavior — e.g. platforms that will publish immediately when the draft is sent