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:
|
updated:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
cards:
|
viewers:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
groups:
|
viewerGroups:
|
||||||
|
$ref: '#/components/schemas/ChannelGroups'
|
||||||
|
members:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
memberGroups:
|
||||||
$ref: '#/components/schemas/ChannelGroups'
|
$ref: '#/components/schemas/ChannelGroups'
|
||||||
|
|
||||||
ChannelSize:
|
ChannelSize:
|
||||||
|
Loading…
Reference in New Issue
Block a user