From 8f1cd121c2ee9d3baa46bac241e8286c276507dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20N=C3=A9meth?= Date: Sun, 9 Jan 2022 19:16:53 +0100 Subject: [PATCH] Add hint that the sandbox and production accounts are different Resolves zenodo/zenodo#2249 --- source/includes/overview/_api-basics.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/includes/overview/_api-basics.md b/source/includes/overview/_api-basics.md index 07343cf..dc8fcef 100644 --- a/source/includes/overview/_api-basics.md +++ b/source/includes/overview/_api-basics.md @@ -2,10 +2,13 @@ We provide a sandbox environment where you can test your API integration during development. The sandbox environment is available at -[http://sandbox.zenodo.org](https://sandbox.zenodo.org). +[https://sandbox.zenodo.org](https://sandbox.zenodo.org). -Please note that the sandbox environment can be **cleaned at anytime**. -Also, the sandbox environment will issue test DOIs using the 10.5072 prefix +Please note the following: + +- The sandbox environment can be **cleaned at anytime**. +- The sandbox environment requires a separate registration and separate access token from the ones used on [https://zenodo.org](https://zenodo.org). +- The sandbox environment will issue test DOIs using the 10.5072 prefix instead of Zenodo's normal prefix (10.5281). ## Versioning