- Remap all source files of a library at application level
Remaps ALL source files currently mapped to the given originalLibrary to a target library for the specified application(s). The server resolves the library's source files on its own (no sourceFileUuids required). Runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId.
The UUID of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided
The Id of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided
Whether to send email notification upon completion of the remapping operation
{ "applicationUuids": [ "123e4567-e89b-12d3-a456-426655440000" ], "targetLibraryUuid": "123e4567-e89b-12d3-a456-426655440000", "matchSuggestionId": "ZWJlMTZhZjYtMmE2YS00MWQ1LWFiNTQtYWQ3YWE3OWZhNzFl", "sourceFileUuids": [ "123e4567-e89b-12d3-a456-426655440000" ], "comment": "string", "sendEmailNotification": true, "originalLibraryUuid": "123e4567-e89b-12d3-a456-426655440000" }
Remapping job accepted and initiated
The unique identifier of the async process
The current status of the async process
{ "uuid": "caf69794-9882-4b55-82db-6b6da4fe2a92", "status": "PENDING", "userEmail": "user@example.com", "requestToken": "2cd6a43b" }