mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-02 17:28:31 +00:00
rename trigger rule http response code config option
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
This commit is contained in:
parent
ddb1f2441a
commit
058f820cbd
3 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
"execute-command": "{{ .Hookecho }}",
|
||||
"command-working-directory": "/",
|
||||
"include-command-output-in-response": true,
|
||||
"trigger-rule-mismatch-code": 400,
|
||||
"trigger-rule-mismatch-http-response-code": 400,
|
||||
"pass-environment-to-command":
|
||||
[
|
||||
{
|
||||
|
@ -60,7 +60,7 @@
|
|||
"command-working-directory": "/",
|
||||
"include-command-output-in-response": false,
|
||||
"response-message": "success",
|
||||
"trigger-rule-mismatch-code": 999,
|
||||
"trigger-rule-mismatch-http-response-code": 999,
|
||||
"parse-parameters-as-json": [
|
||||
{
|
||||
"source": "payload",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue