Enable Rule
POST
/channel/escalate/rule/enable请求参数
Header 参数
Content-Type
string
optional
Example:
application/json
Body 参数application/json
channel_id
integer
channel ID
rule_id
string
rule ID
示例
{
"channel_id": 0,
"rule_id": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
示例
未设置
最后修改时间: 2 个月前