Skip to content

Commit af79066

Browse files
authored
Rename MEDS to ADME
1 parent fb6de20 commit af79066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The Postman collection for Petrel DDMS contains requests you can use to interact
7474

7575
This request will generate an access token and assign it as the authorization method for future requests.
7676

77-
You can also generate a token by using the cURL command in Postman or a terminal to generate a bearer token. Use the values from your Microsoft Energy Data Services instance.
77+
You can also generate a token by using the cURL command in Postman or a terminal to generate a bearer token. Use the values from your Azure Data Manager for Energy instance.
7878

7979
```bash
8080
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
@@ -137,7 +137,7 @@ Method: DELETE
137137

138138
### Get Project Version
139139

140-
Given a `Project ID` and a `Version ID`, gets the Petrel Version record associated with that project/version ID in your Microsoft Energy Data Services instance.
140+
Given a `Project ID` and a `Version ID`, gets the Petrel Version record associated with that project/version ID in your Azure Data Manager for Energy instance.
141141

142142
API: **Project** > **Project Version**
143143

@@ -178,7 +178,7 @@ Making a PUT call to this URL uploads the contents of the `body` to the blob sto
178178

179179
### Update Project
180180

181-
Given a Project ID, SAS upload URL, and a Petrel Project record, updates the Petrel Project record in your Microsoft Energy Data Services with the new values provided. Can also upload data to a given project but doesn't have to.
181+
Given a Project ID, SAS upload URL, and a Petrel Project record, updates the Petrel Project record in your Azure Data Manager for Energy with the new values provided. Can also upload data to a given project but doesn't have to.
182182

183183
API: **Project** > **Update Project**
184184

0 commit comments

Comments
 (0)