From e2d93c5ddda212f8d56f65c345910010e23b9587 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:35:13 +0800 Subject: [PATCH] docs(openapi): Update API version (#263) Sync API version with latest Core release --------- Co-authored-by: droplet-bot --- common/openapi/v1beta/api_info.conf | 2 +- openapiv2/core/service.swagger.yaml | 2 +- openapiv2/model/service.swagger.yaml | 2 +- openapiv2/vdp/service.swagger.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/openapi/v1beta/api_info.conf b/common/openapi/v1beta/api_info.conf index a9d158c5..92b62bc7 100644 --- a/common/openapi/v1beta/api_info.conf +++ b/common/openapi/v1beta/api_info.conf @@ -1,5 +1,5 @@ // API info injected from common configuration. - version: "v0.11.0-beta"; + version: "v0.11.1-beta"; contact: { name: "Instill AI"; url: "https://github.com/instill-ai"; diff --git a/openapiv2/core/service.swagger.yaml b/openapiv2/core/service.swagger.yaml index 3d788876..a92f79ab 100644 --- a/openapiv2/core/service.swagger.yaml +++ b/openapiv2/core/service.swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: "\U0001F52E Core" description: Core endpoints to manage user resources - version: v0.11.0-beta + version: v0.11.1-beta contact: name: Instill AI url: https://github.com/instill-ai diff --git a/openapiv2/model/service.swagger.yaml b/openapiv2/model/service.swagger.yaml index 35946b88..66764f4c 100644 --- a/openapiv2/model/service.swagger.yaml +++ b/openapiv2/model/service.swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: ⚗️ Model description: Endpoints to manage the AI model-related resources and features working with Instill VDP. - version: v0.11.0-beta + version: v0.11.1-beta contact: name: Instill AI url: https://github.com/instill-ai diff --git a/openapiv2/vdp/service.swagger.yaml b/openapiv2/vdp/service.swagger.yaml index 00ade672..e6c886c6 100644 --- a/openapiv2/vdp/service.swagger.yaml +++ b/openapiv2/vdp/service.swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: "\U0001F4A7 VDP" description: VDP endpoints to manage pipeline resources - version: v0.11.0-beta + version: v0.11.1-beta contact: name: Instill AI url: https://github.com/instill-ai