mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 14:25:20 -05:00
fix(webhooks): resolve typo in openapi authMethod enum cases
Signed-off-by: Hendrik Heil <hendrik@heil.sh>
This commit is contained in:
parent
64b6439be8
commit
36a32eba02
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue