Skip to content

Commit ba92b90

Browse files
committed
feat: add serviceId in output of group booking
1 parent 4edbc0d commit ba92b90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared-definitions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,10 +2185,13 @@ components:
21852185

21862186
GroupBookingRequestResponse:
21872187
description: Representation of a response to a group booking request
2188-
required: ['requestId', 'depositOptions']
2188+
required: ['requestId', 'serviceId', 'depositOptions']
21892189
properties:
21902190
requestId:
21912191
description: Id of the group booking request
2192+
$ref: '#/components/schemas/UUID'
2193+
serviceId:
2194+
description: serviceId associated to the group booking request
21922195
type: string
21932196
depositOptions:
21942197
$ref: '#/components/schemas/GroupBookingDeposits'

0 commit comments

Comments
 (0)