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": [
|
||||
|
||||
@@ -861,6 +861,12 @@
|
||||
"summary": "Search users",
|
||||
"parameters": [
|
||||
{
|
||||
"enum": [
|
||||
"local",
|
||||
"google",
|
||||
"facebook",
|
||||
"github"
|
||||
],
|
||||
"type": "string",
|
||||
"name": "auth_provider",
|
||||
"in": "query"
|
||||
@@ -885,8 +891,7 @@
|
||||
"minimum": 1,
|
||||
"type": "integer",
|
||||
"name": "limit",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
||||
@@ -737,7 +737,12 @@ paths:
|
||||
- application/json
|
||||
description: Search and filter users with pagination (Admin/Mod only)
|
||||
parameters:
|
||||
- in: query
|
||||
- enum:
|
||||
- local
|
||||
- google
|
||||
- facebook
|
||||
- github
|
||||
in: query
|
||||
name: auth_provider
|
||||
type: string
|
||||
- in: query
|
||||
@@ -753,7 +758,6 @@ paths:
|
||||
maximum: 100
|
||||
minimum: 1
|
||||
name: limit
|
||||
required: true
|
||||
type: integer
|
||||
- enum:
|
||||
- asc
|
||||
|
||||
Reference in New Issue
Block a user