Skip to content

Commit c4cdb3e

Browse files
author
Preeti Singh
committed
fix
1 parent efa4d33 commit c4cdb3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ python sdutil auth idtoken
384384

385385
Use the following `cURL` command to trigger workflow:
386386

387-
```bash
387+
```Bash
388388
cURL -X POST "https://<DNS>/api/workflow/v1/workflow/<segy-to-zgy-conversion dag id>" \
389389
-H "Authorization: Bearer <access_token>" \
390390
-H "Content-Type: application/json" \
@@ -399,16 +399,16 @@ python sdutil auth idtoken
399399
}
400400
401401
}'
402-
```
402+
```
403403

404-
**Sample Response:**
405-
```json
404+
**Sample Response:**
405+
```json
406406
{
407407
"runId": "workflow-12345",
408408
"status": "Running",
409409
"message": "Workflow triggered successfully."
410410
}
411-
```
411+
```
412412

413413

414414
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)