Skip to content

Commit

Permalink
GITBOOK-11: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
edsiper authored and gitbook-bot committed Mar 21, 2023
1 parent 43af319 commit 326654e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/outputs/vivo-exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ To query ranges or starting from specific chunks IDs, remember that they are inc

The following example specifies the range from chunk ID 1 to chunk ID 3 and only 1 chunk:

`curl -i "http://127.0.0.1:2025/logs?from=1&to=3&limit=1"` Output:
`curl -i "http://127.0.0.1:2025/logs?from=1&to=3&limit=1"` 

Output:

```bash
HTTP/1.1 200 OK
Expand Down

0 comments on commit 326654e

Please sign in to comment.