Updates metadata on a folder using JSON-Patch operations (RFC 6902). The metadata template must already be applied to the folder. Only values matching the template schema are accepted (except global.properties which accepts any key-value pairs). All operations are applied atomic…
scopeRequiredstringThe scope of the metadata template. Use 'global' for global templates (like 'properties') or 'enterprise' for enterprise-specific templates. For enterprise templates, you can use either 'enterprise' or the full format 'enterprise_{enterprise_id}'.
folder_idRequiredstringThe unique identifier that represents a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`. The root folder of a Box…
operationsRequiredarrayA list of JSON-Patch operations (RFC 6902) to apply to the metadata instance. The changes are applied atomically - if any operation fails, no changes are made. Common operations: use 'replace' to update existing fields, 'add' to create or overwrite fields, 'remove' to delete fie…
template_keyRequiredstringThe name of the metadata template (templateKey). For example: 'properties' for the global.properties template, or a custom template key.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.