For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating new Module

Creates a new module.

POST /modules

Creates a new module. Only users with the Standard Registry role are allowed to make the request.

Request Body

Name
Type
Description

*

Json

Object that contains module configuration

{
    // Response
}

Last updated