File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ This command will also import seed data from the previous
183183[ Stock Management example] ( https://github.com/FIWARE/tutorials.Context-Providers ) on startup.
184184
185185> [ !NOTE]
186+ >
186187> If you want to clean up and start over again you can do so with the following command:
187188>
188189> ``` console
@@ -485,7 +486,7 @@ This example amends an existing subscription with the ID `5ae07c7e6e4f353c5163c9
485486
486487Subscriptions can be updated making a PATCH request to the ` /v2/subscriptions/<subscription-id> ` endpoint.
487488
488- #### 7️⃣ Request:
489+ #### 7️⃣ Request:
489490
490491``` console
491492curl -iX PATCH \
@@ -508,7 +509,7 @@ This example lists all subscriptions by making a GET request to the `/v2/subscri
508509The notification section of each subscription will also include the last time the conditions of the subscription were
509510met, and whether associated the POST action was successful.
510511
511- #### 8️⃣ Request:
512+ #### 8️⃣ Request:
512513
513514``` console
514515curl -X GET \
You can’t perform that action at this time.
0 commit comments