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 13c76ca commit 833c949Copy full SHA for 833c949
docs/openapi/openapi.yml
@@ -166,6 +166,12 @@ paths:
166
summary: get the process info
167
operationId: getProcessInfo
168
description: Get Process info
169
+ requestBody:
170
+ required: true
171
+ content:
172
+ application/json:
173
+ schema:
174
+ $ref: '#/components/schemas/RoomIds'
175
responses:
176
'200':
177
description: search result
@@ -373,6 +379,14 @@ components:
373
379
type: string
374
380
operatingRoomId:
375
381
382
+
383
+ RoomIds:
384
+ type: object
385
+ properties:
386
+ preOperatingRoomId:
387
+ type: string
388
+ operatingRoomId:
389
376
390
377
391
ProcessStateInfo:
378
392
type: object
0 commit comments