mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
392 B
29 lines
392 B
{
|
|
id: Guid_1,
|
|
isEnabled: true,
|
|
trigger: {
|
|
triggerType: ContentChanged,
|
|
handleAll: true
|
|
},
|
|
action: {
|
|
actionType: Webhook,
|
|
url: http://squidex.io
|
|
},
|
|
_links: {
|
|
delete: {
|
|
method: DELETE
|
|
},
|
|
disable: {
|
|
method: PUT
|
|
},
|
|
logs: {
|
|
method: GET
|
|
},
|
|
trigger: {
|
|
method: PUT
|
|
},
|
|
update: {
|
|
method: PUT
|
|
}
|
|
}
|
|
}
|