From aa27eec8aa80b0359c85624e5775ab1e2ba25608 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 21 May 2026 08:00:01 -0700 Subject: [PATCH] fix: rename tag for notes API --- openapi.json | 3 ++- openapi/openapi-v2025.0.json | 2 +- openapi/openapi-v2026.0.json | 10 +++++----- openapi/openapi.json | 3 ++- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/openapi.json b/openapi.json index 32a28a78..2ec7d724 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": "76f2bd2673" + "x-box-commit-hash": "18dac247a2" }, "servers": [ { @@ -38046,6 +38046,7 @@ "signed", "cancelled", "declined", + "error", "error_converting", "error_sending", "expired", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 6c37d818..278d5cdf 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": "76f2bd2673" + "x-box-commit-hash": "18dac247a2" }, "servers": [ { diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 29f8d9ed..6363101b 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": "76f2bd2673" + "x-box-commit-hash": "18dac247a2" }, "servers": [ { @@ -279,7 +279,7 @@ } } }, - "x-box-tag": "convert_markdown_to_box_note", + "x-box-tag": "notes", "tags": [ "Convert to Box note" ] @@ -608,7 +608,7 @@ "name" ], "title": "Notes convert request body", - "x-box-tag": "convert_markdown_to_box_note" + "x-box-tag": "notes" }, "NotesConvertResponse": { "description": "Identifies the created Box Note file.", @@ -635,7 +635,7 @@ ], "title": "Notes convert response", "x-box-resource-id": "notes_convert_created_file_v2026.0", - "x-box-tag": "convert_markdown_to_box_note" + "x-box-tag": "notes" }, "User--Base": { "description": "A mini representation of a user, used when\nnested within another resource.", @@ -726,7 +726,7 @@ { "name": "Convert to Box note", "description": "Create Box Notes from supported source content (for example Markdown).", - "x-box-tag": "convert_markdown_to_box_note" + "x-box-tag": "notes" } ], "externalDocs": { diff --git a/openapi/openapi.json b/openapi/openapi.json index 32a28a78..2ec7d724 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": "76f2bd2673" + "x-box-commit-hash": "18dac247a2" }, "servers": [ { @@ -38046,6 +38046,7 @@ "signed", "cancelled", "declined", + "error", "error_converting", "error_sending", "expired",