No description available.
View raw schema
{
"type": "permission-set",
"title": "Manage your wisp.place webhooks",
"detail": "Create, update, and delete your webhook subscriptions.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"place.wisp.v2.wh"
]
}
]
}