Metadata migrations make it possible to update the metadata of existing items and collections to conform to a new metadata schema.
Managing migrations
List all metadata migrations
GET /metadata/migration Lists all metadata migrations defined in the system. Role: _metadata_read Produces: application/xml, application/json – MetadataSchemaMigrationListDocument
Create a metadata migration
POST /metadata/migration Creates a new metadata migration. Role: _metadata_write Accepts: application/xml, application/json – MetadataSchemaMigrationDocument Produces: text/plain –
Retrieve a metadata migration
GET /metadata/migration/(id) Shows a single metadata migration. Role: _metadata_read Produces: application/xml, application/json – MetadataSchemaMigrationDocument