Update a post
PUT/api/v4/posts/:post_id
Update a post. Only the fields listed below are updatable, omitted fields will be treated as blank.
Permissions
Must have edit_post permission for the channel the post is in.
Request
Responses
- 200
- 400
- 401
- 403
Post update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions