Updating theme Configuration

Updates theme configuration.

PUT /themes/{themeId}

Updates theme configuration for the specified theme ID.

Path Parameters

NameTypeDescription

themeId*

String

Selected theme ID.

Request Body

NameTypeDescription

*

String

Object that contains theme configuration.

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Theme"

Last updated