File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments