comparison NEWS @ 4693:45bce660ce3a

added routes for bulk anonymization/modification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 16:44:04 +0200
parents e68edf92e5cc
children da1edb7d6332
comparison
equal deleted inserted replaced
4692:e68edf92e5cc 4693:45bce660ce3a
9 9
10 REST API 10 REST API
11 -------- 11 --------
12 12
13 * API version upgraded to 13 13 * API version upgraded to 13
14 * New routes:
15 - "/tools/bulk-anonymize" to anonymize groups of multiple, unrelated resources at once
16 - "/tools/bulk-modify" to modify groups of multiple, unrelated resources at once
14 * ZIP archive/media generated in synchronous mode are now streamed by default 17 * ZIP archive/media generated in synchronous mode are now streamed by default
15 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT 18 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
16 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error 19 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
17 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences 20 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
18 using the syntax of the dcmodify command-line tool (wildcards are supported as well) 21 using the syntax of the dcmodify command-line tool (wildcards are supported as well)