You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-convert-segy-to-zgy.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,13 +400,13 @@ cURL --request PUT \
400
400
```
401
401
402
402
**Sample Response:**
403
-
```json
404
-
{
405
-
"runId": "workflow-12345",
406
-
"status": "Running",
407
-
"message": "Workflow triggered successfully."
408
-
}
409
-
```
403
+
```json
404
+
{
405
+
"runId": "workflow-12345",
406
+
"status": "Running",
407
+
"message": "Workflow triggered successfully."
408
+
}
409
+
```
410
410
411
411
412
412
2. Let the DAG run to the `succeeded` state. You can check the status using the workflow status call. The run ID is in the response of the previous call
0 commit comments