Skip to main content
PATCH
Management API 主机(api.scanova.io)上更新账户拥有的页面模板,使用您的原始 Management API 密钥进行身份验证。
string
必填
模板的 slug
接受与创建页面模板中记录的相同 name/description/blocks_json/theme/accent_color/preview_bg 字段。仅支持 PATCH(不支持 PUT)。
此端点仅可写入账户自己的非系统模板——系统模板或其他账户的模板会返回 404,与更新主题的所有权行为一致。

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

路径参数

slug
string
必填

响应

Template updated.