v1
latestOpenAPI 3.1.02026-07-26650239.3 KBMissions
Update Scheduled Mission
Update an existing schedule for a mission template.
patch/v0/mission/schedule/{uuid}
Path parameters
uuidstring required
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"
}
]
}
}
}