Headless CMS and Content Managment Hub
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.
 
 
 
 
 

31 lines
422 B

{
id: Guid_1,
version: 1,
isEnabled: true,
name: Guid_2,
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
}
}
}