Upload a theme
POST {{baseUrl}}/themes/upload
This endpoint uploads a theme that is archived as a zip file to the portal.
If a theme with this name already exists in the portal, the uploaded theme will replace the existing one. Otherwise, a new theme will be created.
The name of a theme is stored in the name
field of theme.json
.
Request Body
[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
"\u003cstring\u003e"