File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,8 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/upsert' \
588588curl -G -iX GET \
589589 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:TemperatureSensor:001' \
590590-H 'Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
591- -d 'options=concise,sysAttrs'
591+ -d 'options=sysAttrs' \
592+ -d 'format=concise'
592593```
593594
594595#### レスポンス:
Original file line number Diff line number Diff line change @@ -559,7 +559,9 @@ format.
559559curl -G -iX GET \
560560 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:TemperatureSensor:001' \
561561-H 'Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
562- -d 'options=concise,sysAttrs'
562+ -d 'options=sysAttrs' \
563+ -d 'format=concise'
564+
563565```
564566
565567#### Response:
You can’t perform that action at this time.
0 commit comments