Skip to content

Commit 94e9d74

Browse files
committed
Update Requests to use pick and format
1 parent 47adda4 commit 94e9d74

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/upsert' \
588588
curl -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
#### レスポンス:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,9 @@ format.
559559
curl -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:

0 commit comments

Comments
 (0)