From 5e4288dd3046dc68334d1c9cba38d0d91225b95d Mon Sep 17 00:00:00 2001 From: LTLA Date: Thu, 22 Feb 2024 23:11:46 -0800 Subject: [PATCH] Added a test instance of the API to the swagger docs. --- swagger.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swagger.json b/swagger.json index 67a9327..69109ec 100644 --- a/swagger.json +++ b/swagger.json @@ -10,6 +10,10 @@ { "url": "https://gypsum.artifactdb.com", "description": "Production instance of the API" + }, + { + "url": "https://gypsum-test.artifactdb.com", + "description": "Test instance of the API" } ],