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
2 changes: 1 addition & 1 deletion 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": "b9f1309925"
"x-box-commit-hash": "d970a6f960"
},
"servers": [
{
Expand Down
37 changes: 17 additions & 20 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": "b9f1309925"
"x-box-commit-hash": "d970a6f960"
},
"servers": [
{
Expand Down Expand Up @@ -932,12 +932,21 @@
{
"name": "categories",
"in": "query",
"description": "The comma-delimited list of the enterprise configuration categories. \nAllowed values: `security`, `content_and_sharing`, `user_settings`, `shield`.",
"description": "A comma-separated list of the enterprise configuration categories.\nAllowed values: `security`, `content_and_sharing`, `user_settings`, `shield`.",
"required": true,
"schema": {
"type": "string"
"type": "array",
"items": {
"type": "string"
}
},
"example": "security,content_and_sharing,user_settings,shield"
"example": [
"security",
"content_and_sharing",
"user_settings",
"shield"
],
"explode": false
},
{
"$ref": "#/components/parameters/BoxVersionHeader"
Expand Down Expand Up @@ -2812,16 +2821,6 @@
},
"title": "Collaboration permissions"
},
"CollaborationRestriction": {
"description": "The collaboration restriction.",
"type": "string",
"example": "internal",
"enum": [
"internal",
"external"
],
"title": "Collaboration restriction"
},
"CustomSessionDurationGroupItem": {
"description": "A custom session duration group item.",
"type": "object",
Expand Down Expand Up @@ -3757,7 +3756,9 @@
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollaborationRestriction"
"type": "string",
"description": "The collaboration restriction. Possible values: `internal`, `external`.",
"example": "internal"
},
"example": [
"internal"
Expand Down Expand Up @@ -3803,18 +3804,14 @@
"$ref": "#/components/schemas/EnterpriseConfigurationItem"
},
{
"description": "The external collaboration status."
"description": "The external collaboration status.\nPossible values: `enable_external_collaboration`, `limit_collaboration_to_allowlisted_domains`, `limit_collaboration_to_users_within_enterprise`."
},
{
"properties": {
"value": {
"description": "The external collaboration status.",
"type": "string",
"example": "enable_external_collaboration",
"enum": [
"enable_external_collaboration",
"limit_collaboration_to_allowlisted_domains"
],
"nullable": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "b9f1309925"
"x-box-commit-hash": "d970a6f960"
},
"servers": [
{
Expand Down