place.wisp.authHosting
Schema Diff
+1 -1
1
1
{
2
2
"id": "place.wisp.authHosting",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Use wisp.place hosting features",
7
-
"detail": "List and delete your sites, claim and verify custom domains, and manage private sites and their share links through the wisp.place hosting service.",
7
+
"detail": "Manage your sites, custom domains, and private site links.",
8
8
"permissions": [
9
9
{
10
10
"aud": "*",
11
11
"lxm": [
12
12
"place.wisp.v2.domain.addSite",
13
13
"place.wisp.v2.domain.claim",
14
14
"place.wisp.v2.domain.claimSubdomain",
15
15
"place.wisp.v2.domain.delete",
16
16
"place.wisp.v2.domain.getList",
17
17
"place.wisp.v2.domain.getStatus",
18
18
"place.wisp.v2.domain.verify",
19
19
"place.wisp.v2.privateSite.create",
20
20
"place.wisp.v2.privateSite.createShare",
21
21
"place.wisp.v2.privateSite.delete",
22
22
"place.wisp.v2.privateSite.list",
23
23
"place.wisp.v2.privateSite.listShares",
24
24
"place.wisp.v2.privateSite.revokeShare",
25
25
"place.wisp.v2.site.delete",
26
26
"place.wisp.v2.site.getDomains",
27
27
"place.wisp.v2.site.getList"
28
28
],
29
29
"type": "permission",
30
30
"resource": "rpc"
31
31
}
32
32
]
33
33
}
34
34
},
35
35
"$type": "com.atproto.lexicon.schema",
36
36
"lexicon": 1
37
37
}