Skip to content

Commit

Permalink
#6290 fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller authored Feb 10, 2020
1 parent f341af2 commit fed7f86
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 @@ -995,7 +995,7 @@ Delete the assignment whose id is ``$id``:
export ID=2347
export ASSIGNMENT_ID=6
curl -H X-Dataverse-key:$API_TOKEN -X DELETE $SERVER_URL/api/dataverses/$ID/assignments/$ASSIGNMENT_ID
curl -H X-Dataverse-key:$API_TOKEN -X DELETE $SERVER_URL/api/datasets/$ID/assignments/$ASSIGNMENT_ID
The fully expanded example above (without environment variables) looks like this:
Expand Down

0 comments on commit fed7f86

Please sign in to comment.