Metadata

- Authentication: The user must be authenticated to perform this action.
- Admin privileges: The user has to have administrative privileges to perform this
    action.

Params

Param name Description
library_ingest
optional , nil allowed

Validations:

  • Must be a Hash

library_ingest[project_id]
optional

ID of project to ingest into.

Validations:

  • Must be a String

library_ingest[ingest_storage]
optional

Name of storage to ingest into.

Validations:

  • Must be a String

library_ingest[ingest_path]
optional

Path of folder to ingest from.

Validations:

  • Must be a String

library_ingest[transmission_check]
optional
sha2 | crc | fingerprint | md5 | none

The method of data verification for a library.

Validations:

  • Must be a String

library_ingest[options]
optional , nil allowed

Additional options.

Validations:

  • Must be a Hash