From a7748d0a3edd42f777c00c888e3227e9fd94d6d0 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sun, 15 Jan 2023 19:14:27 +0900 Subject: [PATCH] Revert "update docs/docs/api/openapi.json by run 3922178760" This reverts commit a02206ad37693a171cd51420d2ce3e2ddd1c0604. --- 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 367d58fc..540cceae 100644 --- a/docs/docs/api/openapi.json +++ b/docs/docs/api/openapi.json @@ -1320,7 +1320,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FrontEndUser" + "$ref": "#/components/schemas/User" } } } @@ -1653,10 +1653,10 @@ { "required": false, "schema": { - "title": "Gt", + "title": "Gte", "type": "string" }, - "name": "gt", + "name": "gte", "in": "query" }, {