11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/role/set_pmn
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"workspace": "your_workspace",
|
||
|
|
"id": 1,
|
||
|
|
"list": [1, 2, 3]
|
||
|
|
}
|
||
|
|
|