Skip to content

Commit

Permalink
fix: change metadata cascade policy scope to string (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Nov 23, 2023
1 parent 80102bd commit c674d86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "9e8bda337c"
"x-box-commit-hash": "318f08c2f5"
},
"servers": [
{
Expand Down Expand Up @@ -30164,6 +30164,10 @@
"x-box-resource-id": "metadata_cascade_policy",
"x-box-tag": "metadata_cascade_policies",
"description": "A metadata cascade policy automatically applies a metadata template instance\nto all the files and folders within the targeted folder.",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -30218,12 +30222,8 @@
},
"scope": {
"type": "string",
"example": "global",
"description": "The scope of the of the template that is cascaded down to the folder's\nchildren.",
"enum": [
"global",
"enterprise_*"
]
"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.",
"example": "enterprise_123456"
},
"templateKey": {
"type": "string",
Expand Down

0 comments on commit c674d86

Please sign in to comment.