Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 653 Bytes

content-management-review.md

File metadata and controls

29 lines (17 loc) · 653 Bytes
title summary
Content management review
API endpoints for Content management review.

Content management review

API endpoints for Content management review.

POST /api/moderation-review/review/

Create a new ModerationReview.

You must be a superuser to do this.

PARAMS:

  • text value may be nil, or if non-nil, value must be a string.

  • moderated_item_id value must be an integer greater than zero.

  • moderated_item_type value must be one of: :card, :dashboard, card, dashboard.

  • status value must be one of: ``, verified.


<< Back to API index