14 lines
193 B
Markdown
14 lines
193 B
Markdown
### role-remove_permission
|
|
|
|
#### POST /role/customRole/remove_permission/ScoUsersView
|
|
```json
|
|
{
|
|
"id": 13,
|
|
"permissions": [
|
|
"ScoView"
|
|
],
|
|
"role_name": "customRole"
|
|
}
|
|
```
|
|
|