Move a post (and any posts within that post's thread)
POST/api/v4/posts/:post_id/move
Move a post/thread to another channel. THIS IS A BETA FEATURE. The API is subject to change without notice.
Permissions
Must have read_channel permission for the channel the post is in. Must have write_post permission for the channel the post is being moved to.
Minimum server version: 9.3
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Post moved successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled