17 lines
341 B
HTTP
17 lines
341 B
HTTP
POST http://rest.apinb.com/mgt/pmn/create
|
|
Content-Type: application/json
|
|
Authorization: {{BSM_TOKEN}}
|
|
|
|
{
|
|
"title": "测试权限",
|
|
"title_en": "Test Permission",
|
|
"code": "test:permission",
|
|
"workspace": "ops",
|
|
"description": "这是一个测试权限",
|
|
"parent_id": 0,
|
|
"menu_path": "/test",
|
|
"menu_icon": "test",
|
|
"type": 1
|
|
}
|
|
|