Settings
Body
Body for POST /api/settings. Send only the keys you want to change; all others keep their current values. Key names must exactly match the db_name field of the firmware parameter table.
Responses
200
Settings accepted; device will reboot
application/json
Generic status/message response used by several endpoints
statusstring · enumOptionalExample:
successPossible values: msgstringOptionalExample:
Settings changed! Rebooting ...400
Request body too large (≥ 10 240 bytes)
text/plain
422
Drone is armed – settings cannot be changed while armed
application/json
500
Internal server error while receiving data
text/plain
post
/api/settingsLast updated