UPDATE: Some logic change
All checks were successful
Build and Release / release (push) Successful in 1m1s
All checks were successful
Build and Release / release (push) Successful in 1m1s
This commit is contained in:
@@ -868,6 +868,12 @@ const docTemplate = `{
|
||||
"summary": "Search users",
|
||||
"parameters": [
|
||||
{
|
||||
"enum": [
|
||||
"local",
|
||||
"google",
|
||||
"facebook",
|
||||
"github"
|
||||
],
|
||||
"type": "string",
|
||||
"name": "auth_provider",
|
||||
"in": "query"
|
||||
@@ -892,8 +898,7 @@ const docTemplate = `{
|
||||
"minimum": 1,
|
||||
"type": "integer",
|
||||
"name": "limit",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user