From 317f6da5d6bc780250b37bef78bb1f268969b479 Mon Sep 17 00:00:00 2001 From: Michael Boniface <64203637+mjbonifa@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:42:50 +0000 Subject: [PATCH] Update openAPI-3-schema.YAML The openAPI yaml does not parse the swagger editor (https://editor.swagger.io/) and throws the following error ``` Parser error bad indentation of a mapping entry Jump to line 15 ``` The description tag had the wrong indentiation ``` servers: - url: http://localhost:8089/system-modeller description: Local server `` and has been corrected ``` servers: - url: http://localhost:8089/system-modeller description: Local server `` --- docs/openapi/openAPI-3-schema.YAML | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi/openAPI-3-schema.YAML b/docs/openapi/openAPI-3-schema.YAML index 6cf636cb..08db6d9f 100644 --- a/docs/openapi/openAPI-3-schema.YAML +++ b/docs/openapi/openAPI-3-schema.YAML @@ -12,7 +12,7 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html servers: - url: http://localhost:8089/system-modeller - description: Local server + description: Local server paths: /models/{modelid}: put: