Update frequencies to communications, fixed control icons
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{API_URL}}/airports?page=1&limit=1000&metars=true
|
||||
url: {{API_URL}}/airports?page=1&limit=1000
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
@@ -13,7 +13,7 @@ get {
|
||||
params:query {
|
||||
page: 1
|
||||
limit: 1000
|
||||
metars: true
|
||||
~metars: true
|
||||
~icaos: 00AA
|
||||
~icaos: KHEF,KJYO,KMRB,KOKV
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ body:json {
|
||||
"latitude": 0,
|
||||
"longitude": 0,
|
||||
"runways": [],
|
||||
"frequencies": [],
|
||||
"communications": [],
|
||||
"public": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user