docs(api): inventory all SimAdmin operations
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
meta {
|
||||
name: Set APN Configuration
|
||||
type: http
|
||||
seq: 81
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://192.168.68.1:3000/api/apn
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"context_path": "/ril_0/context2",
|
||||
"apn": "cbnet",
|
||||
"protocol": "dual",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"auth_method": "chap"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user