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.
33 lines
415 B
33 lines
415 B
{
|
|
Id: Guid_1,
|
|
IsEnabled: true,
|
|
Trigger: {
|
|
HandleAll: true
|
|
},
|
|
Action: {
|
|
Url: http://squidex.io
|
|
},
|
|
Links: {
|
|
delete: {
|
|
Method: DELETE
|
|
},
|
|
disable: {
|
|
Method: PUT
|
|
},
|
|
logs: {
|
|
Method: GET
|
|
},
|
|
run: {
|
|
Method: PUT
|
|
},
|
|
run/snapshots: {
|
|
Method: PUT
|
|
},
|
|
trigger: {
|
|
Method: PUT
|
|
},
|
|
update: {
|
|
Method: PUT
|
|
}
|
|
}
|
|
}
|