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

Creating theme

Creates a new theme.

POST /themes

Creates a new theme.

Request Body

Name
Type
Description

*

String

Object that contains theme configuration.

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Error"

Was this helpful?