docs(api): inventory all SimAdmin operations
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
meta {
|
||||
name: unlock_all_bands
|
||||
type: http
|
||||
seq: 32
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://192.168.68.1:3000/api/band-lock
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"lte_fdd_bands": [],
|
||||
"lte_tdd_bands": [],
|
||||
"nr_fdd_bands": [],
|
||||
"nr_tdd_bands": []
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user