diff --git a/openapi.json b/openapi.json index 9cc82c1c..d54a4caa 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": "770a648384" + "x-box-commit-hash": "abcd941c15" }, "servers": [ { @@ -31121,6 +31121,12 @@ "type": "boolean", "example": true, "nullable": false + }, + "can_apply_watermark": { + "description": "Specifies if the user can apply a watermark to this file.", + "type": "boolean", + "example": true, + "nullable": false } } } @@ -31298,6 +31304,18 @@ "type": "boolean", "example": true, "nullable": false + }, + "is_watermark_inherited": { + "description": "Specifies if the watermark is inherited from any parent folder in the hierarchy.", + "type": "boolean", + "example": false, + "nullable": false + }, + "is_watermarked_by_access_policy": { + "description": "Specifies if the watermark is enforced by an access policy.", + "type": "boolean", + "example": false, + "nullable": false } } }, @@ -32943,6 +32961,12 @@ "type": "boolean", "example": true, "nullable": false + }, + "can_apply_watermark": { + "description": "Specifies if the user can apply a watermark to this folder and its contents.", + "type": "boolean", + "example": true, + "nullable": false } } } @@ -33097,6 +33121,18 @@ "type": "boolean", "example": true, "nullable": false + }, + "is_watermark_inherited": { + "description": "Specifies if the watermark is inherited from any parent folder in the hierarchy.", + "type": "boolean", + "example": false, + "nullable": false + }, + "is_watermarked_by_access_policy": { + "description": "Specifies if the watermark is enforced by an access policy.", + "type": "boolean", + "example": false, + "nullable": false } } }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 5a8f8bcb..69a2e02d 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": "770a648384" + "x-box-commit-hash": "abcd941c15" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 9cc82c1c..d54a4caa 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": "770a648384" + "x-box-commit-hash": "abcd941c15" }, "servers": [ { @@ -31121,6 +31121,12 @@ "type": "boolean", "example": true, "nullable": false + }, + "can_apply_watermark": { + "description": "Specifies if the user can apply a watermark to this file.", + "type": "boolean", + "example": true, + "nullable": false } } } @@ -31298,6 +31304,18 @@ "type": "boolean", "example": true, "nullable": false + }, + "is_watermark_inherited": { + "description": "Specifies if the watermark is inherited from any parent folder in the hierarchy.", + "type": "boolean", + "example": false, + "nullable": false + }, + "is_watermarked_by_access_policy": { + "description": "Specifies if the watermark is enforced by an access policy.", + "type": "boolean", + "example": false, + "nullable": false } } }, @@ -32943,6 +32961,12 @@ "type": "boolean", "example": true, "nullable": false + }, + "can_apply_watermark": { + "description": "Specifies if the user can apply a watermark to this folder and its contents.", + "type": "boolean", + "example": true, + "nullable": false } } } @@ -33097,6 +33121,18 @@ "type": "boolean", "example": true, "nullable": false + }, + "is_watermark_inherited": { + "description": "Specifies if the watermark is inherited from any parent folder in the hierarchy.", + "type": "boolean", + "example": false, + "nullable": false + }, + "is_watermarked_by_access_policy": { + "description": "Specifies if the watermark is enforced by an access policy.", + "type": "boolean", + "example": false, + "nullable": false } } },