Edit a tasking order request.
PATCH/:contract_id/tasking/orders/:order_id
Edits a tasking order request.
Supports modifying:
Platform-only parameters (any status):
- name: Order name
Price-relevant parameters (until fulfillment):
- withhold: Withhold option
- licence_level: Licence level
Tasking parameters (Standard orders, Created/Staged only):
- geometry: Order location (Point)
- start_time: Start of tasking window (must be ≥7 days before end_time, cannot be in the past)
- end_time: End of tasking window (must be ≥7 days after start_time, cannot be in the past)
- day_night_mode: Day/night/both
- max_cloud_cover: Maximum cloud coverage (0-100%)
- min_off_nadir: Minimum off-nadir angle (0-45°)
- max_off_nadir: Maximum off-nadir angle (0-45°)
Status-based restrictions:
- Tasking parameters can only be modified for Standard orders before submission
- Assured orders cannot modify geometry or tasking parameters
- Price-relevant parameters can be modified until fulfillment
Request
Responses
- 200
- 404
- 422
Successful Response
Order not found
Validation error (invalid request body) or invalid withhold/licence level option