Create metadata cascade policy
POST https://{{api.box.com}}/2.0/metadata_cascade_policies
Creates a new metadata cascade policy that applies a given
https://developer.box.com/reference/post-metadata-cascade-policies
Request Body
{"folder_id"=>"1234567", "scope"=>"enterprise", "templateKey"=>"productInfo"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"6fd4ff89-8fc1-42cf-8b29-1890dedd26d7","type":"metadata_cascade_policy","owner_enterprise":{"type":"enterprise","id":"690678"},"parent":{"type":"folder","id":"1234567"},"scope":"enterprise_123456","templateKey":"productInfo"}