Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(webhooks): resolve typo in openapi authMethod enum cases
Signed-off-by: Hendrik Heil <[email protected]>
  • Loading branch information
hendrikheil authored and backportbot[bot] committed Mar 27, 2025
commit bd4c537f12f693625789a3b8971ac27ac6bc96f9
4 changes: 2 additions & 2 deletions apps/webhook_listeners/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"nullable": true,
"enum": [
"none",
"headers"
"header"
],
"description": "Authentication method to use"
},
Expand Down Expand Up @@ -519,7 +519,7 @@
"nullable": true,
"enum": [
"none",
"headers"
"header"
],
"description": "Authentication method to use"
},
Expand Down
Loading