Disable Rule
POST
/channel/escalate/rule/disableRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
channel_id
integer
channel ID
rule_id
string
rule ID
Example
{
"channel_id": 0,
"rule_id": "string"
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
Example
Not configured
Last modified: 2 个月前