Skip to content

Commit 737969b

Browse files
committed
Update Requests to use pick and format
1 parent 9631471 commit 737969b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ curl -G -X GET \
288288
'http://localhost:1027/ngsi-ld/v1/entities' \
289289
-H 'Content-Type: application/json' \
290290
-H 'Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
291-
-d 'format=Animal' \
291+
-d 'type=Animal' \
292292
-d 'limit=100' \
293293
-d 'format=concise'
294294
```
@@ -327,7 +327,7 @@ curl -G -X GET \
327327
'http://localhost:1026/ngsi-ld/v1/entities' \
328328
-H 'Content-Type: application/json' \
329329
-H 'Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
330-
-d 'format=Animal' \
330+
-d 'type=Animal' \
331331
-d 'limit=100' \
332332
-d 'format=concise'
333333
```
@@ -403,7 +403,7 @@ curl -G -X GET \
403403
'http://localhost:1026/ngsi-ld/v1/entities' \
404404
-H 'Content-Type: application/json' \
405405
-H 'Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
406-
-d 'format=Animal' \
406+
-d 'type=Animal' \
407407
-d 'limit=100' \
408408
-d 'format=concise'
409409
```

0 commit comments

Comments
 (0)