Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Feb 21, 2025
1 parent b909047 commit 1089c79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ components:
type: object
info:
title: BlueAPI Control
version: 0.0.5
version: 0.0.6
openapi: 3.1.0
paths:
/devices:
Expand Down Expand Up @@ -527,6 +527,13 @@ paths:
This will return an error response if the worker is not idle.'
operationId: set_active_task_worker_task_put
parameters:
- in: query
name: instrument_session
required: true
schema:
title: Instrument Session
type: string
requestBody:
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion src/blueapi/service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
)
from .runner import WorkerDispatcher

REST_API_VERSION = "0.0.5"
REST_API_VERSION = "0.0.6"

RUNNER: WorkerDispatcher | None = None

Expand Down

0 comments on commit 1089c79

Please sign in to comment.