UPDATE: Something with module search
All checks were successful
Build and Release / release (push) Successful in 1m25s
All checks were successful
Build and Release / release (push) Successful in 1m25s
This commit is contained in:
@@ -875,10 +875,9 @@ const docTemplate = `{
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
"id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"email",
|
||||
"display_name"
|
||||
"updated_at"
|
||||
],
|
||||
"type": "string",
|
||||
"name": "sort",
|
||||
|
||||
@@ -868,10 +868,9 @@
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
"id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"email",
|
||||
"display_name"
|
||||
"updated_at"
|
||||
],
|
||||
"type": "string",
|
||||
"name": "sort",
|
||||
|
||||
@@ -738,10 +738,9 @@ paths:
|
||||
name: search
|
||||
type: string
|
||||
- enum:
|
||||
- id
|
||||
- created_at
|
||||
- updated_at
|
||||
- email
|
||||
- display_name
|
||||
in: query
|
||||
name: sort
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user