v6

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

Update a theme

Updates a theme with the provided data.

put/api/themes/{themeId}

Path parameters

themeIdinteger required

The ID of the theme to update.

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 updated 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.