Force-apply metadata cascade policy to folder
Force the metadata on a folder with a metadata cascade policy to be applied to all of its children. This can be used after creating a new cascade policy to enforce the metadata to be cascaded down to all existing files within that folder.
Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the cascade policy to force-apply.
Body
Describes the desired behavior when dealing with the conflict where a metadata template already has an instance applied to a child.
nonewill preserve the existing value on the fileoverwritewill force-apply the templates values over any existing values.
none, overwrite "none"
Response
Returns an empty response when the API call was successful. The metadata cascade operation will be performed asynchronously.
The API call will return directly, before the cascade operation is complete. There is currently no API to check for the status of this operation.
