Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 571 Bytes

content-verification-review.md

File metadata and controls

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

Content verification review

API endpoints for Content verification review.

POST /api/moderation-review/review/

Create a new ModerationReview.

You must be a superuser to do this.

PARAMS:

  • text nullable string

  • moderated_item_id value must be an integer greater than zero.

  • moderated_item_type enum of card, :card

  • status nullable nullable enum of verified


<< Back to API index