From 8df60352546598878ee906e81b055497bd02f88d Mon Sep 17 00:00:00 2001 From: Sylvain Renault Date: Wed, 29 May 2024 10:27:09 +0000 Subject: [PATCH] Update worldstorageopenapi.yaml --- API/worldstorage/worldstorageopenapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/worldstorage/worldstorageopenapi.yaml b/API/worldstorage/worldstorageopenapi.yaml index b8ebff1..35e994b 100644 --- a/API/worldstorage/worldstorageopenapi.yaml +++ b/API/worldstorage/worldstorageopenapi.yaml @@ -16,7 +16,7 @@ openapi: "3.0.0" info: - version: 1.0.0 + version: 2.0.1 title: World Storage API description: API ensuring interoperability between an authoring tool and a World Storage service license: @@ -809,4 +809,4 @@ components: items: type: string minItems: 1 - example: { "Place" : ["Building 123"], "Room" : ["007"]} \ No newline at end of file + example: { "Place" : ["Building 123"], "Room" : ["007"]} -- GitLab