|
14 | 14 | "url": "http://www.apache.org/licenses/LICENSE-2.0" |
15 | 15 | }, |
16 | 16 | "version": "2.0.0", |
17 | | - "x-box-commit-hash": "9cf2ebee56" |
| 17 | + "x-box-commit-hash": "143e20d85d" |
18 | 18 | }, |
19 | 19 | "servers": [ |
20 | 20 | { |
|
87 | 87 | }, |
88 | 88 | { |
89 | 89 | "name": "scope", |
90 | | - "description": "A comma-separated list of application scopes you'd like to\nauthenticate the user for. This defaults to all the scopes configured\nfor the application in its configuration page.", |
| 90 | + "description": "A space-separated list of application scopes you'd like to\nauthenticate the user for. This defaults to all the scopes configured\nfor the application in its configuration page.", |
91 | 91 | "in": "query", |
92 | 92 | "example": "admin_readwrite", |
93 | 93 | "required": false, |
|
4815 | 4815 | "x-box-tag": "folders", |
4816 | 4816 | "x-box-enable-explorer": true, |
4817 | 4817 | "x-box-sanitized": true, |
4818 | | - "description": "Retrieves details for a folder, including the first 100 entries\nin the folder.\n\nPassing `sort`, `direction`, `offset`, and `limit`\nparameters in query allows you to manage the\nlist of returned\n[folder items](r://folder--full#param-item-collection).\n\nTo fetch more items within the folder, use the\n[Get items in a folder](#get-folders-id-items) endpoint.", |
| 4818 | + "description": "Retrieves details for a folder, including the first 100 entries\nin the folder.\n\nPassing `sort`, `direction`, `offset`, and `limit`\nparameters in query allows you to manage the\nlist of returned\n[folder items](r://folder--full#param-item-collection).\n\nTo fetch more items within the folder, use the\n[Get items in a folder](e://get-folders-id-items) endpoint.", |
4819 | 4819 | "parameters": [ |
4820 | 4820 | { |
4821 | 4821 | "name": "folder_id", |
|
4923 | 4923 | ], |
4924 | 4924 | "responses": { |
4925 | 4925 | "200": { |
4926 | | - "description": "Returns a folder, including the first 100 entries in the folder.\nIf you used query parameters like\n`sort`, `direction`, `offset`, or `limit`\nthe *folder items list* will be affected accordingly.\n\nTo fetch more items within the folder, use the\n[Get items in a folder](#get-folders-id-items) endpoint.\n\nNot all available fields are returned by default. Use the\n[fields](#param-fields) query parameter to explicitly request\nany specific fields.", |
| 4926 | + "description": "Returns a folder, including the first 100 entries in the folder.\nIf you used query parameters like\n`sort`, `direction`, `offset`, or `limit`\nthe *folder items list* will be affected accordingly.\n\nTo fetch more items within the folder, use the\n[Get items in a folder](e://get-folders-id-items)) endpoint.\n\nNot all available fields are returned by default. Use the\n[fields](#param-fields) query parameter to explicitly request\nany specific fields.", |
4927 | 4927 | "content": { |
4928 | 4928 | "application/json": { |
4929 | 4929 | "schema": { |
|
31004 | 31004 | "x-box-resource-id": "retention_policy_assignment", |
31005 | 31005 | "x-box-tag": "retention_policy_assignments", |
31006 | 31006 | "description": "A retention assignment represents a rule specifying\nthe files a retention policy retains.\nAssignments can retain files based on their folder or metadata,\nor hold all files in the enterprise.", |
| 31007 | + "required": [ |
| 31008 | + "id", |
| 31009 | + "type" |
| 31010 | + ], |
31007 | 31011 | "properties": { |
31008 | 31012 | "id": { |
31009 | 31013 | "type": "string", |
|
0 commit comments