Files
lst/LogisticsSupportTool_API_DOCS/app/admin/server/Update Server.bru

30 lines
287 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
}
headers {
Cookie: {{session_cookie}}
}
body:json {
{
"zipcode": 45245
}
}
settings {
encodeUrl: true
}