From a74b2ee74bf70c665f538a38d454d8a6e0608f48 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Tue, 8 Feb 2022 09:22:25 -0800 Subject: [PATCH] adding reader/writer concept to channels --- doc/api.oa3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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: