mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 15:36:24 +00:00
feat: migrate to blume docs
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
openapi: post /dwn.v1.Msg/PermissionsRevoke
|
||||
title: Revoke DWN Permission
|
||||
description: Immediately remove access rights previously granted to other users
|
||||
og:title: DWN Permission Revocation
|
||||
seo:
|
||||
title: "DWN Permission Revocation"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
Permission revocation takes effect **immediately**. Active sessions using the permission will be terminated.
|
||||
</Warning>
|
||||
:::warning
|
||||
Permission revocation takes effect **immediately**. Active sessions using the permission will be terminated.
|
||||
:::
|
||||
|
||||
## Revocation Process
|
||||
|
||||
@@ -24,12 +24,12 @@ og:title: DWN Permission Revocation
|
||||
|
||||
## Finding Permissions to Revoke
|
||||
|
||||
<Tip>
|
||||
Query your active permissions before revoking:
|
||||
```bash
|
||||
snrd query dwn permissions-request --grantor <your_did>
|
||||
```
|
||||
</Tip>
|
||||
:::tip
|
||||
Query your active permissions before revoking:
|
||||
```bash
|
||||
snrd query dwn permissions-request --grantor <your_did>
|
||||
```
|
||||
:::
|
||||
|
||||
## Authorization Requirements
|
||||
|
||||
@@ -57,6 +57,6 @@ snrd tx dwn permissions-revoke --permission-id <team_permission>
|
||||
snrd tx dwn permissions-revoke --permission-id <unused_permission>
|
||||
```
|
||||
|
||||
<Note>
|
||||
Consider notifying affected users before revoking permissions to avoid disruption.
|
||||
</Note>
|
||||
:::note
|
||||
Consider notifying affected users before revoking permissions to avoid disruption.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user