Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mission_id
string<uuid>
required

Unique identifier of the mission.

run_id
string<uuid>
required

Unique identifier of the run.

step_id
string
required

Unique identifier of the step.

Body

application/json
status
enum<string>
Available options:
pending,
in_progress,
completed,
skipped,
failed
metadata
Metadata · object

Response

Successful Response

data
PlanStepData · object
required