Skip to main content

Wiki Management

What is a Wiki?

-- descrizione wiki

How to Manage the Creation of Wikis

This section provides a step-by-step guide for managing the creation of wikis. Follow these steps to successfully create and configure wiki folders, elements, and properties using the provided API endpoints.

Step 1: Creating a Wiki Folder

To begin organizing your wiki content, you need to create a new wiki folder. This folder will serve as the primary container for related wiki elements.

API Endpoint

POST request: /api/wiki/folders

Example Request

Step 2: Creating a Wiki Element

Once you have a folder in place, the next step is to create a wiki element. A wiki element is an individual piece of content that resides within a folder. Each element contain detailed properties.

API Endpoint

POST request: /api/wiki

Example Request

Step 3: Creating a Wiki Element Property

Once you have a folder in place, the next step is to create a wiki element. A wiki element is an individual piece of content that resides within a folder. Each element contain detailed properties.

API Endpoint