Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The docs plugin allows to embed HTML, JavaScript and CSS based content in Confuence Cloud.

Live Demo

REST API

Docs can be uploaded, modified and deleted using a REST API

Authentication

(seeĀ Basic auth for REST APIs)

Example

curl -D- \ -u <your_email@domain.com>:<your_user_api_token> \ -X GET \ -H "Content-Type: application/json" \ https://<your-domain.atlassian.net>/wiki/rest/api/space

Table of Contents

  • No labels