File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 3030 description : This is the available API to manage and obtain information about automantion scenarios.
3131 - name : Tracking API
3232 description : This is the available API to manage and obtain information about health professionals tracking data.
33-
33+ - name : WebSocket API
34+ description : This is the available API to connect to the Operating Room Dashboard WebSocket.
3435paths :
3536 /auth :
3637 post :
@@ -359,6 +360,19 @@ paths:
359360 schema :
360361 $ref : ' #/components/schemas/TrackingData'
361362
363+ /socket-connection :
364+ get :
365+ servers :
366+ - url : http://localhost:<port>/api/v1/ord/
367+ tags :
368+ - WebSocket API
369+ summary : connect to web socket
370+ operationId : connectToWebSocket
371+ description : Connect to ORD Web Socket
372+ responses :
373+ ' 200 ' :
374+ description : connection ok
375+
362376components :
363377 schemas :
364378
You can’t perform that action at this time.
0 commit comments