Skip to content

Commit

Permalink
feat: test-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Nov 25, 2024
1 parent db58e26 commit 8e22eec
Showing 1 changed file with 5 additions and 21 deletions.
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

0 comments on commit 8e22eec

Please sign in to comment.