Skip to content

Commit

Permalink
Update doc/sphinx-guides/source/api/native-api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Mar 26, 2024
1 parent a33168d commit edb141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4195,7 +4195,7 @@ List explicit groups under Dataverse collection ``ID``. A curl example using an
export SERVER_URL=https://demo.dataverse.org
export ID=24
curl -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/groups"
curl -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/groups"
The fully expanded example above (without environment variables) looks like this:
Expand Down

0 comments on commit edb141f

Please sign in to comment.