Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 28, 2023
1 parent 93607f6 commit 5ba03e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/entity-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ properties such as `category` have been added as properties to each device.
#### 1 Request:

```bash
curl -X POST 'http://locahost:1026/ngsi-ld/v1/entityOperations/upsert' \
curl -X POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/upsert' \
-H 'Content-Type: application/json' \
-H 'Link: <'http://context/ngsi-context.jsonld'>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Link: <http://context/ngsi-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Accept: application/ld+json' \
--data-raw '[
{
Expand Down Expand Up @@ -183,9 +183,9 @@ Similarly, we can create a series of **FillingLevelSensors** entities by using t
#### 2 Request:

```bash
curl -X POST 'http://locahost:1026/ngsi-ld/v1/entityOperations/upsert' \
curl -X POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/upsert' \
-H 'Content-Type: application/json' \
-H 'Link: <'http://context/ngsi-context.jsonld'>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Link: <http://context/ngsi-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
-H 'Accept: application/ld+json' \
--data-raw '[
{
Expand Down

0 comments on commit 5ba03e1

Please sign in to comment.