Skip to content

Commit eb1c754

Browse files
authored
Update tutorial-petrel-ddms.md
1 parent 8fcc3f3 commit eb1c754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ This request will generate an access token and assign it as the authorization me
7676

7777
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.
7878

79-
```bash
79+
```bash
8080
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
8181
--header 'Content-Type: application/x-www-form-urlencoded' \
8282
--data-urlencode 'grant_type=client_credentials' \
8383
--data-urlencode 'client_id={{CLIENT_ID}}' \
8484
--data-urlencode 'client_secret={{CLIENT_SECRET}}' \
8585
--data-urlencode 'scope={{SCOPE}}'
86-
```
86+
```
8787

8888
In order to use this cURL generated token, you must update `access_token` in your **Collection** variables with the value after `Bearer` in the response.
8989

0 commit comments

Comments
 (0)