@avst-api/confluence-server
v0.1.1
Published
Adaptavist Managed API for Confluence Server
Downloads
2
Keywords
Readme
0.1.0
Added support for the following Content methods:
- Create content that can be used as
Content.createContent
orAll.createContent
. - Get content that can be used as
Content.getContents
orAll.getContents
. - Update that can be used as
Content.updateContent
orAll.updateContent
. - Get content by id that can be used as
Content.getContent
orAll.getContent
. - Delete that can be used as
Content.deleteContent
orAll.deleteContent
. - Get history that can be used as
Content.getContentHistory
orAll.getContentHistory
.
- Create content that can be used as
Added support for the following Content child methods:
- Children that can be used as
Content.Child.getChildren
orAll.getContentChildren
. - Children of type that can be used as
Content.Child.getChildrenOfType
orAll.getContentChildrenOfType
. - Comments of content that can be used as
Content.Child.getComments
orAll.getContentComments
.
- Children that can be used as
Added support for the following Content child attachment methods:
- Get attachments that can be used as
Content.Attachment.getAttachments
orAll.getContentAttachments
.
- Get attachments that can be used as
Added support for the following Label methods:
- Labels that can be used as
Content.Label.getLabels
orAll.getContentLabels
. - Add labels that can be used as
Content.Label.addLabels
orAll.addContentLabels
. - Delete label that can be used as
Content.Label.deleteLabel
orAll.deleteContentLabel
.
- Labels that can be used as
Added support for the following Space methods:
- Spaces that can be used as
Space.getSpaces
orAll.getSpaces
. - Create space that can be used as
Space.createSpace
orAll.createSpace
. - Update that can be used as
Space.updateSpace
orAll.updateSpace
. - Delete that can be used as
Space.deleteSpace
orAll.deleteSpace
.
- Spaces that can be used as
Added support for the following User methods:
- Get user that can be used as
User.getUser
orAll.getUser
.
- Get user that can be used as
Added support for the following Watch methods:
- Add content watcher that can be used as
Content.Watcher.addWatcher
orAll.addContentWatcher
. - Remove content watcher that can be used as
Content.Watcher.removeWatcher
orAll.removeContentWatcher
.
- Add content watcher that can be used as