Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Jan 3, 2024
1 parent 271e7c5 commit 87a87fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/program/apis/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,8 @@ Check validity of a list of permissions.
from viam.proto.app import AuthorizedPermissions

permissions = [AuthorizedPermissions(resource_type="organization",
resource_id="organization-identifier123",
permissions=["control_robot"])]
resource_id="organization-identifier123",
permissions=["control_robot"])]

filtered_permissions = await cloud.check_permissions(permissions)
```
Expand Down

0 comments on commit 87a87fe

Please sign in to comment.