Skip to content

Commit 0f34af5

Browse files
authored
Apply suggestions from code review
1 parent 59665f4 commit 0f34af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
6262
```
6363
**Sample Request**
6464

65-
Consider an Azure Data Manager for Energy resource named `admetest` with a data partition named `dp1`, legal tage named `dp1-RDDMS-Legal-Tag`, valid entitlement group named as `data.default.viewers` and `data.default.owners`. You want to create new data space name `demo/RestWrite`.
65+
Consider an Azure Data Manager for Energy resource named `admetest` with a data partition named `dp1`, legal tag named `dp1-RDDMS-Legal-Tag`, valid entitlement group named as `data.default.viewers` and `data.default.owners`. You want to create new data space name `demo/RestWrite`.
6666

6767
```bash
6868
curl --request GET \
@@ -106,7 +106,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
106106
Encoded dataspace name: "demo%2FRestWrite"
107107
```
108108

109-
1. Run the following curl command to add resources using transaction id.
109+
1. Run the following curl command to add resources using transaction ID.
110110
```bash
111111
curl --request PUT \
112112
--url 'https://<adme_url>/api/reservoir-ddms/v2/dataspaces/<encoded_dataspace_id>/resources?transactionId=<transaction_id>' \
@@ -214,7 +214,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
214214
```json
215215
true
216216
```
217-
1. Run the following curl command to add arrays using transaction id.
217+
1. Run the following curl command to add arrays using transaction ID.
218218
```bash
219219
curl --request PUT \
220220
--url 'https://<adme_url>/api/reservoir-ddms/v2/dataspaces/<encoded_dataspace_id>/resources/arrays?transactionId=<transaction_id>' \

0 commit comments

Comments
 (0)