From 78e6628320d3b3257536bc83f510ce21c067878f Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Fri, 22 Aug 2025 06:54:48 -0700 Subject: [PATCH] fix: remove beta tags from integration mapping teams endpoints --- openapi.json | 10 +++++----- openapi/openapi-v2025.0.json | 7 +++---- openapi/openapi.json | 10 +++++----- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/openapi.json b/openapi.json index c934edae..2f4d9301 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e231c9d1b8" + "x-box-commit-hash": "a96560f449" }, "servers": [ { @@ -24166,7 +24166,7 @@ "operationId": "get_integration_mappings_teams", "summary": "List Teams integration mappings", "description": "Lists [Teams integration mappings](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams) in a users' enterprise.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "partner_item_type", @@ -24263,7 +24263,7 @@ "operationId": "post_integration_mappings_teams", "summary": "Create Teams integration mapping", "description": "Creates a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams)\nby mapping a Teams channel to a Box item.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "requestBody": { "content": { "application/json": { @@ -24326,7 +24326,7 @@ "operationId": "put_integration_mappings_teams_id", "summary": "Update Teams integration mapping", "description": "Updates a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams).\nSupports updating the Box folder ID and options.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "integration_mapping_id", @@ -24411,7 +24411,7 @@ "operationId": "delete_integration_mappings_teams_id", "summary": "Delete Teams integration mapping", "description": "Deletes a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams).\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "integration_mapping_id", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index ff549750..0f97dc3a 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "e231c9d1b8" + "x-box-commit-hash": "a96560f449" }, "servers": [ { @@ -3429,9 +3429,8 @@ "example": 202 }, "detail": { - "description": "Deletion request status details.", - "type": "string", - "example": "Successfully submitted for deletion" + "description": "Deletion request status details. This property is only present when the deletion request is not successful.", + "type": "string" } }, "required": [ diff --git a/openapi/openapi.json b/openapi/openapi.json index c934edae..2f4d9301 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e231c9d1b8" + "x-box-commit-hash": "a96560f449" }, "servers": [ { @@ -24166,7 +24166,7 @@ "operationId": "get_integration_mappings_teams", "summary": "List Teams integration mappings", "description": "Lists [Teams integration mappings](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams) in a users' enterprise.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "partner_item_type", @@ -24263,7 +24263,7 @@ "operationId": "post_integration_mappings_teams", "summary": "Create Teams integration mapping", "description": "Creates a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams)\nby mapping a Teams channel to a Box item.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "requestBody": { "content": { "application/json": { @@ -24326,7 +24326,7 @@ "operationId": "put_integration_mappings_teams_id", "summary": "Update Teams integration mapping", "description": "Updates a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams).\nSupports updating the Box folder ID and options.\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "integration_mapping_id", @@ -24411,7 +24411,7 @@ "operationId": "delete_integration_mappings_teams_id", "summary": "Delete Teams integration mapping", "description": "Deletes a [Teams integration mapping](https://support.box.com/hc/en-us/articles/360044681474-Using-Box-for-Teams).\nYou need Admin or Co-Admin role to\nuse this endpoint.", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "integration_mapping_id",