33 lines
523 B
Markdown
33 lines
523 B
Markdown
|
### role-edit
|
||
|
|
||
|
#### POST /role/customRole/edit
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{ "name" : "LaveurDeVitres", "permissions" : [ "ScoView", "APIView" ] }`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"id": 13,
|
||
|
"role_name": "customRole",
|
||
|
"permissions": [
|
||
|
"ScoView"
|
||
|
]
|
||
|
}
|
||
|
```
|
||
|
|
||
|
#### POST /role/customRole/edit
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{ "name" : "LaveurDeVitres", "permissions" : [ "ScoView", "APIView" ] }`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"id": 13,
|
||
|
"role_name": "customRole",
|
||
|
"permissions": [
|
||
|
"ScoView"
|
||
|
]
|
||
|
}
|
||
|
```
|
||
|
|