Skip to main content
POST
Create a theme

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The theme name.

Example:

"Dark mode"

styles
object

Style attributes for the theme. Attributes use the same names as the LMX <Style /> tag attributes.

Response

Theme created.

id
string
required

The ID of the theme.

Example:

"clt3u5v7w9x1y3z5a7b9c1d3"

name
string
required

The name of the theme.

Example:

"Default"

styles
object
required

Flat map of style attributes, matching the attribute names accepted by the LMX <Style /> tag.

isDefault
boolean
required

Whether this theme is the team's default.

Example:

true

createdAt
string
required

ISO 8601 timestamp for when the theme was created.

Example:

"2025-06-29T07:47:39.370Z"

updatedAt
string
required

ISO 8601 timestamp for when the theme was last updated.

Example:

"2025-06-29T07:47:39.370Z"

Last modified on July 20, 2026