mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
adding outline for contewnt module
This commit is contained in:
parent
401223969d
commit
d3fde11bfc
11
api.oa3
11
api.oa3
@ -545,11 +545,10 @@ paths:
|
||||
'500':
|
||||
description: internal server error
|
||||
|
||||
## Contact Module: maintain 3 lists
|
||||
## Contact Module
|
||||
### contacts: { disconnected, connecting, connected }
|
||||
### blocked: any id on blocked list is silently ignored
|
||||
### pending: limit number of pending contacts, created with Connect DataMessage
|
||||
|
||||
# get list of contacts
|
||||
# add contact
|
||||
# remove contact
|
||||
@ -568,6 +567,14 @@ paths:
|
||||
# get contact content&conversation revision
|
||||
# set contact content&conversation revision
|
||||
|
||||
## Content Module
|
||||
|
||||
# get article block view [ { articleBlockId, revision } ]
|
||||
# get article view (blockId, articleFilter, labelFilter, tagFilter): [ { articleId, revision, type, data, created, modified, labelId[], tagView: {
|
||||
# revision, count, tag: { type, data, created, modified }
|
||||
# } ]
|
||||
# get tags (contentId, filter): [ { tagId, revision, type, data, created, modified } ] //not cached
|
||||
# get labels (filter): [ { labelId, revision, type, data, created, modified } ]
|
||||
|
||||
externalDocs:
|
||||
description: Find out more about Swagger
|
||||
|
Loading…
Reference in New Issue
Block a user