Metadata

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

Params

Param name Description
asset_ids
optional

Array of 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.

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.