mirror of
https://github.com/h44z/wg-portal.git
synced 2025-11-21 00:06:17 +00:00
correct enum for User-Source in api doc (#562)
This commit is contained in:
@@ -2216,7 +2216,9 @@
|
||||
"description": "The source of the user. This field is optional.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"db"
|
||||
"db",
|
||||
"ldap",
|
||||
"oauth"
|
||||
],
|
||||
"example": "db"
|
||||
}
|
||||
|
||||
@@ -561,6 +561,8 @@ definitions:
|
||||
description: The source of the user. This field is optional.
|
||||
enum:
|
||||
- db
|
||||
- ldap
|
||||
- oauth
|
||||
example: db
|
||||
type: string
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user