Overhaul refactor. Still things in progress
This commit is contained in:
28
bruno/Airports/Insert Airport.bru
Normal file
28
bruno/Airports/Insert Airport.bru
Normal file
@@ -0,0 +1,28 @@
|
||||
meta {
|
||||
name: Insert Airport
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/airports
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"icao": "TEST",
|
||||
"name": "Test Airport",
|
||||
"category": "unknown",
|
||||
"iso_country": "",
|
||||
"iso_region": "",
|
||||
"municipality": "",
|
||||
"elevation_ft": 0,
|
||||
"latitude": 0,
|
||||
"longitude": 0,
|
||||
"runways": [],
|
||||
"frequencies": [],
|
||||
"public": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user