Skip to content

Commit

Permalink
Update management-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisDavidRichard authored Mar 6, 2024
1 parent 65ee825 commit 627f44a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/collaboration/management-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
tableOfContents: true
---

# Management API

The Collaboration Management API provides a comprehensive suite of RESTful endpoints for managing documents and their collaborative aspects. This API facilitates document creation, listing, retrieval, updates, and deletion, along with the ability to duplicate documents for efficient content management. Additionally, it includes settings management for runtime configuration without the need for restarts, and server statistics to monitor performance metrics like document counts and connection statistics
The Collaboration Management API provides a suite of RESTful endpoints for managing documents and their collaborative aspects. This API facilitates document creation, listing, retrieval, updates, and deletion, along with the ability to duplicate documents for efficient content management. Additionally, it includes settings management for runtime configuration without the need for restarts, and server statistics to monitor performance metrics like document counts and connection statistics

Explore the [Postman Collection](https://www.postman.com/docking-module-explorer-14290287/workspace/tiptap-collaboration-public/collection/33042171-cc186a66-df41-4df8-9c6e-e91b20deffe5?action=share&creator=32651125) for a hands-on experience, allowing you to experiment with the REST API's capabilities.

Expand All @@ -15,10 +19,6 @@ an `Authorization` header.
If your document identifier contains a slash (`/`), just make sure to encode it as `%2F`, e.g.
using `encodeURIComponent`.

---
tableOfContents: true
---

## Documents

### Create Document
Expand Down

0 comments on commit 627f44a

Please sign in to comment.