feat(servers): cru added in to the server and dynamically updates vms036
This commit is contained in:
@@ -5,11 +5,22 @@ meta {
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{url}}/lst/api/admin/server
|
||||
body: none
|
||||
url: {{url}}/lst/api/admin/server/:token
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
token: usbet1
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"zipcode": 45247
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user