npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kattebak/confluence-axios-client-v2

v1.0.1

Published

OpenAPI client for @kattebak/confluence-axios-client-v2

Readme

@kattebak/[email protected]

This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install @kattebak/[email protected] --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save

Documentation for API Endpoints

All URIs are relative to https://no-default/wiki/api/v2

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AdminKeyApi | disableAdminKey | DELETE /admin-key | Disable Admin Key AdminKeyApi | enableAdminKey | POST /admin-key | Enable Admin Key AdminKeyApi | getAdminKey | GET /admin-key | Get Admin Key AncestorsApi | getDatabaseAncestors | GET /databases/{id}/ancestors | Get all ancestors of database AncestorsApi | getFolderAncestors | GET /folders/{id}/ancestors | Get all ancestors of folder AncestorsApi | getPageAncestors | GET /pages/{id}/ancestors | Get all ancestors of page AncestorsApi | getSmartLinkAncestors | GET /embeds/{id}/ancestors | Get all ancestors of Smart Link in content tree AncestorsApi | getWhiteboardAncestors | GET /whiteboards/{id}/ancestors | Get all ancestors of whiteboard AppPropertiesApi | deleteForgeAppProperty | DELETE /app/properties/{propertyKey} | Deletes a Forge app property. AppPropertiesApi | putForgeAppProperty | PUT /app/properties/{propertyKey} | Create or update a Forge app property. AttachmentApi | deleteAttachment | DELETE /attachments/{id} | Delete attachment AttachmentApi | getAttachmentById | GET /attachments/{id} | Get attachment by id AttachmentApi | getAttachments | GET /attachments | Get attachments AttachmentApi | getBlogpostAttachments | GET /blogposts/{id}/attachments | Get attachments for blog post AttachmentApi | getCustomContentAttachments | GET /custom-content/{id}/attachments | Get attachments for custom content AttachmentApi | getLabelAttachments | GET /labels/{id}/attachments | Get attachments for label AttachmentApi | getPageAttachments | GET /pages/{id}/attachments | Get attachments for page BlogPostApi | createBlogPost | POST /blogposts | Create blog post BlogPostApi | deleteBlogPost | DELETE /blogposts/{id} | Delete blog post BlogPostApi | getBlogPostById | GET /blogposts/{id} | Get blog post by id BlogPostApi | getBlogPosts | GET /blogposts | Get blog posts BlogPostApi | getBlogPostsInSpace | GET /spaces/{id}/blogposts | Get blog posts in space BlogPostApi | getLabelBlogPosts | GET /labels/{id}/blogposts | Get blog posts for label BlogPostApi | updateBlogPost | PUT /blogposts/{id} | Update blog post ChildrenApi | getChildCustomContent | GET /custom-content/{id}/children | Get child custom content ChildrenApi | getChildPages | GET /pages/{id}/children | Get child pages ChildrenApi | getDatabaseDirectChildren | GET /databases/{id}/direct-children | Get direct children of a database ChildrenApi | getFolderDirectChildren | GET /folders/{id}/direct-children | Get direct children of a folder ChildrenApi | getPageDirectChildren | GET /pages/{id}/direct-children | Get direct children of a page ChildrenApi | getSmartLinkDirectChildren | GET /embeds/{id}/direct-children | Get direct children of a Smart Link ChildrenApi | getWhiteboardDirectChildren | GET /whiteboards/{id}/direct-children | Get direct children of a whiteboard ClassificationLevelApi | deleteSpaceDefaultClassificationLevel | DELETE /spaces/{id}/classification-level/default | Delete space default classification level ClassificationLevelApi | getBlogPostClassificationLevel | GET /blogposts/{id}/classification-level | Get blog post classification level ClassificationLevelApi | getClassificationLevels | GET /classification-levels | Get list of classification levels ClassificationLevelApi | getDatabaseClassificationLevel | GET /databases/{id}/classification-level | Get database classification level ClassificationLevelApi | getPageClassificationLevel | GET /pages/{id}/classification-level | Get page classification level ClassificationLevelApi | getSpaceDefaultClassificationLevel | GET /spaces/{id}/classification-level/default | Get space default classification level ClassificationLevelApi | getWhiteboardClassificationLevel | GET /whiteboards/{id}/classification-level | Get whiteboard classification level ClassificationLevelApi | postBlogPostClassificationLevel | POST /blogposts/{id}/classification-level/reset | Reset blog post classification level ClassificationLevelApi | postDatabaseClassificationLevel | POST /databases/{id}/classification-level/reset | Reset database classification level ClassificationLevelApi | postPageClassificationLevel | POST /pages/{id}/classification-level/reset | Reset page classification level ClassificationLevelApi | postWhiteboardClassificationLevel | POST /whiteboards/{id}/classification-level/reset | Reset whiteboard classification level ClassificationLevelApi | putBlogPostClassificationLevel | PUT /blogposts/{id}/classification-level | Update blog post classification level ClassificationLevelApi | putDatabaseClassificationLevel | PUT /databases/{id}/classification-level | Update database classification level ClassificationLevelApi | putPageClassificationLevel | PUT /pages/{id}/classification-level | Update page classification level ClassificationLevelApi | putSpaceDefaultClassificationLevel | PUT /spaces/{id}/classification-level/default | Update space default classification level ClassificationLevelApi | putWhiteboardClassificationLevel | PUT /whiteboards/{id}/classification-level | Update whiteboard classification level CommentApi | createFooterComment | POST /footer-comments | Create footer comment CommentApi | createInlineComment | POST /inline-comments | Create inline comment CommentApi | deleteFooterComment | DELETE /footer-comments/{comment-id} | Delete footer comment CommentApi | deleteInlineComment | DELETE /inline-comments/{comment-id} | Delete inline comment CommentApi | getAttachmentComments | GET /attachments/{id}/footer-comments | Get attachment comments CommentApi | getBlogPostFooterComments | GET /blogposts/{id}/footer-comments | Get footer comments for blog post CommentApi | getBlogPostInlineComments | GET /blogposts/{id}/inline-comments | Get inline comments for blog post CommentApi | getCustomContentComments | GET /custom-content/{id}/footer-comments | Get custom content comments CommentApi | getFooterCommentById | GET /footer-comments/{comment-id} | Get footer comment by id CommentApi | getFooterCommentChildren | GET /footer-comments/{id}/children | Get children footer comments CommentApi | getFooterComments | GET /footer-comments | Get footer comments CommentApi | getInlineCommentById | GET /inline-comments/{comment-id} | Get inline comment by id CommentApi | getInlineCommentChildren | GET /inline-comments/{id}/children | Get children inline comments CommentApi | getInlineComments | GET /inline-comments | Get inline comments CommentApi | getPageFooterComments | GET /pages/{id}/footer-comments | Get footer comments for page CommentApi | getPageInlineComments | GET /pages/{id}/inline-comments | Get inline comments for page CommentApi | updateFooterComment | PUT /footer-comments/{comment-id} | Update footer comment CommentApi | updateInlineComment | PUT /inline-comments/{comment-id} | Update inline comment ContentApi | convertContentIdsToContentTypes | POST /content/convert-ids-to-types | Convert content ids to content types ContentPropertiesApi | createAttachmentProperty | POST /attachments/{attachment-id}/properties | Create content property for attachment ContentPropertiesApi | createBlogpostProperty | POST /blogposts/{blogpost-id}/properties | Create content property for blog post ContentPropertiesApi | createCommentProperty | POST /comments/{comment-id}/properties | Create content property for comment ContentPropertiesApi | createCustomContentProperty | POST /custom-content/{custom-content-id}/properties | Create content property for custom content ContentPropertiesApi | createDatabaseProperty | POST /databases/{id}/properties | Create content property for database ContentPropertiesApi | createFolderProperty | POST /folders/{id}/properties | Create content property for folder ContentPropertiesApi | createPageProperty | POST /pages/{page-id}/properties | Create content property for page ContentPropertiesApi | createSmartLinkProperty | POST /embeds/{id}/properties | Create content property for Smart Link in the content tree ContentPropertiesApi | createWhiteboardProperty | POST /whiteboards/{id}/properties | Create content property for whiteboard ContentPropertiesApi | deleteAttachmentPropertyById | DELETE /attachments/{attachment-id}/properties/{property-id} | Delete content property for attachment by id ContentPropertiesApi | deleteBlogpostPropertyById | DELETE /blogposts/{blogpost-id}/properties/{property-id} | Delete content property for blogpost by id ContentPropertiesApi | deleteCommentPropertyById | DELETE /comments/{comment-id}/properties/{property-id} | Delete content property for comment by id ContentPropertiesApi | deleteCustomContentPropertyById | DELETE /custom-content/{custom-content-id}/properties/{property-id} | Delete content property for custom content by id ContentPropertiesApi | deleteDatabasePropertyById | DELETE /databases/{database-id}/properties/{property-id} | Delete content property for database by id ContentPropertiesApi | deleteFolderPropertyById | DELETE /folders/{folder-id}/properties/{property-id} | Delete content property for folder by id ContentPropertiesApi | deletePagePropertyById | DELETE /pages/{page-id}/properties/{property-id} | Delete content property for page by id ContentPropertiesApi | deleteSmartLinkPropertyById | DELETE /embeds/{embed-id}/properties/{property-id} | Delete content property for Smart Link in the content tree by id ContentPropertiesApi | deleteWhiteboardPropertyById | DELETE /whiteboards/{whiteboard-id}/properties/{property-id} | Delete content property for whiteboard by id ContentPropertiesApi | getAttachmentContentProperties | GET /attachments/{attachment-id}/properties | Get content properties for attachment ContentPropertiesApi | getAttachmentContentPropertiesById | GET /attachments/{attachment-id}/properties/{property-id} | Get content property for attachment by id ContentPropertiesApi | getBlogpostContentProperties | GET /blogposts/{blogpost-id}/properties | Get content properties for blog post ContentPropertiesApi | getBlogpostContentPropertiesById | GET /blogposts/{blogpost-id}/properties/{property-id} | Get content property for blog post by id ContentPropertiesApi | getCommentContentProperties | GET /comments/{comment-id}/properties | Get content properties for comment ContentPropertiesApi | getCommentContentPropertiesById | GET /comments/{comment-id}/properties/{property-id} | Get content property for comment by id ContentPropertiesApi | getCustomContentContentProperties | GET /custom-content/{custom-content-id}/properties | Get content properties for custom content ContentPropertiesApi | getCustomContentContentPropertiesById | GET /custom-content/{custom-content-id}/properties/{property-id} | Get content property for custom content by id ContentPropertiesApi | getDatabaseContentProperties | GET /databases/{id}/properties | Get content properties for database ContentPropertiesApi | getDatabaseContentPropertiesById | GET /databases/{database-id}/properties/{property-id} | Get content property for database by id ContentPropertiesApi | getFolderContentProperties | GET /folders/{id}/properties | Get content properties for folder ContentPropertiesApi | getFolderContentPropertiesById | GET /folders/{folder-id}/properties/{property-id} | Get content property for folder by id ContentPropertiesApi | getPageContentProperties | GET /pages/{page-id}/properties | Get content properties for page ContentPropertiesApi | getPageContentPropertiesById | GET /pages/{page-id}/properties/{property-id} | Get content property for page by id ContentPropertiesApi | getSmartLinkContentProperties | GET /embeds/{id}/properties | Get content properties for Smart Link in the content tree ContentPropertiesApi | getSmartLinkContentPropertiesById | GET /embeds/{embed-id}/properties/{property-id} | Get content property for Smart Link in the content tree by id ContentPropertiesApi | getWhiteboardContentProperties | GET /whiteboards/{id}/properties | Get content properties for whiteboard ContentPropertiesApi | getWhiteboardContentPropertiesById | GET /whiteboards/{whiteboard-id}/properties/{property-id} | Get content property for whiteboard by id ContentPropertiesApi | updateAttachmentPropertyById | PUT /attachments/{attachment-id}/properties/{property-id} | Update content property for attachment by id ContentPropertiesApi | updateBlogpostPropertyById | PUT /blogposts/{blogpost-id}/properties/{property-id} | Update content property for blog post by id ContentPropertiesApi | updateCommentPropertyById | PUT /comments/{comment-id}/properties/{property-id} | Update content property for comment by id ContentPropertiesApi | updateCustomContentPropertyById | PUT /custom-content/{custom-content-id}/properties/{property-id} | Update content property for custom content by id ContentPropertiesApi | updateDatabasePropertyById | PUT /databases/{database-id}/properties/{property-id} | Update content property for database by id ContentPropertiesApi | updateFolderPropertyById | PUT /folders/{folder-id}/properties/{property-id} | Update content property for folder by id ContentPropertiesApi | updatePagePropertyById | PUT /pages/{page-id}/properties/{property-id} | Update content property for page by id ContentPropertiesApi | updateSmartLinkPropertyById | PUT /embeds/{embed-id}/properties/{property-id} | Update content property for Smart Link in the content tree by id ContentPropertiesApi | updateWhiteboardPropertyById | PUT /whiteboards/{whiteboard-id}/properties/{property-id} | Update content property for whiteboard by id CustomContentApi | createCustomContent | POST /custom-content | Create custom content CustomContentApi | deleteCustomContent | DELETE /custom-content/{id} | Delete custom content CustomContentApi | getCustomContentById | GET /custom-content/{id} | Get custom content by id CustomContentApi | getCustomContentByType | GET /custom-content | Get custom content by type CustomContentApi | getCustomContentByTypeInBlogPost | GET /blogposts/{id}/custom-content | Get custom content by type in blog post CustomContentApi | getCustomContentByTypeInPage | GET /pages/{id}/custom-content | Get custom content by type in page CustomContentApi | getCustomContentByTypeInSpace | GET /spaces/{id}/custom-content | Get custom content by type in space CustomContentApi | updateCustomContent | PUT /custom-content/{id} | Update custom content DataPoliciesApi | getDataPolicyMetadata | GET /data-policies/metadata | Get data policy metadata for the workspace DataPoliciesApi | getDataPolicySpaces | GET /data-policies/spaces | Get spaces with data policies DatabaseApi | createDatabase | POST /databases | Create database DatabaseApi | deleteDatabase | DELETE /databases/{id} | Delete database DatabaseApi | getDatabaseById | GET /databases/{id} | Get database by id DescendantsApi | getDatabaseDescendants | GET /databases/{id}/descendants | Get descendants of a database DescendantsApi | getFolderDescendants | GET /folders/{id}/descendants | Get descendants of folder DescendantsApi | getPageDescendants | GET /pages/{id}/descendants | Get descendants of page DescendantsApi | getSmartLinkDescendants | GET /embeds/{id}/descendants | Get descendants of a smart link DescendantsApi | getWhiteboardDescendants | GET /whiteboards/{id}/descendants | Get descendants of a whiteboard EAPApi | createSpace | POST /spaces | Create space EAPApi | getAvailableSpacePermissions | GET /space-permissions | Get available space permissions EAPApi | getAvailableSpaceRoles | GET /space-roles | Get available space roles EAPApi | getSpaceRoleAssignments | GET /spaces/{id}/role-assignments | Get space role assignments EAPApi | getSpaceRolesById | GET /space-roles/{id} | Get space role by ID EAPApi | setSpaceRoleAssignments | POST /spaces/{id}/role-assignments | Set space role assignments FolderApi | createFolder | POST /folders | Create folder FolderApi | deleteFolder | DELETE /folders/{id} | Delete folder FolderApi | getFolderById | GET /folders/{id} | Get folder by id LabelApi | getAttachmentLabels | GET /attachments/{id}/labels | Get labels for attachment LabelApi | getBlogPostLabels | GET /blogposts/{id}/labels | Get labels for blog post LabelApi | getCustomContentLabels | GET /custom-content/{id}/labels | Get labels for custom content LabelApi | getLabels | GET /labels | Get labels LabelApi | getPageLabels | GET /pages/{id}/labels | Get labels for page LabelApi | getSpaceContentLabels | GET /spaces/{id}/content/labels | Get labels for space content LabelApi | getSpaceLabels | GET /spaces/{id}/labels | Get labels for space LikeApi | getBlogPostLikeCount | GET /blogposts/{id}/likes/count | Get like count for blog post LikeApi | getBlogPostLikeUsers | GET /blogposts/{id}/likes/users | Get account IDs of likes for blog post LikeApi | getFooterLikeCount | GET /footer-comments/{id}/likes/count | Get like count for footer comment LikeApi | getFooterLikeUsers | GET /footer-comments/{id}/likes/users | Get account IDs of likes for footer comment LikeApi | getInlineLikeCount | GET /inline-comments/{id}/likes/count | Get like count for inline comment LikeApi | getInlineLikeUsers | GET /inline-comments/{id}/likes/users | Get account IDs of likes for inline comment LikeApi | getPageLikeCount | GET /pages/{id}/likes/count | Get like count for page LikeApi | getPageLikeUsers | GET /pages/{id}/likes/users | Get account IDs of likes for page OperationApi | getAttachmentOperations | GET /attachments/{id}/operations | Get permitted operations for attachment OperationApi | getBlogPostOperations | GET /blogposts/{id}/operations | Get permitted operations for blog post OperationApi | getCustomContentOperations | GET /custom-content/{id}/operations | Get permitted operations for custom content OperationApi | getDatabaseOperations | GET /databases/{id}/operations | Get permitted operations for a database OperationApi | getFolderOperations | GET /folders/{id}/operations | Get permitted operations for a folder OperationApi | getFooterCommentOperations | GET /footer-comments/{id}/operations | Get permitted operations for footer comment OperationApi | getInlineCommentOperations | GET /inline-comments/{id}/operations | Get permitted operations for inline comment OperationApi | getPageOperations | GET /pages/{id}/operations | Get permitted operations for page OperationApi | getSmartLinkOperations | GET /embeds/{id}/operations | Get permitted operations for a Smart Link in the content tree OperationApi | getSpaceOperations | GET /spaces/{id}/operations | Get permitted operations for space OperationApi | getWhiteboardOperations | GET /whiteboards/{id}/operations | Get permitted operations for a whiteboard PageApi | createPage | POST /pages | Create page PageApi | deletePage | DELETE /pages/{id} | Delete page PageApi | getLabelPages | GET /labels/{id}/pages | Get pages for label PageApi | getPageById | GET /pages/{id} | Get page by id PageApi | getPages | GET /pages | Get pages PageApi | getPagesInSpace | GET /spaces/{id}/pages | Get pages in space PageApi | updatePage | PUT /pages/{id} | Update page PageApi | updatePageTitle | PUT /pages/{id}/title | Update page title RedactionsApi | postRedactBlog | POST /blogposts/{id}/redact | Redact Content in a Confluence Blog Post RedactionsApi | postRedactPage | POST /pages/{id}/redact | Redact Content in a Confluence Page SmartLinkApi | createSmartLink | POST /embeds | Create Smart Link in the content tree SmartLinkApi | deleteSmartLink | DELETE /embeds/{id} | Delete Smart Link in the content tree SmartLinkApi | getSmartLinkById | GET /embeds/{id} | Get Smart Link in the content tree by id SpaceApi | createSpace | POST /spaces | Create space SpaceApi | getSpaceById | GET /spaces/{id} | Get space by id SpaceApi | getSpaces | GET /spaces | Get spaces SpacePermissionsApi | getAvailableSpacePermissions | GET /space-permissions | Get available space permissions SpacePermissionsApi | getSpacePermissionsAssignments | GET /spaces/{id}/permissions | Get space permissions assignments SpacePropertiesApi | createSpaceProperty | POST /spaces/{space-id}/properties | Create space property in space SpacePropertiesApi | deleteSpacePropertyById | DELETE /spaces/{space-id}/properties/{property-id} | Delete space property by id SpacePropertiesApi | getSpaceProperties | GET /spaces/{space-id}/properties | Get space properties in space SpacePropertiesApi | getSpacePropertyById | GET /spaces/{space-id}/properties/{property-id} | Get space property by id SpacePropertiesApi | updateSpacePropertyById | PUT /spaces/{space-id}/properties/{property-id} | Update space property by id SpaceRolesApi | getAvailableSpaceRoles | GET /space-roles | Get available space roles SpaceRolesApi | getSpaceRoleAssignments | GET /spaces/{id}/role-assignments | Get space role assignments SpaceRolesApi | getSpaceRolesById | GET /space-roles/{id} | Get space role by ID SpaceRolesApi | setSpaceRoleAssignments | POST /spaces/{id}/role-assignments | Set space role assignments TaskApi | getTaskById | GET /tasks/{id} | Get task by id TaskApi | getTasks | GET /tasks | Get tasks TaskApi | updateTask | PUT /tasks/{id} | Update task UserApi | checkAccessByEmail | POST /user/access/check-access-by-email | Check site access for a list of emails UserApi | createBulkUserLookup | POST /users-bulk | Create bulk user lookup using ids UserApi | inviteByEmail | POST /user/access/invite-by-email | Invite a list of emails to the site VersionApi | getAttachmentVersionDetails | GET /attachments/{attachment-id}/versions/{version-number} | Get version details for attachment version VersionApi | getAttachmentVersions | GET /attachments/{id}/versions | Get attachment versions VersionApi | getBlogPostVersionDetails | GET /blogposts/{blogpost-id}/versions/{version-number} | Get version details for blog post version VersionApi | getBlogPostVersions | GET /blogposts/{id}/versions | Get blog post versions VersionApi | getCustomContentVersionDetails | GET /custom-content/{custom-content-id}/versions/{version-number} | Get version details for custom content version VersionApi | getCustomContentVersions | GET /custom-content/{custom-content-id}/versions | Get custom content versions VersionApi | getFooterCommentVersionDetails | GET /footer-comments/{id}/versions/{version-number} | Get version details for footer comment version VersionApi | getFooterCommentVersions | GET /footer-comments/{id}/versions | Get footer comment versions VersionApi | getInlineCommentVersionDetails | GET /inline-comments/{id}/versions/{version-number} | Get version details for inline comment version VersionApi | getInlineCommentVersions | GET /inline-comments/{id}/versions | Get inline comment versions VersionApi | getPageVersionDetails | GET /pages/{page-id}/versions/{version-number} | Get version details for page version VersionApi | getPageVersions | GET /pages/{id}/versions | Get page versions WhiteboardApi | createWhiteboard | POST /whiteboards | Create whiteboard WhiteboardApi | deleteWhiteboard | DELETE /whiteboards/{id} | Delete whiteboard WhiteboardApi | getWhiteboardById | GET /whiteboards/{id} | Get whiteboard by id

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

