Version: 202607
Upgrade specific theme
POST/openapi/2026-07/themes/:theme_id/upgrade
Upgrades the specified theme to a newer version.
Request
Path Parameters
theme_id stringrequired
The ID of the theme to upgrade
- application/json
- Body
- Example
Bodyrequired
namestring
Name of the upgraded theme
{
"name": "string"
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
theme_idstring
The ID of the upgraded theme
{
"code": "string",
"message": "string",
"data": {
"theme_id": "string"
}
}