diff --git a/openapi.json b/openapi.json index d6455321..6d29802f 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [ { @@ -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", @@ -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": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 09d550f9..13c18e18 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -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": [ { diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 760fd079..7a295204 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -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": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index d6455321..6d29802f 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -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": [ { @@ -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", @@ -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": [ {