Skip to content

Commit 833c949

Browse files
docs: add request body to process info api
1 parent 13c76ca commit 833c949

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/openapi/openapi.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ paths:
166166
summary: get the process info
167167
operationId: getProcessInfo
168168
description: Get Process info
169+
requestBody:
170+
required: true
171+
content:
172+
application/json:
173+
schema:
174+
$ref: '#/components/schemas/RoomIds'
169175
responses:
170176
'200':
171177
description: search result
@@ -373,6 +379,14 @@ components:
373379
type: string
374380
operatingRoomId:
375381
type: string
382+
383+
RoomIds:
384+
type: object
385+
properties:
386+
preOperatingRoomId:
387+
type: string
388+
operatingRoomId:
389+
type: string
376390

377391
ProcessStateInfo:
378392
type: object

0 commit comments

Comments
 (0)