更新规则状态
开发中PUT
/api/v1/forwarding/rule/status请求参数
Body 参数application/json
id
string
必需
is_enabled
boolean
必需
示例
{
"id": "string",
"is_enabled": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
示例
{
"code": 200,
"message": "successfully"
}
最后修改时间: 3 个月前