Skip to main content
POST
/
organization-themes
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "icon": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "url": "<string>",
    "key": "test.png",
    "mimeType": "image/png",
    "size": 1024,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "variables": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Body

application/json
color
string
required

The primary color for the organization theme in hex format

Example:

"#3366FF"

icon
string<uuid>
required

The ID of the icon uploaded to the object storage

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

200 - application/json

The organization theme that was created

id
string<uuid>
required

Unique identifier for the organization theme

Example:

"123e4567-e89b-12d3-a456-426614174000"

icon
object
required

The associated icon organization theme

variables
object
required

The associated theme containing styles and variables

createdAt
string<date-time>
required

The date and time the organization theme was created

updatedAt
string<date-time>
required

The date and time the organization theme was updated