Skip to content
Snippets Groups Projects
Verified Commit beb0d3c5 authored by Adam Krídl's avatar Adam Krídl
Browse files

Remove REST endpoint for updating assignment Airport-City

parent 0f796511
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -1002,37 +1002,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorMessage'
put:
tags:
- City
summary: Update assignment of airport to a city.
operationId: updateAirportAssignment
parameters:
- name: cityId
in: path
required: true
schema:
type: integer
format: int64
- name: airportId
in: path
required: true
schema:
type: integer
format: int64
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/CityDto'
"400":
description: Input data not correct
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorMessage'
delete:
tags:
- City
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment