From 4edec00d94e41f7c10dc06522a2e8e1e7f4839c3 Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Wed, 15 May 2024 09:08:05 +0200 Subject: [PATCH] Helper swagger --- doc/swagger/helper_swagger.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/swagger/helper_swagger.yaml b/doc/swagger/helper_swagger.yaml index 90387a3..333664b 100644 --- a/doc/swagger/helper_swagger.yaml +++ b/doc/swagger/helper_swagger.yaml @@ -1,17 +1,14 @@ --- openapi: 3.0.0 info: + description: New microservice inside CCF, it will simplify integration with third parties like external management portals + version: "1.0.0" title: Helper Service - description: "New microservice inside CCF, it will simplify integration with third parties like external management portals" contact: - email: you@your-company.com + email: SDGsupport@etsi.org license: - name: Apache 2.0 - url: http://www.apache.org/licenses/LICENSE-2.0.html - version: 1.0.0 -servers: -- url: https://virtserver.swaggerhub.com/PELAYOTOAL22/Helper/1.0.0 - description: SwaggerHub API Auto Mocking + name: Apache + url: 'file://./.LICENSE' tags: - name: Helper paths: -- GitLab