@@ -19,7 +19,7 @@ Run the following curl command in Azure Cloud Shell to create a new data group,
19
19
** Request format**
20
20
21
21
``` bash
22
- curl --location --request POST " https://<URI >/api/entitlements/v2/groups/" \
22
+ curl --location --request POST " https://<adme-url >/api/entitlements/v2/groups/" \
23
23
--header ' data-partition-id: <data-partition>' \
24
24
--header ' Authorization: Bearer <access_token>'
25
25
--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
37
37
**Request format**
38
38
39
39
```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/' \
41
41
--header ' data-partition-id: opendes' \
42
42
--header ' Accept: application/json' \
43
43
--header ' Authorization: Bearer < token> ’ \
@@ -98,7 +98,7 @@ Keep the record ID from the response handy for future references.
98
98
**Request format**
99
99
100
100
```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' \
102
102
--header ' data-partition-id: opendes' \
103
103
--header ' Authorization: Bearer < token> ’
104
104
```
@@ -147,7 +147,7 @@ The first `/acl/owners/0` operation removes ACL from 0th position in the array o
147
147
** Request format**
148
148
149
149
``` 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/' \
151
151
--header ' data-partition-id: opendes' \
152
152
--header ' Accept: application/json' \
153
153
--header ' Authorization: Bearer <token>’\
0 commit comments