Update a theme registration

Used to update the theme name, the theme description, and the template files for a theme registered.

Path Params
string
required

Generated themeId for the requested theme. The themeID can be obtained from the GET call. See the "List all the themes" API.

Body Params
string
required

Theme Registration configuration payload. String-encoded JSON Object.

Example:
{
"name": "string",
"description": "string (optional)"
}

file

Customized Theme .zip File

Responses
204

The request was successful.

Language
URL
Choose an example:
*/*