From d4da5cca53650aa212c7d37c4fbb7bcd380f9bf9 Mon Sep 17 00:00:00 2001 From: Kamil Berdychowski Date: Fri, 11 Oct 2024 15:15:17 +0200 Subject: [PATCH] chore: move security up --- openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi.json b/openapi.json index 00f231d3..0fe1a9a1 100644 --- a/openapi.json +++ b/openapi.json @@ -39550,6 +39550,11 @@ } } }, + "security": [ + { + "OAuth2Security": [] + } + ], "tags": [ { "name": "AI", @@ -39905,10 +39910,5 @@ "externalDocs": { "description": "Box Developer Documentation", "url": "https://developer.box.com" - }, - "security": [ - { - "OAuth2Security": [] - } - ] + } } \ No newline at end of file