Skip to content

Commit

Permalink
feat(docs) init permissions doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaqueveras committed Apr 13, 2024
1 parent 35b7d6c commit 517e901
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/permission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Permission

To get my permissions

```
http://localhost:5000/v1/permission/4fb9c1bc-0915-418f-86c6-ef1c5a0fee12 [GET]
```

```json
{
"permissions": [
"write::article",
"update::article"
]
}
```

0 comments on commit 517e901

Please sign in to comment.