fix: Update the documentation for automation rules API endpoint (#4896)
This commit is contained in:
@@ -2157,7 +2157,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/accounts/{account_id}/automation_rule_definitions": {
|
||||
"/api/v1/accounts/{account_id}/automation_rules": {
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/account_id"
|
||||
@@ -2238,7 +2238,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/accounts/{account_id}/automation_rule_definitions/{id}": {
|
||||
"/api/v1/accounts/{account_id}/automation_rules/{id}": {
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/account_id"
|
||||
|
||||
Reference in New Issue
Block a user