app.bsky.graph.block
#main
Properties
Record declaring a 'block' relationship against another account. NOTE: blocks are public in Bluesky; see blog posts for details.
Use com.atproto.repo.createRecord to create a record.
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
subject | string (did) | - | ✅ | DID of the account to be blocked. |
createdAt | string (datetime) | - | ✅ | - |
Output
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
ref | com.atproto.repo.strongRef | - | ✅ | - |