We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbadfa commit 7dbc6daCopy full SHA for 7dbc6da
1 file changed
doc/sphinx-guides/source/api/dataaccess.rst
@@ -455,7 +455,7 @@ If requesting a page before page 1 or requesting the number of items to be 0 or
455
456
A curl example using an ``id``::
457
458
- curl -H "X-Dataverse-key:$API_TOKEN" -X GET http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=1&per_page=20
+ curl -H "X-Dataverse-key:$API_TOKEN" -X GET "http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=1&per_page=20"
459
460
User Has Requested Access to a File:
461
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments