From cd7a7a0f12ebebf970e7d38e9391d86a0606103f Mon Sep 17 00:00:00 2001 From: Luca Rossetto Date: Fri, 12 Jan 2024 08:56:11 +0100 Subject: [PATCH] Re-genderated OpenAPI docs --- doc/oas-client.json | 4 ++-- doc/oas.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/oas-client.json b/doc/oas-client.json index 4926aa71..bfa19c4f 100644 --- a/doc/oas-client.json +++ b/doc/oas-client.json @@ -2,8 +2,8 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES Client API", - "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2", - "version" : "2.0.0-RC2" + "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3", + "version" : "2.0.0-RC3" }, "paths" : { "/api/v1/submit" : { diff --git a/doc/oas.json b/doc/oas.json index ca844ba6..25314304 100644 --- a/doc/oas.json +++ b/doc/oas.json @@ -2,7 +2,7 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES API", - "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2", + "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3", "contact" : { "name" : "The DRES Dev Team", "url" : "https://dres.dev" @@ -10,7 +10,7 @@ "license" : { "name" : "MIT" }, - "version" : "2.0.0-RC2" + "version" : "2.0.0-RC3" }, "paths" : { "/api/v1/submit" : {