Skip to content

Commit 12286d5

Browse files
committed
Update en to output generated at c674d86
1 parent a7f8f0a commit 12286d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.json

Lines changed: 7 additions & 7 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": "9e8bda337c"
17+
"x-box-commit-hash": "318f08c2f5"
1818
},
1919
"servers": [
2020
{
@@ -30164,6 +30164,10 @@
3016430164
"x-box-resource-id": "metadata_cascade_policy",
3016530165
"x-box-tag": "metadata_cascade_policies",
3016630166
"description": "A metadata cascade policy automatically applies a metadata template instance\nto all the files and folders within the targeted folder.",
30167+
"required": [
30168+
"id",
30169+
"type"
30170+
],
3016730171
"properties": {
3016830172
"id": {
3016930173
"type": "string",
@@ -30218,12 +30222,8 @@
3021830222
},
3021930223
"scope": {
3022030224
"type": "string",
30221-
"example": "global",
30222-
"description": "The scope of the of the template that is cascaded down to the folder's\nchildren.",
30223-
"enum": [
30224-
"global",
30225-
"enterprise_*"
30226-
]
30225+
"description": "The scope of the metadata cascade policy can either be `global` or\n`enterprise_*`. The `global` scope is used for policies that are\navailable to any Box enterprise. The `enterprise_*` scope represents\npolicies that have been created within a specific enterprise, where `*`\nwill be the ID of that enterprise.",
30226+
"example": "enterprise_123456"
3022730227
},
3022830228
"templateKey": {
3022930229
"type": "string",

0 commit comments

Comments
 (0)