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.
40 lines
533 B
40 lines
533 B
{
|
|
Id: Guid_1,
|
|
Version: 1,
|
|
IsEnabled: true,
|
|
Name: Guid_2,
|
|
Trigger: {
|
|
HandleAll: true
|
|
},
|
|
Flow: {
|
|
InitialStepId: Guid_3,
|
|
Steps: {
|
|
Guid_3: {
|
|
Step: {
|
|
Url: http://squidex.io
|
|
},
|
|
IgnoreError: false
|
|
}
|
|
}
|
|
},
|
|
Links: {
|
|
delete: {
|
|
Method: DELETE
|
|
},
|
|
disable: {
|
|
Method: PUT
|
|
},
|
|
logs: {
|
|
Method: GET
|
|
},
|
|
run: {
|
|
Method: PUT
|
|
},
|
|
run/snapshots: {
|
|
Method: PUT
|
|
},
|
|
update: {
|
|
Method: PUT
|
|
}
|
|
}
|
|
}
|