Your progress is saved locally. to save it permanently.

0 of 4 steps0%
1

Update a Mission Log

Send GET /logs to see all entries. Pick a log ID and send PATCH /logs/:id to update it. For example, update the title to add "VERIFIED BY FLIGHT DIRECTOR".

2

Delete a Mission Log

Send DELETE /logs/:id to remove a log (expect 200 OK). Note: logs with category anomaly cannot be deleted.

3

Request Mission Briefing

Send POST /mission/brief with an empty body {}. You'll receive a briefing summarizing your mission status.

4

Verify Splashdown

Send GET /mission and verify that completion_percentage is 100 and all steps show completed: true.