版本:202607
重命名主题文件
PUT/openapi/2026-07/themes/:theme_id/doc-rename
重命名指定主题中的现有文件。
请求
Path参数
theme_id string必填
主题 ID
- application/json
- 请求体
- 示例
请求体必填
doc object必填
文档
typestring必填
文件类型:layout、templates、sections、snippets、assets、config、locales 等
locationstring
位置信息
new_locationstring
新位置
{
"doc": {
"type": "string",
"location": "string",
"new_location": "string"
}
}
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
object
{
"code": "string",
"message": "string",
"data": {}
}