diff --git a/openapi.json b/openapi.json index e774ba6d..5894786d 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [ { @@ -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.", @@ -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.", @@ -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.",