From a3fc89af157557aa27cb410f41a6019c0d1ebf61 Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Fri, 30 Jun 2023 13:04:16 -0500 Subject: [PATCH] fix: sync openapi files --- apis/{swagger.yaml => swagger.yml} | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) rename apis/{swagger.yaml => swagger.yml} (99%) diff --git a/apis/swagger.yaml b/apis/swagger.yml similarity index 99% rename from apis/swagger.yaml rename to apis/swagger.yml index 925b3ed5..e10aa245 100644 --- a/apis/swagger.yaml +++ b/apis/swagger.yml @@ -6,7 +6,7 @@ info: email: ndslabs-support@nationaldataservice.org name: NDS Labs Support url: http://www.nationaldataservice.org/projects/labs.html - version: 2.0.0 + version: 2.1.1 schemes: - https basePath: /api/v1 @@ -90,7 +90,18 @@ paths: '200': description: OK schema: - type: string + type: object + properties: + name: + type: string + version: + type: string + hash: + type: string + branch: + type: string + buildnumber: + type: string '404': description: Not found /authenticate: