diff --git a/doc/api.oa3 b/doc/api.oa3 index 6ec8c676..64cf0b69 100644 --- a/doc/api.oa3 +++ b/doc/api.oa3 @@ -3116,11 +3116,17 @@ components: updated: type: integer format: int64 - cards: + viewers: type: array items: type: string - groups: + viewerGroups: + $ref: '#/components/schemas/ChannelGroups' + members: + type: array + items: + type: string + memberGroups: $ref: '#/components/schemas/ChannelGroups' ChannelSize: