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
Name
Type
Description
*
String
A zip file that contains the theme to be imported.
content:
application/json:
schema:
$ref: "#/components/schemas/Theme"
Last updated