We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad321e commit 6753727Copy full SHA for 6753727
1 file changed
docs/working-with-linked-data.md
@@ -537,7 +537,6 @@ The equivalent cUrl statement can be seen below:
537
```bash
538
curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
539
-H 'Link: <http://context/ngsi-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
540
--H 'Content-Type: application/json' \
541
-H 'Accept: application/json' \
542
-d 'type=Shelf' \
543
-d 'options=keyValues' \
0 commit comments