空调网站模版_修改安全视频模版(API名称:batchUpdateTemplates)

根据您提供的内容,这段摘要可能是:,,”该API名称为’batchUpdateTemplates’,主要用于修改空调网站模板和安全视频模板。”

空调网站模版_修改安全视频模版(API名称:batchUpdateTemplates)

空调网站模版_修改安全视频模版(API名称:batchUpdateTemplates)插图1

请求URL

PUT /rest/2/{accountId}/templates

请求参数

参数 是否必须 类型 描述 accountId 是 String 账号ID templates 是 JSONArray 需要更新的模板数组

请求示例

PUT /rest/2/1234567890/templates
ContentType: application/json
Authorization: Bearer {accessToken}
[
    {
        "id": "123",
        "name": "空调网站模版",
        "type": "web",
        "data": {
            "title": "空调产品介绍",
            "description": "这是一个空调产品的介绍页面。",
            "url": "http://example.com/airconditioner",
            "image": "http://example.com/airconditioner.jpg"
        },
        "active": true,
        "tags": ["空调", "产品"]
    },
    {
        "id": "456",
        "name": "安全视频模版",
        "type": "video",
        "data": {
            "title": "安全教育视频",
            "description": "这是一个关于安全教育的视频。",
            "url": "http://example.com/safetyvideo",
            "image": "http://example.com/safetyvideo.jpg"
        },
        "active": false,
        "tags": ["安全", "教育"]
    }
]

响应示例

HTTP/1.1 200 OK
ContentType: application/json
{
    "success": true,
    "message": "Templates updated successfully."
}

空调网站模版_修改安全视频模版(API名称:batchUpdateTemplates)插图3

本文来源于互联网,如若侵权,请联系管理员删除,本文链接:https://www.9969.net/14723.html

至强防御至强防御
上一篇 2024年7月1日 16:31
下一篇 2024年7月1日 16:31

相关推荐