We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca2972 commit 197cad5Copy full SHA for 197cad5
docs/reference/openapi.yaml
@@ -377,7 +377,7 @@ info:
377
name: Apache 2.0
378
url: https://www.apache.org/licenses/LICENSE-2.0.html
379
title: BlueAPI Control
380
- version: 2.0.0
+ version: 1.1.1
381
openapi: 3.1.0
382
paths:
383
/config/oidc:
src/blueapi/service/main.py
@@ -57,7 +57,7 @@
57
from .runner import WorkerDispatcher
58
59
#: API version to publish in OpenAPI schema
60
-REST_API_VERSION = "2.0.0"
+REST_API_VERSION = "1.1.1"
61
62
LICENSE_INFO: dict[str, str] = {
63
"name": "Apache 2.0",
0 commit comments