Skip to content

Commit ce7cf1c

Browse files
author
Preeti Singh
committed
fixing space
1 parent 156a8be commit ce7cf1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/energy-data-services/tutorial-petrel-ddms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: preetisingh
66
ms.author: preetisingh
77
ms.service: azure-data-manager-energy
88
ms.topic: tutorial
9-
ms.date: 22/07/2025
9+
ms.date: 7/22/2025
1010
ms.custom: template-tutorial
1111

1212
#Customer intent: As a developer, I want to learn how to use the Petrel DDMS APIs so that I can store and retrieve similar kinds of data records.
@@ -49,7 +49,7 @@ Ensure you have `cURL` installed on your system. You will use it to make API cal
4949

5050
## Use Petrel DDMS APIs to work with Petrel projects
5151

52-
Successfully completing the API calls that are Present in [swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/petrel_ddms_openapi.yaml) indicates successful interaction with your saved Petrel projects. Although the API provides a way to upload data, we recommend that you upload your projects via DELFI Petrel Project Explorer. All of the following API calls assume that you have a project uploaded to Petrel Project Explorer.
52+
Successfully completing the API calls that are present in [swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/petrel_ddms_openapi.yaml) indicates successful interaction with your saved Petrel projects. Although the API provides a way to upload data, we recommend uploading your projects via DELFI Petrel Project Explorer. All of the following API calls assume that you have a project uploaded to Petrel Project Explorer.
5353

5454
### Create a legal tag
5555

articles/energy-data-services/tutorial-wellbore-ddms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Preetisingh
66
ms.author: preetisingh
77
ms.service: azure-data-manager-energy
88
ms.topic: tutorial
9-
ms.date: 22/07/2025
9+
ms.date: 7/22/2025
1010
ms.custom: template-tutorial
1111

1212
#Customer intent: As a developer, I want to learn how to use the Wellbore DDMS APIs so that I can store and retrieve similar kinds of data records.
@@ -49,7 +49,7 @@ Ensure you have `cURL` installed on your system. You will use it to make API cal
4949
## Use Wellbore DDMS APIs to work with well data records
5050

5151
Successfully completing the cURL requests that are described in the following Wellbore DDMS APIs indicates successful ingestion and retrieval of well records in your Azure Data Manager for Energy instance.
52-
If you are interested in checkoing out all the APIs, you can check our [swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/wellbore_ddms_openapi.yaml)
52+
If you are interested in checking out all the APIs, you can check our [Swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/wellbore_ddms_openapi.yaml)
5353

5454
### Create a legal tag
5555

@@ -95,7 +95,7 @@ Create a well record in your Azure Data Manager for Energy instance.
9595
Method: `POST`
9696

9797
```bash
98-
curl -X GET "https://<DNS>/api/os-wellbore-ddms/ddms/v3/wells/<well_id>/versions" \
98+
curl -X POST "https://<DNS>/api/os-wellbore-ddms/ddms/v3/wells/<well_id>" \
9999
-H "Authorization: Bearer <access_token>" \
100100
-H "data-partition-id: <data-partition-id>" \
101101
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)