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