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
38 changes: 37 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": "770a648384"
"x-box-commit-hash": "abcd941c15"
},
"servers": [
{
Expand Down Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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
}
}
},
Expand Down Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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
}
}
},
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": "770a648384"
"x-box-commit-hash": "abcd941c15"
},
"servers": [
{
Expand Down
38 changes: 37 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": "770a648384"
"x-box-commit-hash": "abcd941c15"
},
"servers": [
{
Expand Down Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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
}
}
},
Expand Down Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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
}
}
},
Expand Down