Skip to content

Commit 59665f4

Browse files
Update tutorial-reservoir-ddms-apis.md
1 parent 7c1c54f commit 59665f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/energy-data-services/tutorial-reservoir-ddms-apis.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
314314
```bash
315315
curl --request GET \
316316
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources \
317-
--header 'Authorization: Bearer ey.......' \
317+
--header 'Authorization: Bearer ey......' \
318318
--header 'data-partition-id: dp1'
319319
```
320320

@@ -484,7 +484,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
484484
```bash
485485
curl --request GET \
486486
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89 \
487-
--header 'Authorization: Bearer ey.......' \
487+
--header 'Authorization: Bearer ey.....' \
488488
--header 'data-partition-id: dp1'
489489
```
490490
**Sample Response**
@@ -586,7 +586,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
586586
```bash
587587
curl --request GET \
588588
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/arrays \
589-
--header 'Authorization: Bearer ey......' \
589+
--header 'Authorization: Bearer ey........' \
590590
--header 'data-partition-id: dp1'
591591
```
592592
**Sample Response**
@@ -623,7 +623,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
623623
```bash
624624
curl --request GET \
625625
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/arrays/RESQML%2F07cb9ebb-299f-469b-9792-e76633a72b89%2Fpoints_patch0 \
626-
--header 'Authorization: Bearer ey......' \
626+
--header 'Authorization: Bearer ey........' \
627627
--header 'data-partition-id: dp1'
628628
```
629629
**Sample Response**
@@ -667,7 +667,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
667667
```bash
668668
curl --request GET \
669669
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/sources \
670-
--header 'Authorization: Bearer ey.......' \
670+
--header 'Authorization: Bearer ey........' \
671671
--header 'data-partition-id: dp1'
672672
```
673673
**Sample Response**
@@ -715,7 +715,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
715715
```bash
716716
curl --request GET \
717717
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/targets \
718-
--header 'Authorization: Bearer ey.......' \
718+
--header 'Authorization: Bearer ey........' \
719719
--header 'data-partition-id: dp1'
720720
```
721721
**Sample Response**

0 commit comments

Comments
 (0)