diff options
-rw-r--r-- | apps/webhook_listeners/openapi.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/webhook_listeners/openapi.json b/apps/webhook_listeners/openapi.json index fcd26efdf6d..9e7acc5c6f8 100644 --- a/apps/webhook_listeners/openapi.json +++ b/apps/webhook_listeners/openapi.json @@ -236,7 +236,7 @@ "nullable": true, "enum": [ "none", - "headers" + "header" ], "description": "Authentication method to use" }, @@ -519,7 +519,7 @@ "nullable": true, "enum": [ "none", - "headers" + "header" ], "description": "Authentication method to use" }, |