Skip to content

Commit bfd32dc

Browse files
committed
fix doc
1 parent 3bee279 commit bfd32dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx-guides/source/api/dataaccess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ If requesting a page before page 1 or requesting the number of items to be 0 or
419419

420420
A curl example using an ``id``::
421421

422-
curl -H "X-Dataverse-key:$API_TOKEN" -X GET http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=0&per_page=20
422+
curl -H "X-Dataverse-key:$API_TOKEN" -X GET http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=1&per_page=20
423423

424424
User Has Requested Access to a File:
425425
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)