Metadata

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

Params

Param name Description
id
required

ID of the project to which assets should be added to.

Validations:

  • Must be a String

asset_ids
optional

List of IDs of assets

Validations:

  • Must be an array of any type

folders
optional

List of paths to folders

Validations:

  • Must be an array of any type

type
optional
copy | link | link_to_project

The strategy used to add an asset to a project. Default: link.

Validations:

  • Must be a String

recursive
optional
true | false

Whether to recursively add folders.

Validations:

  • Must be a String