Update Post
Update a draft or scheduled post.
PATCH /v1/posts/:id
Update a draft or scheduled post.
Auth: Bearer API key (required)
Request body
Any combination of:
{
"content": "Updated text",
"platforms": ["account-uuid"],
"media": ["media-uuid"]
}Response 200
Returns the updated post object.