Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_ids
optional

Asset ids to be updated.

Validations:

  • Must be an array of any type

released
optional

Marks the asset as released/unreleased.

Validations:

  • Must be one of: true, false.

recursive
optional

Whether the attributes should be applied recursively for the given folder.

Validations:

  • Must be one of: true, false.

folders
optional

Folders with their attributes (dirname, storage, container_id) used to target to target contained assets for update

Validations:

  • Must be an array of any type

valid_until
optional

Date until which the Asset is visible.

Validations:

  • Must be a String

can_be_shared
optional

Determines if the Asset can be re-shared via email.

Validations:

  • Must be one of: true, false.

can_be_downloaded_as_lowres
optional

Determines if the Asset can be downloaded as Proxy.

Validations:

  • Must be one of: true, false.

can_be_downloaded_as_highres
optional

Determines if the Asset can be downloaded as Original.

Validations:

  • Must be one of: true, false.