请求网址

发布 https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id}

路径参数

领域 类型 必填 描述
tag_id

字符串

true

您需要编辑的标签的唯一 ID。

头参数

Content-Type: application/json
开机自检内容示例:更改标签颜色
{
"Name": "Important",
"Color": "#ff09c4ff"
}

所需的身体参数

领域 类型 必需/可选 描述

名字

字符串

必填

标记名称。

颜色

字符串

必填

标记颜色。 颜色格式: #aabbccdd

哪里:

aa = 红色
bb = 绿色
cc = 蓝色
dd = 不透明度

成功响应

响应示例:
{
    "Success": true,
    "Result": "Tag 422 has been updated"
}