From d878b3b322fc48c7252be885fe85418536328e9e Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:57:06 -0400 Subject: [PATCH] Update swagger URLs These URLs now live under `/api/docs/`. --- dandi/DANDI User Guide, Part II.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/DANDI User Guide, Part II.ipynb b/dandi/DANDI User Guide, Part II.ipynb index 1860240..ed1d0a8 100644 --- a/dandi/DANDI User Guide, Part II.ipynb +++ b/dandi/DANDI User Guide, Part II.ipynb @@ -458,7 +458,7 @@ "\n", "All code of the DANDI API server is available openly from https://github.com/dandi/dandi-api/ . A number of convenient interfaces are available to help you learn about what features it provides, and how to interact with the server.\n", "\n", - "Both production and sandbox servers have a [Swagger](https://swagger.io/) interface, which you can reach by going to https://api.dandiarchive.org/swagger/ for production (and https://api.sandbox.dandiarchive.org/swagger/ for sandbox, which is where your test datasets are):\n", + "Both production and sandbox servers have a [Swagger](https://swagger.io/) interface, which you can reach by going to https://api.dandiarchive.org/api/docs/swagger/ for production (and https://api.sandbox.dandiarchive.org/api/docs/swagger/ for sandbox, which is where your test datasets are):\n", "\n", "![image.png](attachment:image.png)\n", "\n",