BetaSeries: reports
betaseries_reportsCreate content reports for characters, comments, shows, and more, or request updates for movies and series. Select an operation and provide target details to submit your request.
Instructions
Call the BetaSeries "reports" API. Pick an operation and pass its parameters in the params object.
Available operations:
post-reports-report [POST /reports/report]: Create a report for the element. Params: type? (Type of element: character|comment|film|forum|quizz|show|suggest|suggest_film|member (Mandatory)), target_id? (ID of the concerned element (Mandatory)), reason? (Reason for the report (Optional)), source? (Source of the report: web, app, api... (Optional))
post-reports-update [POST /reports/update]: Request an update for the element. Params: type? (Type of element: movie|show (Mandatory)), id? (ID of the concerned element (Mandatory))
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |