Skip to content
Snippets Groups Projects
Commit 6520ffc4 authored by Martin Slovík's avatar Martin Slovík
Browse files

Removing update Steward to Flight assignment endpoint

parent ad2014e6
No related branches found
No related tags found
No related merge requests found
......@@ -172,33 +172,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorMessage'
put:
tags:
- Steward
summary: Update assignment of steward to a flight.
operationId: updateStewardFlights
parameters:
- name: stewardId
in: path
required: true
schema:
type: integer
format: int64
- name: flightId
in: path
required: true
schema:
type: integer
format: int64
responses:
"200":
$ref: '#/components/responses/SingleStewardDtoResponse'
"400":
description: Input data not correct
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorMessage'
delete:
tags:
- Steward
......
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