Skip to content

Commit 8e22eec

Browse files
committed
feat: test-sync
1 parent db58e26 commit 8e22eec

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

openapi.json

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2.0.0",
17-
"x-box-commit-hash": "8edc17f8ac"
17+
"x-box-commit-hash": "a46c886ab1"
1818
},
1919
"servers": [
2020
{
@@ -18165,20 +18165,12 @@
1816518165
"can_owner_extend_retention": {
1816618166
"description": "Whether the owner of a file will be allowed to\nextend the retention.",
1816718167
"type": "boolean",
18168-
"example": true,
18169-
"enum": [
18170-
true,
18171-
false
18172-
]
18168+
"example": true
1817318169
},
1817418170
"are_owners_notified": {
1817518171
"description": "Whether owner and co-owners of a file are notified\nwhen the policy nears expiration.",
1817618172
"type": "boolean",
18177-
"example": true,
18178-
"enum": [
18179-
true,
18180-
false
18181-
]
18173+
"example": true
1818218174
},
1818318175
"custom_notification_recipients": {
1818418176
"description": "A list of users notified when\nthe retention policy duration is about to end.",
@@ -27957,11 +27949,7 @@
2795727949
"is_accessible_via_shared_link": {
2795827950
"description": "Specifies if the file can be accessed\nvia the direct shared link or a shared link\nto a parent folder.",
2795927951
"type": "boolean",
27960-
"example": true,
27961-
"enum": [
27962-
true,
27963-
false
27964-
]
27952+
"example": true
2796527953
},
2796627954
"allowed_invitee_roles": {
2796727955
"description": "A list of the types of roles that user can be invited at\nwhen sharing this file.",
@@ -29807,11 +29795,7 @@
2980729795
"is_accessible_via_shared_link": {
2980829796
"description": "Specifies if the folder can be accessed\nwith the direct shared link or a shared link\nto a parent folder.",
2980929797
"type": "boolean",
29810-
"example": true,
29811-
"enum": [
29812-
true,
29813-
false
29814-
]
29798+
"example": true
2981529799
},
2981629800
"can_non_owners_view_collaborators": {
2981729801
"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.",

0 commit comments

Comments
 (0)