Importing theme

Imports new theme from a zip file.

POST /themes/import/file

Imports new theme from the provided zip file into the local DB.

Request Body

NameTypeDescription

*

String

A zip file that contains the theme to be imported.

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

Last updated