com.atmosphereaccount.registry.fullPermissions
Schema Diff
+3 -2
1
1
{
2
2
"id": "com.atmosphereaccount.registry.fullPermissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Atmosphere Account",
7
-
"detail": "Manage your Atmosphere profile and reviews.",
7
+
"detail": "Manage your Atmosphere explore profile, reviews, and updates.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.atmosphereaccount.registry.profile",
14
-
"com.atmosphereaccount.registry.review"
14
+
"com.atmosphereaccount.registry.review",
15
+
"com.atmosphereaccount.registry.update"
15
16
]
16
17
}
17
18
]
18
19
}
19
20
},
20
21
"$type": "com.atproto.lexicon.schema",
21
22
"lexicon": 1
22
23
}