- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditions
- Enable rule
- Disable rule
- Delete rule
- Rule list
- See creation interface for filters explanation
- Create rule
- Rule description
- Update rule
- Channel
- Match conditions
- Match conditions
- Update rule
- Channel
- Rule ID
- Inner conditions
- Enable rule
- Rule list
- Rule details
- Rule name
- Rule description
- Match conditions
- Rule description
- See creation interface for filters explanation
- Disable rule
- Rule description
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Update rule
POST
/template/update
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
template_id
string
Rule ID
team_id
integer
Required when updating
template_name
string
Rule name
description
string
Rule description
email
string
Inner conditions
sms
string
Match conditions
dingtalk
string
Name
wecom
string
Enable rule
feishu
string
Disable rule
feishu_app
string
Delete rule
dingtalk_app
string
Rule list
wecom_app
string
See creation interface for filters explanation
teams_app
string
Rule details
slack_app
string
Channel ID
zoom
string
Rule ID
telegram
string
Create rule
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/template/update' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object
optional
Example
{
"error": {}
}
Modified at 2025-01-22 10:14:38