Mitigations
List abuse report mitigations
GET/accounts/{account_id}/abuse-reports/{report_id}/mitigations
Request review on mitigations
POST/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal
ModelsExpand Collapse
MitigationListResponse = object { mitigations }
MitigationListResponse = object { mitigations }
mitigations: array of object { id, effective_date, entity_id, 3 more }
mitigations: array of object { id, effective_date, entity_id, 3 more }
effective_date: string
Date when the mitigation will become active. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)
MitigationReviewResponse = object { id, effective_date, entity_id, 3 more }
MitigationReviewResponse = object { id, effective_date, entity_id, 3 more }
effective_date: string
Date when the mitigation will become active. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)