APIFlight
Create or update a flight
Create a new flight or update an existing one. If the `id` field is present, the flight will be updated. Otherwise, a new flight will be created.
POST
/
flight
/save
Authorization
Authorization
RequiredBearer <token>
Go to Settings
-> Security
and create a new API key. Use the generated key as the bearer token.
In: header
Request Body
application/json
Requiredbody
RequiredCreate | Update
Flight saved successfully
Edit on GitHub
Last updated on