Update View
POST
/alert/card-view/updateRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
view_id
string
Rule ID
Required when updating
view_name
string
Rule name
equals
array[string]
Equal items
Example
{
"view_id": "string",
"view_name": "string",
"equals": [
"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
data
object
optional
rule_id
string
ID
Example
Not configured
Last modified: 2 个月前