mirror of
https://github.com/nextcloud/server.git
synced 2025-04-17 14:43:14 +00:00
fix(webhooks): resolve typo in openapi authMethod enum cases
Signed-off-by: Hendrik Heil <hendrik@heil.sh>
This commit is contained in:
parent
908726602a
commit
7ac3fa7e9c
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…
Add table
Reference in a new issue