Skip to content

Commit 7391161

Browse files
author
Preeti Singh
committed
fix
1 parent fa2e74b commit 7391161

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/energy-data-services/how-to-convert-segy-to-zgy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,13 @@ cURL --request PUT \
400400
```
401401
402402
**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+
```
410410
411411
412412
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

Comments
 (0)