Version: 202601
Rename theme
PATCH/openapi/2026-01/themes/:theme_id/name
Change the display name of a theme in the current store.
Request
Path Parameters
theme_id stringrequired
Theme id (uuid) to rename
- application/json
- Body
- Example
Bodyrequired
namestringrequired
New theme name
json
{
"name": "string"
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
dataobject
Rename result
json
{
"code": "string",
"message": "string",
"data": {
"data": {}
}
}