We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaacc9 commit 8b533a5Copy full SHA for 8b533a5
1 file changed
docs/relationships-linked-data.md
@@ -400,7 +400,9 @@ request all building entities without supplying a known context.
400
```bash
401
curl -G -X GET \
402
'http://localhost:1026/ngsi-ld/v1/entities' \
403
- -d 'type=https://uri.fiware.org/ns/datamodels%23Building&options=keyValues'
+ -H 'Accept: application/ld+json' \
404
+ -d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building'
405
+ -d 'options=keyValues'
406
```
407
408
#### Response:
0 commit comments