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

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

Last updated