Skip to content

Commit 7dbc6da

Browse files
authored
Update dataaccess.rst
1 parent edbadfa commit 7dbc6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

456456
A curl example using an ``id``::
457457

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

460460
User Has Requested Access to a File:
461461
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)