Set flight info

Replaces the session’s followed flights: deletes the existing session-owned FlightLeg documents and creates new ones from the supplied flight details. Each leg’s Cirium flightId and status resolve lazily on read. Pass an empty list to clear all flights. | auth: api_key | authz: min_org_role=operator | (SessionSetFlightInfoReq1) -> (bool)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
flight_legslist of objectsRequired
Ordered list of flights to follow for the session. Replaces any existing flight legs. Pass an empty list to clear all flight legs.
session_idstringRequired

Response

Successful Response

Errors

422
Sessions Set Flight Info V1request Unprocessable Entity Error