adding reader/writer concept to channels

This commit is contained in:
Roland Osborne 2022-02-08 09:22:25 -08:00
parent bd47afa331
commit a74b2ee74b

View File

@ -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: