Add varoius Byndle Mission and Updatingservice endpoints
This commit is contained in:
22
Byndle/Missions/Building Establishment Info.bru
Normal file
22
Byndle/Missions/Building Establishment Info.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Building Establishment Info
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{host}}/missions/{{missionId}}/addbuildingestablishmentinfo
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"FromYear": 2002,
|
||||
"ToYear": 2023
|
||||
}
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
missionId: 25656
|
||||
}
|
11
Byndle/Missions/Download Logs.bru
Normal file
11
Byndle/Missions/Download Logs.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Download Logs
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/missions/download/logs
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
11
Byndle/Missions/Visible in Maps.bru
Normal file
11
Byndle/Missions/Visible in Maps.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Visible in Maps
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{host}}/missions/{{missionId}}/visibleinmapcloud/true
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
Reference in New Issue
Block a user