Skip to content

Commit b7eff15

Browse files
committed
Update en to output generated at 8496c0a
1 parent 5fed16f commit b7eff15

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

openapi.json

Lines changed: 8 additions & 4 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": "9cf2ebee56"
17+
"x-box-commit-hash": "143e20d85d"
1818
},
1919
"servers": [
2020
{
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"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.",
9191
"in": "query",
9292
"example": "admin_readwrite",
9393
"required": false,
@@ -4815,7 +4815,7 @@
48154815
"x-box-tag": "folders",
48164816
"x-box-enable-explorer": true,
48174817
"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.",
48194819
"parameters": [
48204820
{
48214821
"name": "folder_id",
@@ -4923,7 +4923,7 @@
49234923
],
49244924
"responses": {
49254925
"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.",
49274927
"content": {
49284928
"application/json": {
49294929
"schema": {
@@ -31004,6 +31004,10 @@
3100431004
"x-box-resource-id": "retention_policy_assignment",
3100531005
"x-box-tag": "retention_policy_assignments",
3100631006
"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+
],
3100731011
"properties": {
3100831012
"id": {
3100931013
"type": "string",

0 commit comments

Comments
 (0)