Skip to content

Commit 193a36b

Browse files
committed
Added types
1 parent 5365eef commit 193a36b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-types.raml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6490,3 +6490,24 @@ DiscountCondition:
64906490
description: 'Condition parameters.'
64916491
items:
64926492
type: object
6493+
6494+
CollaborationSession:
6495+
type: object
6496+
6497+
CollaborationSessionCreate:
6498+
type: object
6499+
6500+
Participant:
6501+
type: object
6502+
6503+
ParticipantList:
6504+
type: object
6505+
6506+
ParticipantUpdate:
6507+
type: object
6508+
6509+
InvitationCreate:
6510+
type: object
6511+
6512+
Invitation:
6513+
type: object

0 commit comments

Comments
 (0)