com.atproto.moderation.createReport
#main
Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth.
Input
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
reasonType | com.atproto.moderation.defs#reasonType | - | ✅ | - |
reason | string | - | ❌ | Additional context about the content and violation. |
subject | union of com.atproto.admin.defs#repoRef com.atproto.repo.strongRef | - | ✅ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | integer | - | ✅ | - |
reasonType | com.atproto.moderation.defs#reasonType | - | ✅ | - |
reason | string | - | ❌ | - |
subject | union of com.atproto.admin.defs#repoRef com.atproto.repo.strongRef | - | ✅ | - |
reportedBy | string (did) | - | ✅ | - |
createdAt | string (datetime) | - | ✅ | - |