Keep a flagged post
PUT/api/v4/content_flagging/post/:post_id/keep
Marks a flagged post as reviewed and keeps it in the system without any changes. This action is typically performed by content reviewers after they have reviewed the flagged content and determined that it does not violate any guidelines. 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
- 403
- 404
- 500
- 501
Post marked to be kept successfully
Forbidden - User does not have permission to keep this post.
Post 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.