DocScoDoc/docs/samples/sample_role-remove_permissi...

14 lines
190 B
Markdown
Raw Permalink Normal View History

2022-08-13 19:29:08 +02:00
### role-remove_permission
#### POST /role/customRole/remove_permission/UsersView
2022-08-13 19:29:08 +02:00
```json
{
"id": 13,
"permissions": [
"ScoView"
],
"role_name": "customRole"
2022-08-13 19:29:08 +02:00
}
```