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