app.bsky.feed.postgate
#main
Properties
Record defining interaction rules for a post. The record key (rkey) of the postgate record must match the record key of the post, and that record must be in the same repository.
Use com.atproto.repo.createRecord to create a record.
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
createdAt | string (datetime) | - | ✅ | - |
post | string (at-uri) | - | ✅ | Reference (AT-URI) to the post record. |
detachedEmbeddingUris | array of string | - | ❌ | List of AT-URIs embedding this post that the author has detached from. |
embeddingRules | array of union #disableRule | - | ❌ | - |
Output
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
ref | com.atproto.repo.strongRef | - | ✅ | - |
#disableRule
Disables embedding of this post.