Update FlightsAsk AIput https://api.kevel.co/v1/flight/{FlightID}This lets you update flights.Path ParamsFlightIDint32requiredThis is the ID of the FlightQuery ParamsexcludeAdsbooleanDefaults to falseIf true, the endpoint returns only the flight metadata without ad objectsBody ParamsIdint32requiredThe ID of the FlightNamestringrequiredThe name of the FlightStartDateISOstringrequiredStart date in ISO 8601 format: YYYY-MM-DDTHH:MM:SS.SSSSSSS. You can also just use YYYY-MM-DDEndDateISOstringEnd date in ISO 8601 format: YYYY-MM-DDTHH:MM:SS.SSSSSSS. You can also just use YYYY-MM-DDNoEndDatebooleanIf flight has no specified End Date, set to trueCampaignIdint32requiredThe ID of the campaignPriorityIdint32requiredThe ID of the PriorityGoalTypeint32requiredThis is the metric that Kevel uses to pace the ads so it hits the desired goal by the end date. Key follows: 1 = Impressions 2 = Percentage 3 = Click 7 = Conversion 8 = Revenue 9 = Daily Revenue 10 = Monthly Revenue. Instructions are hereImpressionsint32requiredThe Goal AmountIsActivebooleanrequiredActive/inactive state of the flightIsDeletedbooleanIf want to delete, set to trueIsArchivedbooleanDefaults to falseSpecifies whether flight is archived.BidModifiersarray of objectsSee Bid Modifiers documentation for example usage.BidModifiersADD objectResponse 200200Updated 7 months ago