v6

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

Partially update a theme

Updates specific fields of a theme as provided in the request.

patch/api/themes/{themeId}

Path parameters

themeIdinteger required

The ID of the theme to update.

Request body

namestring nullable

The name of the theme (optional).

descriptionstring nullable

The description of the theme (optional).

jsonDatastring nullable

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.