From 79d105e80e4906704ebc625f5d735f618e4e9443 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 2 Oct 2024 15:27:47 +0800 Subject: [PATCH] add distribution server option to openapi docs --- Server/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Server/openapi.json b/Server/openapi.json index ae4f7798f..6d079e685 100644 --- a/Server/openapi.json +++ b/Server/openapi.json @@ -32,6 +32,17 @@ } } }, + { + "url": "http://localhost/{API_PATH}", + "description": "Distribution Local Development Server", + "variables": { + "API_PATH": { + "description": "API Base Path", + "enum": ["api/v1"], + "default": "api/v1" + } + } + }, { "url": "https://uptime-demo.bluewavelabs.ca/{API_PATH}", "description": "Bluewave Demo Server",