Skip to content

Commit

Permalink
Remove quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 14, 2023
1 parent 6ed6d44 commit d4a6a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
#### :one::three: リクエスト:

```console
curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/'' \
curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
-H 'Link: <http://context/json-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Accept: application/json' \
-d 'id=urn:ngsi-ld:TemperatureSensor:001,urn:ngsi-ld:TemperatureSensor:002' \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ unique, so `type` is not required for this request. To filter by `id` add the en
#### :one::three: Request:

```console
curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/'' \
curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
-H 'Link: <http://context/json-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Accept: application/json' \
-d 'id=urn:ngsi-ld:TemperatureSensor:001,urn:ngsi-ld:TemperatureSensor:002' \
Expand Down

0 comments on commit d4a6a45

Please sign in to comment.