0
0
Fork 0
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:
Hendrik Heil 2025-03-12 20:30:05 +01:00
parent 908726602a
commit 7ac3fa7e9c

View file

@ -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"
},