Skip to content

Commit

Permalink
docs(openapi): Update API version (#494)
Browse files Browse the repository at this point in the history
Sync API version with latest Core release

---------

Co-authored-by: droplet-bot <[email protected]>
  • Loading branch information
droplet-bot and droplet-bot authored Oct 28, 2024
1 parent a3fd95f commit 9c270d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/openapi/v1beta/api_info.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// API info injected from common configuration.
version: "v0.43.0-beta"
version: "v0.44.1-beta"
contact: {
name: "Instill AI"
url: "https://github.com/instill-ai"
Expand Down
2 changes: 1 addition & 1 deletion openapiv2/app/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
info:
title: "\U0001F4F1 App "
description: App endpoints to manage ready-to-use AI applications
version: v0.43.0-beta
version: v0.44.1-beta
contact:
name: Instill AI
url: https://github.com/instill-ai
Expand Down
2 changes: 1 addition & 1 deletion openapiv2/artifact/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
info:
title: "\U0001F4BE Artifact "
description: Artifact endpoints to manage Instill Catalog and RAG applications
version: v0.43.0-beta
version: v0.44.1-beta
contact:
name: Instill AI
url: https://github.com/instill-ai
Expand Down
2 changes: 1 addition & 1 deletion openapiv2/core/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
info:
title: "\U0001F52E Core"
description: Core endpoints to manage user resources
version: v0.43.0-beta
version: v0.44.1-beta
contact:
name: Instill AI
url: https://github.com/instill-ai
Expand Down
2 changes: 1 addition & 1 deletion openapiv2/model/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0-beta
version: v0.44.1-beta
contact:
name: Instill AI
url: https://github.com/instill-ai
Expand Down
2 changes: 1 addition & 1 deletion openapiv2/vdp/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
info:
title: "\U0001F4A7 VDP"
description: VDP endpoints to manage pipeline resources
version: v0.43.0-beta
version: v0.44.1-beta
contact:
name: Instill AI
url: https://github.com/instill-ai
Expand Down

0 comments on commit 9c270d2

Please sign in to comment.