24 lines
219 B
Plaintext
24 lines
219 B
Plaintext
meta {
|
|
name: set_roaming_enable
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
post {
|
|
url: http://192.168.68.1:3000/api/roaming
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"allowed": true
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|
|
|