From fed7f86ca2c0d59fcbc9eae44c7024de76b02260 Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Mon, 10 Feb 2020 17:17:35 -0500 Subject: [PATCH] #6290 fix doc typo --- doc/sphinx-guides/source/api/native-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index b7cfa8db4ab..8517f33ab7b 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -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: