Assign a content reviewer to a flagged post
POST/api/v4/content_flagging/post/:post_id/assign/:content_reviewer_id
Assigns a content reviewer to a specific flagged post for review. The user must be a content reviewer of the team to which the post belongs to. An enterprise advanced license is required.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Content reviewer assigned successfully
Bad request - Invalid input data or missing required fields.
Forbidden - User does not have permission to assign a reviewer to this post.
Post or user not found, or feature is disabled via the feature flag.
Internal server error.
Feature is disabled either via config or an Enterprise Advanced license is not available.