|
14 | 14 | "url": "http://www.apache.org/licenses/LICENSE-2.0" |
15 | 15 | }, |
16 | 16 | "version": "2025.0", |
17 | | - "x-box-commit-hash": "b9f1309925" |
| 17 | + "x-box-commit-hash": "d970a6f960" |
18 | 18 | }, |
19 | 19 | "servers": [ |
20 | 20 | { |
|
932 | 932 | { |
933 | 933 | "name": "categories", |
934 | 934 | "in": "query", |
935 | | - "description": "The comma-delimited list of the enterprise configuration categories. \nAllowed values: `security`, `content_and_sharing`, `user_settings`, `shield`.", |
| 935 | + "description": "A comma-separated list of the enterprise configuration categories.\nAllowed values: `security`, `content_and_sharing`, `user_settings`, `shield`.", |
936 | 936 | "required": true, |
937 | 937 | "schema": { |
938 | | - "type": "string" |
| 938 | + "type": "array", |
| 939 | + "items": { |
| 940 | + "type": "string" |
| 941 | + } |
939 | 942 | }, |
940 | | - "example": "security,content_and_sharing,user_settings,shield" |
| 943 | + "example": [ |
| 944 | + "security", |
| 945 | + "content_and_sharing", |
| 946 | + "user_settings", |
| 947 | + "shield" |
| 948 | + ], |
| 949 | + "explode": false |
941 | 950 | }, |
942 | 951 | { |
943 | 952 | "$ref": "#/components/parameters/BoxVersionHeader" |
|
2812 | 2821 | }, |
2813 | 2822 | "title": "Collaboration permissions" |
2814 | 2823 | }, |
2815 | | - "CollaborationRestriction": { |
2816 | | - "description": "The collaboration restriction.", |
2817 | | - "type": "string", |
2818 | | - "example": "internal", |
2819 | | - "enum": [ |
2820 | | - "internal", |
2821 | | - "external" |
2822 | | - ], |
2823 | | - "title": "Collaboration restriction" |
2824 | | - }, |
2825 | 2824 | "CustomSessionDurationGroupItem": { |
2826 | 2825 | "description": "A custom session duration group item.", |
2827 | 2826 | "type": "object", |
|
3757 | 3756 | "value": { |
3758 | 3757 | "type": "array", |
3759 | 3758 | "items": { |
3760 | | - "$ref": "#/components/schemas/CollaborationRestriction" |
| 3759 | + "type": "string", |
| 3760 | + "description": "The collaboration restriction. Possible values: `internal`, `external`.", |
| 3761 | + "example": "internal" |
3761 | 3762 | }, |
3762 | 3763 | "example": [ |
3763 | 3764 | "internal" |
|
3803 | 3804 | "$ref": "#/components/schemas/EnterpriseConfigurationItem" |
3804 | 3805 | }, |
3805 | 3806 | { |
3806 | | - "description": "The external collaboration status." |
| 3807 | + "description": "The external collaboration status.\nPossible values: `enable_external_collaboration`, `limit_collaboration_to_allowlisted_domains`, `limit_collaboration_to_users_within_enterprise`." |
3807 | 3808 | }, |
3808 | 3809 | { |
3809 | 3810 | "properties": { |
3810 | 3811 | "value": { |
3811 | 3812 | "description": "The external collaboration status.", |
3812 | 3813 | "type": "string", |
3813 | 3814 | "example": "enable_external_collaboration", |
3814 | | - "enum": [ |
3815 | | - "enable_external_collaboration", |
3816 | | - "limit_collaboration_to_allowlisted_domains" |
3817 | | - ], |
3818 | 3815 | "nullable": true |
3819 | 3816 | } |
3820 | 3817 | } |
|
0 commit comments