From 0ad57666e1fc1d3a46c341058dfd09521434f8ae Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 23 Jul 2026 07:17:05 -0700 Subject: [PATCH] fix: add auth header description --- openapi.json | 3 ++- openapi/openapi-v2025.0.json | 3 ++- openapi/openapi-v2026.0.json | 3 ++- openapi/openapi.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 1950fa4c..b0408a55 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "226ef4b324" + "x-box-commit-hash": "5a03ed238f" }, "servers": [ { @@ -43968,6 +43968,7 @@ "securitySchemes": { "OAuth2Security": { "type": "oauth2", + "description": "The access token received from the authorization server in the OAuth 2.0 flow.", "flows": { "authorizationCode": { "authorizationUrl": "https://account.box.com/api/oauth2/authorize", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 52656ac8..662dac52 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "226ef4b324" + "x-box-commit-hash": "5a03ed238f" }, "servers": [ { @@ -7513,6 +7513,7 @@ "securitySchemes": { "OAuth2Security": { "type": "oauth2", + "description": "The access token received from the authorization server in the OAuth 2.0 flow.", "flows": { "authorizationCode": { "authorizationUrl": "https://account.box.com/api/oauth2/authorize", diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index d0964698..b0716522 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2026.0", - "x-box-commit-hash": "226ef4b324" + "x-box-commit-hash": "5a03ed238f" }, "servers": [ { @@ -692,6 +692,7 @@ "securitySchemes": { "OAuth2Security": { "type": "oauth2", + "description": "The access token received from the authorization server in the OAuth 2.0 flow.", "flows": { "authorizationCode": { "authorizationUrl": "https://account.box.com/api/oauth2/authorize", diff --git a/openapi/openapi.json b/openapi/openapi.json index 1950fa4c..b0408a55 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "226ef4b324" + "x-box-commit-hash": "5a03ed238f" }, "servers": [ { @@ -43968,6 +43968,7 @@ "securitySchemes": { "OAuth2Security": { "type": "oauth2", + "description": "The access token received from the authorization server in the OAuth 2.0 flow.", "flows": { "authorizationCode": { "authorizationUrl": "https://account.box.com/api/oauth2/authorize",