Skip to content

Commit 18c12ce

Browse files
authored
Update how-to-manage-acls.md
1 parent d4113d8 commit 18c12ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/energy-data-services/how-to-manage-acls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Run the following curl command in Azure Cloud Shell to create a new data group,
1919
**Request format**
2020

2121
```bash
22-
curl --location --request POST "https://<URI>/api/entitlements/v2/groups/" \
22+
curl --location --request POST "https://<adme-url>/api/entitlements/v2/groups/" \
2323
--header 'data-partition-id: <data-partition>' \
2424
--header 'Authorization: Bearer <access_token>'
2525
--data-raw '{
@@ -37,7 +37,7 @@ In case, a data record has 2 ACLs, ACL_1 and ACL_2, and a given user is member o
3737
**Request format**
3838
3939
```bash
40-
curl --location --request PUT 'https://osdu-ship.msft-osdu-test.org/api/storage/v2/records/' \
40+
curl --location --request PUT 'https://<adme-url>/api/storage/v2/records/' \
4141
--header 'data-partition-id: opendes' \
4242
--header 'Accept: application/json' \
4343
--header 'Authorization: Bearer <token>’ \
@@ -98,7 +98,7 @@ Keep the record ID from the response handy for future references.
9898
**Request format**
9999
100100
```bash
101-
curl --location 'https://osdu-ship.msft-osdu-test.org/api/storage/v2/records/opendes:master-data--Well:999736019023' \
101+
curl --location 'https://<adme-url>/api/storage/v2/records/opendes:master-data--Well:999736019023' \
102102
--header 'data-partition-id: opendes' \
103103
--header 'Authorization: Bearer <token>
104104
```
@@ -147,7 +147,7 @@ The first `/acl/owners/0` operation removes ACL from 0th position in the array o
147147
**Request format**
148148

149149
```bash
150-
curl --location --request PATCH 'https://osdu-ship.msft-osdu-test.org/api/storage/v2/records/' \
150+
curl --location --request PATCH 'https://<adme-url>/api/storage/v2/records/' \
151151
--header 'data-partition-id: opendes' \
152152
--header 'Accept: application/json' \
153153
--header 'Authorization: Bearer <token>’\

0 commit comments

Comments
 (0)