From a02206ad37693a171cd51420d2ce3e2ddd1c0604 Mon Sep 17 00:00:00 2001 From: fozziethebeat Date: Sun, 15 Jan 2023 06:31:51 +0000 Subject: [PATCH] update docs/docs/api/openapi.json by run 3922178760 --- docs/docs/api/openapi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/api/openapi.json b/docs/docs/api/openapi.json index 540cceae..367d58fc 100644 --- a/docs/docs/api/openapi.json +++ b/docs/docs/api/openapi.json @@ -1320,7 +1320,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/FrontEndUser" } } } @@ -1653,10 +1653,10 @@ { "required": false, "schema": { - "title": "Gte", + "title": "Gt", "type": "string" }, - "name": "gte", + "name": "gt", "in": "query" }, {