11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/app/create
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"title": "测试应用",
|
||
|
|
"workspace": "test_app",
|
||
|
|
"description": "这是一个测试应用"
|
||
|
|
}
|
||
|
|
|