v1
latestOpenAPI 3.1.02026-07-26650239.3 KBMissions
Create Scheduled Mission
Create a new schedule for a specific mission template.
post/v0/mission/schedule
Request body
Example request
{
"schedule_events": [
{
"time_of_day": "20:39:15+00:00"
}
]
}Response
Scheduled mission returned from PATCH or POST /mission/schedule endpoints
Example response
{
"data": {
"scheduled_mission": {
"schedule_events": [
{
"time_of_day": "20:39:15+00:00"
}
]
}
}
}