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
12 changes: 11 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "8dd502b50d"
"x-box-commit-hash": "e1aaef784a"
},
"servers": [
{
Expand Down Expand Up @@ -14975,6 +14975,11 @@
"type": "boolean",
"example": true
},
"is_collaborated_content_available_when_owner_inactive": {
"description": "Whether collaborators can access content owned by the user when\nthe user is inactive. This setting preserves existing\ncollaborator access and does not grant new permissions.",
"type": "boolean",
"example": true
},
"status": {
"description": "The user's account status.",
"type": "string",
Expand Down Expand Up @@ -42683,6 +42688,11 @@
"type": "boolean",
"example": true
},
"is_collaborated_content_available_when_owner_inactive": {
"description": "Whether collaborators can access content owned by the user when the\nuser is inactive. This setting preserves existing collaborator access\nand does not grant new permissions.",
"type": "boolean",
"example": true
},
"enterprise": {
"allOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi-v2025.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2025.0",
"x-box-commit-hash": "8dd502b50d"
"x-box-commit-hash": "e1aaef784a"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi-v2026.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2026.0",
"x-box-commit-hash": "8dd502b50d"
"x-box-commit-hash": "e1aaef784a"
},
"servers": [
{
Expand Down
12 changes: 11 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "8dd502b50d"
"x-box-commit-hash": "e1aaef784a"
},
"servers": [
{
Expand Down Expand Up @@ -14975,6 +14975,11 @@
"type": "boolean",
"example": true
},
"is_collaborated_content_available_when_owner_inactive": {
"description": "Whether collaborators can access content owned by the user when\nthe user is inactive. This setting preserves existing\ncollaborator access and does not grant new permissions.",
"type": "boolean",
"example": true
},
"status": {
"description": "The user's account status.",
"type": "string",
Expand Down Expand Up @@ -42683,6 +42688,11 @@
"type": "boolean",
"example": true
},
"is_collaborated_content_available_when_owner_inactive": {
"description": "Whether collaborators can access content owned by the user when the\nuser is inactive. This setting preserves existing collaborator access\nand does not grant new permissions.",
"type": "boolean",
"example": true
},
"enterprise": {
"allOf": [
{
Expand Down
Loading