diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 9ce0aad1e3..9464275faf 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -15276,29 +15276,6 @@ }, "title": "Visibility Rule Request Model", "type": "array" - }, - "ApiTokenReq - copy": { - "type": "object", - "properties": { - "list": { - "type": "array", - "x-stoplight": { - "id": "uukp6v55zfp7i" - }, - "items": { - "$ref": "#/components/schemas/ApiToken", - "x-stoplight": { - "id": "9zqpoqfkdxy0y" - } - } - }, - "pageInfo": { - "$ref": "#/components/schemas/Paginated", - "x-stoplight": { - "id": "6unr17jyisial" - } - } - } } }, "responses": { @@ -15726,6 +15703,27 @@ }, "examples": {} } + }, + "type": "object", + "properties": { + "list": { + "type": "array", + "x-stoplight": { + "id": "uukp6v55zfp7i" + }, + "items": { + "$ref": "#/components/schemas/ApiToken", + "x-stoplight": { + "id": "9zqpoqfkdxy0y" + } + } + }, + "pageInfo": { + "$ref": "#/components/schemas/Paginated", + "x-stoplight": { + "id": "6unr17jyisial" + } + } } }, "BadRequest": {