We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7dfd6 commit 2052fb1Copy full SHA for 2052fb1
3 files changed
docs/reference/openapi.yaml
@@ -350,7 +350,7 @@ info:
350
name: Apache 2.0
351
url: https://www.apache.org/licenses/LICENSE-2.0.html
352
title: BlueAPI Control
353
- version: 1.0.1
+ version: 1.0.2
354
openapi: 3.1.0
355
paths:
356
/config/oidc:
tests/system_tests/devices.json
@@ -34,7 +34,7 @@
34
]
35
},
36
{
37
- "name": "sim",
+ "name": "stage",
38
"protocols": [
39
40
"name": "Readable",
tests/system_tests/plans.json
@@ -10,7 +10,7 @@
10
"items": {
11
"enum": [
12
"det",
13
- "sim"
+ "stage"
14
],
15
"type": "bluesky.protocols.Readable"
16
@@ -895,7 +895,7 @@
895
896
897
898
899
900
901
0 commit comments