mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
adding reader/writer concept to channels
This commit is contained in:
parent
bd47afa331
commit
a74b2ee74b
10
doc/api.oa3
10
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:
|
||||
|
Loading…
Reference in New Issue
Block a user