26 lines
245 B
Plaintext
26 lines
245 B
Plaintext
meta {
|
|
name: Update Server
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
patch {
|
|
url: {{url}}/lst/api/admin/server/:token
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
token: usbet1
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"zipcode": 45245
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|