You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/api/native-api.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1419,6 +1419,27 @@ The fully expanded example above (without environment variables) looks like this
1419
1419
1420
1420
curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X GET "https://demo.dataverse.org/api/dataverses/1/templates"
1421
1421
1422
+
Create a Template for a Collection
1423
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1424
+
1425
+
Creates a template for a given Dataverse collection ``id``.
1426
+
1427
+
To create the template, you must send a JSON file. Your JSON file might look like :download:`dataverse-template.json <../_static/api/dataverse-template.json>` which you would send to the Dataverse installation like this:
0 commit comments