mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
fix: Update the documentation for automation rules API endpoint (#4896)
This commit is contained in:
@@ -214,14 +214,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# Automation Rule
|
# Automation Rule
|
||||||
/api/v1/accounts/{account_id}/automation_rule_definitions:
|
/api/v1/accounts/{account_id}/automation_rules:
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/account_id'
|
- $ref: '#/parameters/account_id'
|
||||||
get:
|
get:
|
||||||
$ref: ./application/automation_rule/index.yml
|
$ref: ./application/automation_rule/index.yml
|
||||||
post:
|
post:
|
||||||
$ref: ./application/automation_rule/create.yml
|
$ref: ./application/automation_rule/create.yml
|
||||||
/api/v1/accounts/{account_id}/automation_rule_definitions/{id}:
|
/api/v1/accounts/{account_id}/automation_rules/{id}:
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/account_id'
|
- $ref: '#/parameters/account_id'
|
||||||
- name: id
|
- name: id
|
||||||
|
|||||||
@@ -2157,7 +2157,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/api/v1/accounts/{account_id}/automation_rule_definitions": {
|
"/api/v1/accounts/{account_id}/automation_rules": {
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"$ref": "#/parameters/account_id"
|
"$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": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"$ref": "#/parameters/account_id"
|
"$ref": "#/parameters/account_id"
|
||||||
|
|||||||
Reference in New Issue
Block a user