Skip to content
Merged
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
26 changes: 5 additions & 21 deletions 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": "2.0.0",
"x-box-commit-hash": "8edc17f8ac"
"x-box-commit-hash": "a46c886ab1"
},
"servers": [
{
Expand Down Expand Up @@ -18165,20 +18165,12 @@
"can_owner_extend_retention": {
"description": "Whether the owner of a file will be allowed to\nextend the retention.",
"type": "boolean",
"example": true,
"enum": [
true,
false
]
"example": true
},
"are_owners_notified": {
"description": "Whether owner and co-owners of a file are notified\nwhen the policy nears expiration.",
"type": "boolean",
"example": true,
"enum": [
true,
false
]
"example": true
},
"custom_notification_recipients": {
"description": "A list of users notified when\nthe retention policy duration is about to end.",
Expand Down Expand Up @@ -27957,11 +27949,7 @@
"is_accessible_via_shared_link": {
"description": "Specifies if the file can be accessed\nvia the direct shared link or a shared link\nto a parent folder.",
"type": "boolean",
"example": true,
"enum": [
true,
false
]
"example": true
},
"allowed_invitee_roles": {
"description": "A list of the types of roles that user can be invited at\nwhen sharing this file.",
Expand Down Expand Up @@ -29807,11 +29795,7 @@
"is_accessible_via_shared_link": {
"description": "Specifies if the folder can be accessed\nwith the direct shared link or a shared link\nto a parent folder.",
"type": "boolean",
"example": true,
"enum": [
true,
false
]
"example": true
},
"can_non_owners_view_collaborators": {
"description": "Specifies if collaborators who are not owners\nof this folder are restricted from viewing other\ncollaborations on this folder.\n\nIt also restricts non-owners from inviting new\ncollaborators.",
Expand Down
Loading