Skip to content

Commit ae40368

Browse files
authored
fix: remove beta tags from integration mapping teams endpoints (#551)
1 parent f8ee42d commit ae40368

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e231c9d1b8"
17+
"x-box-commit-hash": "a96560f449"
1818
},
1919
"servers": [
2020
{
@@ -24166,7 +24166,7 @@
2416624166
"operationId": "get_integration_mappings_teams",
2416724167
"summary": "List Teams integration mappings",
2416824168
"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.",
24169-
"x-stability-level": "beta",
24169+
"x-stability-level": "stable",
2417024170
"parameters": [
2417124171
{
2417224172
"name": "partner_item_type",
@@ -24263,7 +24263,7 @@
2426324263
"operationId": "post_integration_mappings_teams",
2426424264
"summary": "Create Teams integration mapping",
2426524265
"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.",
24266-
"x-stability-level": "beta",
24266+
"x-stability-level": "stable",
2426724267
"requestBody": {
2426824268
"content": {
2426924269
"application/json": {
@@ -24326,7 +24326,7 @@
2432624326
"operationId": "put_integration_mappings_teams_id",
2432724327
"summary": "Update Teams integration mapping",
2432824328
"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.",
24329-
"x-stability-level": "beta",
24329+
"x-stability-level": "stable",
2433024330
"parameters": [
2433124331
{
2433224332
"name": "integration_mapping_id",
@@ -24411,7 +24411,7 @@
2441124411
"operationId": "delete_integration_mappings_teams_id",
2441224412
"summary": "Delete Teams integration mapping",
2441324413
"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.",
24414-
"x-stability-level": "beta",
24414+
"x-stability-level": "stable",
2441524415
"parameters": [
2441624416
{
2441724417
"name": "integration_mapping_id",

openapi/openapi-v2025.0.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "e231c9d1b8"
17+
"x-box-commit-hash": "a96560f449"
1818
},
1919
"servers": [
2020
{
@@ -3429,9 +3429,8 @@
34293429
"example": 202
34303430
},
34313431
"detail": {
3432-
"description": "Deletion request status details.",
3433-
"type": "string",
3434-
"example": "Successfully submitted for deletion"
3432+
"description": "Deletion request status details. This property is only present when the deletion request is not successful.",
3433+
"type": "string"
34353434
}
34363435
},
34373436
"required": [

openapi/openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e231c9d1b8"
17+
"x-box-commit-hash": "a96560f449"
1818
},
1919
"servers": [
2020
{
@@ -24166,7 +24166,7 @@
2416624166
"operationId": "get_integration_mappings_teams",
2416724167
"summary": "List Teams integration mappings",
2416824168
"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.",
24169-
"x-stability-level": "beta",
24169+
"x-stability-level": "stable",
2417024170
"parameters": [
2417124171
{
2417224172
"name": "partner_item_type",
@@ -24263,7 +24263,7 @@
2426324263
"operationId": "post_integration_mappings_teams",
2426424264
"summary": "Create Teams integration mapping",
2426524265
"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.",
24266-
"x-stability-level": "beta",
24266+
"x-stability-level": "stable",
2426724267
"requestBody": {
2426824268
"content": {
2426924269
"application/json": {
@@ -24326,7 +24326,7 @@
2432624326
"operationId": "put_integration_mappings_teams_id",
2432724327
"summary": "Update Teams integration mapping",
2432824328
"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.",
24329-
"x-stability-level": "beta",
24329+
"x-stability-level": "stable",
2433024330
"parameters": [
2433124331
{
2433224332
"name": "integration_mapping_id",
@@ -24411,7 +24411,7 @@
2441124411
"operationId": "delete_integration_mappings_teams_id",
2441224412
"summary": "Delete Teams integration mapping",
2441324413
"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.",
24414-
"x-stability-level": "beta",
24414+
"x-stability-level": "stable",
2441524415
"parameters": [
2441624416
{
2441724417
"name": "integration_mapping_id",

0 commit comments

Comments
 (0)