Params

Param name Description
asset_ids
optional

IDs of the assets to update.

Validations:

  • Must be an array of any type

folder
optional

Validations:

  • Must be a Hash

folder[container_id]
required

Container’s ID of the folder

Validations:

  • Must be a String

folder[dirname]
required

Container relative path to the folder

Validations:

  • Must be a String

folder[storage]
optional

Storage/media name of the folder

Validations:

  • Must be a String

recursive
optional

Include subfolders when providing a folder.

Validations:

  • Must be one of: true, false.

override
optional

Override existing metadata.

Validations:

  • Must be one of: true, false.

custom_metadata
required

A Hash of Hashes. First level keys are indices of the elements. Second level keys are ‘value’ and ‘custom_metadata_field’.

Validations:

  • Must be a Hash