We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APIs Needed:
POST recognitions/:recognition_id/report
recognitions/:recognition_id/report
Reference table name reported_recognitions
reported_recognitions
type_of_reporting should be one of "Fraud", "Not Relevant", "Incorrect"
POST recognitions/:recognition_id/review
recognitions/:recognition_id/review
Reference table name recognition_moderation
recognition_moderation
Field is_inappropriate should be marked false if reviewer says recognition is valid and is not among "Fraud", "Not Relevant", "Incorrect"
is_inappropriate
false
The text was updated successfully, but these errors were encountered:
niranjan-patil
PradipDKshirsagar
No branches or pull requests
APIs Needed:
POST
recognitions/:recognition_id/report
Reference table name
reported_recognitions
type_of_reporting should be one of "Fraud", "Not Relevant", "Incorrect"
POST
recognitions/:recognition_id/review
Reference table name
recognition_moderation
Field
is_inappropriate
should be markedfalse
if reviewer says recognition is valid and is not among "Fraud", "Not Relevant", "Incorrect"The text was updated successfully, but these errors were encountered: