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 9656dcc commit 8bc7fc0Copy full SHA for 8bc7fc0
src/murfey/util/route_manifest.yaml
@@ -1194,7 +1194,7 @@ murfey.server.api.websocket.ws:
1194
function: websocket_connection_endpoint
1195
path_params:
1196
- name: client_id
1197
- type: typing.Union[int, str]
+ type: int | str
1198
methods: []
1199
- path: /ws/test/{client_id}
1200
function: close_ws_connection
@@ -1207,7 +1207,7 @@ murfey.server.api.websocket.ws:
1207
function: close_unrecorded_ws_connection
1208
1209
1210
1211
methods:
1212
- DELETE
1213
murfey.server.api.workflow.correlative_router:
0 commit comments