Edit Survey Run
Update an existing survey run. You can change the name, survey tool, tie-on configuration, or replace the survey points entirely.
All fields are optional — include only what you want to change.
PATCH/api/v1/designs/{designid}/survey-runs/{surveyrunid}
Modify a survey run's name, tool, tie-on, or points
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
surveyrunid | string (UUID) | ✓ | The UUID of the survey run to update |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Content-Type | application/json | Must be application/json |
Request Body
Survey run fields to update
Request body fields
All fields are optional.
| Field | Type | Description |
|---|---|---|
name | string | New display name |
surveyTool | string | New survey tool / error model name |
tieOnType | "surface" or "run" | Change how this run connects to the wellbore |
tieOnRunUUID | string (UUID) | New parent run UUID (required when changing tieOnType to "run") |
tieOnDepth | string | New tie-on depth (required when changing tieOnType to "run") |
points | object | Replacement survey points — replaces the entire point set |
Notes
- When updating
points, the full point set is replaced — there is no way to append individual stations - Changing the
tieOnTypeto"run"requires providing bothtieOnRunUUIDandtieOnDepth - The survey tool must exist in the company's error model settings
- After updating points, the trajectory is recalculated automatically