From 410fcbf064ece3c43f09aaa5f3a11ad16c080b03 Mon Sep 17 00:00:00 2001 From: Alejandro Dabin Date: Mon, 15 May 2023 16:04:41 +0200 Subject: [PATCH] openapi: update version --- doc/openapi/firecrest-api.yaml | 2 +- doc/openapi/firecrest-developers-api.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/openapi/firecrest-api.yaml b/doc/openapi/firecrest-api.yaml index 002d83e5..56d44a7e 100644 --- a/doc/openapi/firecrest-api.yaml +++ b/doc/openapi/firecrest-api.yaml @@ -8,7 +8,7 @@ openapi: 3.0.0 servers: - url: "http://localhost:8000" info: - version: 1.12.0 + version: 1.13.0 title: FirecREST Developers API description: > This API specification is intended for FirecREST developers only. There're some endpoints that are not available in the public version for client developers. diff --git a/doc/openapi/firecrest-developers-api.yaml b/doc/openapi/firecrest-developers-api.yaml index d854c601..9648f4eb 100644 --- a/doc/openapi/firecrest-developers-api.yaml +++ b/doc/openapi/firecrest-developers-api.yaml @@ -8,7 +8,7 @@ openapi: 3.0.0 servers: - url: "http://localhost:8000" info: - version: 1.12.0 + version: 1.13.0 title: FirecREST API description: > FirecREST platform, a RESTful Services Gateway to HPC resources, is a