oAuthDefinitions

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: https://auth.atlassian.com/authorize
  • Scopes:
  • read:page:confluence: View pages and blogposts and their properties.
  • read:space:confluence: View spaces and their properties.
  • read:attachment:confluence: View attachments and their properties.
  • read:comment:confluence: View comments and their properties.
  • read:custom-content:confluence: View custom content and their properties.
  • read:task:confluence: View tasks.
  • read:whiteboard:confluence: View whiteboards and their properties.
  • read:database:confluence: View databases and their properties.
  • read:embed:confluence: View Smart Links in the content tree and their properties.
  • read:folder:confluence: View folders and their properties.
  • read:hierarchical-content:confluence: View children and descendants in the content tree.
  • write:space:confluence: Create and update spaces and their properties.
  • write:page:confluence: Create and update pages and blog posts and their properties.
  • write:comment:confluence: Create and update comments and their properties.
  • write:custom-content:confluence: Create and update custom content and their properties.
  • write:whiteboard:confluence: Create and update whiteboards and their properties.
  • write:database:confluence: Create and update databases and their properties.
  • write:embed:confluence: Create and update Smart Links in the content tree and their properties.
  • write:folder:confluence: Create and update folders and their properties.
  • write:app-data:confluence: Create, update and delete app properties.
  • delete:custom-content:confluence: Delete custom content.
  • delete:page:confluence: Delete pages and blog posts.
  • delete:comment:confluence: Delete comments.
  • delete:whiteboard:confluence: Delete whiteboards.
  • delete:database:confluence: Delete databases.
  • delete:embed:confluence: Delete Smart Links in the content tree.
  • delete:folder:confluence: Delete folders.