Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 3 additions & 4 deletions openapi/openapi-v2025.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
Expand Down
10 changes: 5 additions & 5 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down