Create Ephemeral Operations
POST
/v1/operations/ephemeralLast modified: a month ago
Scope: operation:create
This method will create a new Ephemeral Operation.
Request
Body Params application/json
No schema defined
Example
{
"boundary": {
"type": "Polygon",
"coordinates": [
[
[
-78.55714924875102,
38.15773996731016
],
[
-78.55714924875102,
38.121934862230276
],
[
-78.51075174761395,
38.121934862230276
],
[
-78.51075174761395,
38.15773996731016
],
[
-78.55714924875102,
38.15773996731016
]
]
]
},
"name": "Operation 97",
"flightType": "FLIGHT_TYPE_RECREATIONAL",
"maxAltitude": 200,
"fixedAltitude": false,
"callbackUrl": "https://myurl.com/operation/1234",
"timezoneName": "America/New_York",
"startTime": "2024-08-23T20:25:00.000Z",
"duration": 55
}
Request samples
Responses
OK(200)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
A successful response.
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago