跳转至

修改一个频道信息



POST /api/v1/channel/{channel_uuid}/modify

概述

路由参数

参数名 类型 必选 说明
channel_uuid string Y 频道UUID

Body 请求参数

参数名 类型 必选 说明
name string 频道名称
例子: 频道1号
允许为空: False
最大长度: 256
description string 频道的描述信息
例子: CUSTOM
允许为空: False
允许为空字符串: True
最大长度: 256
notifyTarget array 通知对象UUID列表
例子: []
允许为空: False
notifyUpgradeCfg json 规则配置
允许为空: False
notifyUpgradeCfg.triggerTime integer Y 超过多长时间, 触发升级通知, 单位 s
例子: simpleCheck
允许为空: False
notifyUpgradeCfg.notifyTarget array Y 升级通知对象UUID列表
例子: []
允许为空: False

参数补充说明

请求例子

curl 'https://openapi.guance.com/api/v1/channel/chan_xxxx32/modify' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"description":"dasdgahjsdgashjgdhajsgdasjhgdhjasgdajhsgzxvchv @sadddddd","notifyTarget":["notify_xxxx32"]}' \
--compressed

响应

{
    "code": 200,
    "content": {
        "createAt": 1680257540,
        "creator": "acnt_xxxx32",
        "deleteAt": 1681968404,
        "description": "dasdgahjsdgashjgdhajsgdasjhgdhjasgdajhsgzxvchv @sadddddd",
        "id": 33,
        "name": "default",
        "notifyTarget": [
            "notify_xxxx32"
        ],
        "status": 0,
        "updateAt": 1686397319.9216194,
        "updator": "acnt_xxxx32",
        "uuid": "chan_xxxx32",
        "workspaceUUID": "wksp_xxxx32"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "14871204483417928076"
} 

文档评价

文档内容是否对您有帮助? ×