Moderation - danopia/deviantart-difi GitHub Wiki

ban

Params

  • user_id: number(?)
  • how_long: number(?)
  • reason: number(?)

getForms

Load different types of moderation reports.

Params

  • deviationid (?): number (i.e. 209522027)

Response

Returns an array of report types. Sample item:

{"id":"2",
 "formid":"3",
 "label":"Problem Content",
 "hint":"Deviations that break the rules.",
 "abbreviation":"PV",
 "color":"00bb00",
 "weight":"2",
 "actions":"127",
 "active":"1",
 "creatorid":"1182759",
 "editorid":"19587",
 "createdts":"1202412414",
 "editedts":"1301332017",
 "html":"<form> . . . <\/form>",
 "closed_cases":null}

unban

Params

  • user_id: number(?)

saveReport

undocumented

Params

  • typeid
  • deviationid
  • answers

test

undocumented

⚠️ **GitHub.com Fallback** ⚠️