Update a theme registration

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

Entitlements required:
manageTemplates (Manage templates and themes)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

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.

207

Multi-status successful response.

Language
URL
LoadingLoading

Response
Choose an example:
application/json