mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
fix(webhooks): resolve typo in openapi authMethod enum cases
Signed-off-by: Hendrik Heil <hendrik@heil.sh>
This commit is contained in:
committed by
backportbot[bot]
parent
64b6439be8
commit
36a32eba02
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user