v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Themes

Create a new theme

Creates a new theme with the provided data.

post/api/themes

Request body

namestring required

The name of the theme.

descriptionstring nullable

The description of the theme (optional).

jsonDatastring required

The JSON data representing theme properties (optional).

Response

Theme created successfully.

idstring

The ID of the theme.

namestring

The name of the theme.

descriptionstring nullable

The description of the theme.

jsonDatastring

The JSON data representing the theme properties.

createdAtstring date-time

The date and time when the theme was created.

modifiedAtstring date-time nullable

The date and time when the theme was last modified.

formsCountinteger

The count of forms using this theme.