Skip to content

Commit

Permalink
added missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Apr 19, 2024
1 parent c526bc6 commit b67c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Expand Up @@ -5622,7 +5622,7 @@ Example: List permissions a user (based on API Token used) has on a dataset whos
export SERVER_URL=https://demo.dataverse.org
export PERSISTENT_IDENTIFIER=doi:10.5072/FK2/J8SJZB
curl -H "X-Dataverse-key:$API_TOKEN" $SERVER_URL/api/admin/permissions/:persistentId?persistentId=$PERSISTENT_IDENTIFIER
curl -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/admin/permissions/:persistentId?persistentId=$PERSISTENT_IDENTIFIER"
Show Role Assignee
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b67c731

Please sign in to comment.