Files
bsky-social-app/lexicons/app/bsky/authManageFeedDeclarations.json

22 lines
504 B
JSON

{
"lexicon": 1,
"id": "app.bsky.authManageFeedDeclarations",
"defs": {
"main": {
"type": "permission-set",
"title": "Manage Hosted Feeds",
"title:lang": {},
"detail": "Configure feed generator declaration records.",
"detail:lang": {},
"permissions": [
{
"type": "permission",
"resource": "repo",
"action": ["create", "update", "delete"],
"collection": ["app.bsky.feed.generator"]
}
]
}
}
}