From cd30129924bf707a3dedd1adc722f03884106b48 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Thu, 8 Jul 2021 13:12:09 -0400 Subject: [PATCH 1/4] Update doc/sphinx-guides/source/developers/dataset-migration-api.rst Co-authored-by: Philip Durbin --- doc/sphinx-guides/source/developers/dataset-migration-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/developers/dataset-migration-api.rst b/doc/sphinx-guides/source/developers/dataset-migration-api.rst index 5ea65df7868..e8b47e6e713 100644 --- a/doc/sphinx-guides/source/developers/dataset-migration-api.rst +++ b/doc/sphinx-guides/source/developers/dataset-migration-api.rst @@ -14,7 +14,7 @@ This API consists of 2 calls: one to create an initial Dataset version, and one These calls can be used in concert with other API calls to add files, update metadata for additional versions, etc. -Start migrating a Dataset into a Dataverse Collection +Start Migrating a Dataset into a Dataverse Collection ----------------------------------------------------- .. note:: This action requires a Dataverse installation account with super-user permissions. From 95eaec291fee60c47477298f3b3df02801cfd883 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Thu, 8 Jul 2021 13:12:17 -0400 Subject: [PATCH 2/4] Update doc/sphinx-guides/source/developers/dataset-migration-api.rst Co-authored-by: Philip Durbin --- doc/sphinx-guides/source/developers/dataset-migration-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/developers/dataset-migration-api.rst b/doc/sphinx-guides/source/developers/dataset-migration-api.rst index e8b47e6e713..b63429751cd 100644 --- a/doc/sphinx-guides/source/developers/dataset-migration-api.rst +++ b/doc/sphinx-guides/source/developers/dataset-migration-api.rst @@ -17,7 +17,7 @@ These calls can be used in concert with other API calls to add files, update met Start Migrating a Dataset into a Dataverse Collection ----------------------------------------------------- -.. note:: This action requires a Dataverse installation account with super-user permissions. +.. note:: This action requires a Dataverse installation account with superuser permissions. To import a dataset with an existing persistent identifier (PID), the provided json-ld metadata should include it. From f4097bc00e2a2d5ca671c329f7e1d6ba0eff19e2 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Thu, 8 Jul 2021 13:12:33 -0400 Subject: [PATCH 3/4] Update doc/sphinx-guides/source/developers/dataset-migration-api.rst Co-authored-by: Philip Durbin --- doc/sphinx-guides/source/developers/dataset-migration-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/developers/dataset-migration-api.rst b/doc/sphinx-guides/source/developers/dataset-migration-api.rst index b63429751cd..31c2163db8f 100644 --- a/doc/sphinx-guides/source/developers/dataset-migration-api.rst +++ b/doc/sphinx-guides/source/developers/dataset-migration-api.rst @@ -36,7 +36,7 @@ An example jsonld file is available at :download:`dataset-migrate.jsonld <../_st Publish a Migrated Dataset -------------------------- -The call above creates a Dataset. Once it is created, other APIs can be used to add files, add additional metadata, etc. When a version is complete, the following call can be used to publish it with its original publication date +The call above creates a Dataset. Once it is created, other APIs can be used to add files, add additional metadata, etc. When a version is complete, the following call can be used to publish it with its original publication date. .. note:: This action requires a Dataverse installation account with super-user permissions. From 64ed2b09ca13ee0d2ca411f838481afc9b025805 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Thu, 8 Jul 2021 13:12:40 -0400 Subject: [PATCH 4/4] Update doc/sphinx-guides/source/developers/dataset-migration-api.rst Co-authored-by: Philip Durbin --- doc/sphinx-guides/source/developers/dataset-migration-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/developers/dataset-migration-api.rst b/doc/sphinx-guides/source/developers/dataset-migration-api.rst index 31c2163db8f..263ffc3aa99 100644 --- a/doc/sphinx-guides/source/developers/dataset-migration-api.rst +++ b/doc/sphinx-guides/source/developers/dataset-migration-api.rst @@ -38,7 +38,7 @@ Publish a Migrated Dataset The call above creates a Dataset. Once it is created, other APIs can be used to add files, add additional metadata, etc. When a version is complete, the following call can be used to publish it with its original publication date. -.. note:: This action requires a Dataverse installation account with super-user permissions. +.. note:: This action requires a Dataverse installation account with superuser permissions. .. code-block:: bash