Create Flight Categories
post/v1/flight/{FlightID}/category
Path parameters
FlightIDinteger required
ID of the Flight
Request body
Response
200
Example response
{
"Id": 4567,
"Name": "Sports"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.