Skip to content

Commit

Permalink
Merge pull request #6 from wordlift/hotfix/5-update-ndjson-link
Browse files Browse the repository at this point in the history
Update NDJSON links
  • Loading branch information
kisjelica authored May 17, 2024
2 parents f2a9a12 + ec86267 commit f88e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/knowledge-graph/sitemap-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curl -X "POST" "https://api.wordlift.io/sitemap-imports" \
}'
```

The response is of type [NDJSON](https://ndjson.org/). Each line is a valid JSON with the details about the imported web page.
The response is of type [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-delimited_JSON). Each line is a valid JSON with the details about the imported web page.

### Import URLs by providing them to the request

Expand All @@ -44,7 +44,7 @@ curl -X "POST" "https://api.wordlift.io/sitemap-imports" \
}'
```

The response is of type [NDJSON](https://ndjson.org/). Each line is a valid JSON with the details about the imported web page.
The response is of type [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-delimited_JSON). Each line is a valid JSON with the details about the imported web page.

## Import Analytics data

Expand Down

0 comments on commit f88e772

Please sign in to comment.