Files
full/module/base/mgt/test/pmn_create.http

17 lines
341 B
Plaintext
Raw Normal View History

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
}