refactor: reorganize modules and add Linux build tooling
This commit is contained in:
15
module/base/mgt/test/pmn_sort.http
Normal file
15
module/base/mgt/test/pmn_sort.http
Normal file
@@ -0,0 +1,15 @@
|
||||
POST http://rest.apinb.com/mgt/pmn/sort
|
||||
Content-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
[
|
||||
{
|
||||
"pmn_id": 1,
|
||||
"sort_key": 1
|
||||
},
|
||||
{
|
||||
"pmn_id": 2,
|
||||
"sort_key": 2
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user