UPDATE: Something with module search
All checks were successful
Build and Release / release (push) Successful in 1m25s

This commit is contained in:
2026-04-07 17:45:39 +07:00
parent 2d36004ac7
commit 677ae95c8f
11 changed files with 177 additions and 248 deletions

View File

@@ -875,10 +875,9 @@ const docTemplate = `{
},
{
"enum": [
"id",
"created_at",
"updated_at",
"email",
"display_name"
"updated_at"
],
"type": "string",
"name": "sort",

View File

@@ -868,10 +868,9 @@
},
{
"enum": [
"id",
"created_at",
"updated_at",
"email",
"display_name"
"updated_at"
],
"type": "string",
"name": "sort",

View File

@@ -738,10 +738,9 @@ paths:
name: search
type: string
- enum:
- id
- created_at
- updated_at
- email
- display_name
in: query
name: sort
type: string