Skip to content

Commit 5649c60

Browse files
committed
Prettify
1 parent af5ae67 commit 5649c60

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ git checkout NGSI-v2
236236
```
237237

238238
> [!NOTE]
239+
>
239240
> The initial creation of Docker images can take up to three minutes
240241
241242
Thereafter, all services can be initialized from the command-line by running the
@@ -249,6 +250,7 @@ repository:
249250
Where `<command>` will vary depending upon the exercise we wish to activate.
250251

251252
> [!NOTE]
253+
>
252254
> If you want to clean up and start over again you can do so with the following command:
253255
>
254256
> ```console
@@ -565,7 +567,7 @@ To create a new IoT Agent account within an application, send a POST request to
565567
`/v1/applications/{{application-id}}/iot_agents` endpoint along with the `X-Auth-token` header from a previously logged
566568
in administrative user.
567569

568-
#### 7️⃣ Request:
570+
#### 7️⃣ Request:
569571

570572
```console
571573
curl -X POST \
@@ -592,7 +594,7 @@ A new account will be created with a unique `id` and `password` and the values w
592594
Making a GET request the `/v1/applications/{{application-id}}/iot_agents/{{iot-agent-id}}` endpoint will return the
593595
details of the associated IoT Agent Account. The `X-Auth-token` must be supplied in the headers.
594596

595-
#### 8️⃣ Request:
597+
#### 8️⃣ Request:
596598

597599
```console
598600
curl -X GET \
@@ -1092,7 +1094,7 @@ Request forbidden by authorization service Keyrock.
10921094

10931095
### Keyrock - User Obtains an Access Token
10941096

1095-
#### 1️⃣7️⃣ Request:
1097+
#### 1️⃣7️⃣ Request:
10961098

10971099
To log in to the application using the user-credentials flow send a POST request to **Keyrock** using the `oauth2/token`
10981100
endpoint with the `grant_type=password`. For example to log-in as Alice the Admin:
@@ -1128,7 +1130,7 @@ If a request to the PEP Proxy is made including a valid access token in the `X-A
11281130
is permitted and the service behind the PEP Proxy (in this case the Orion Context Broker) will return the data as
11291131
expected.
11301132

1131-
#### 1️⃣8️⃣ Request:
1133+
#### 1️⃣8️⃣ Request:
11321134

11331135
```console
11341136
curl -X GET \
@@ -1499,6 +1501,7 @@ been provisioned as shown:
14991501
#### 2️⃣1️⃣ Request:
15001502

15011503
> [!NOTE]
1504+
>
15021505
> Use the `access_token` from the previous request.
15031506

15041507
```console

0 commit comments

Comments
 (0)