POST
/
themes
/
upload
Upload a theme
curl --request POST \
  --url http://localhost:3001/portal-api/themes/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
"File uploaded successfully"

Authorizations

Authorization
string
header
required

Body

multipart/form-data
file
file

zip archive containing theme

Response

OK

Upload status

Example:

"File uploaded successfully"