comparison NEWS @ 4694:da1edb7d6332

"/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 17:37:47 +0200
parents 45bce660ce3a
children dd6274412ff4
comparison
equal deleted inserted replaced
4693:45bce660ce3a 4694:da1edb7d6332
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: 14 * New routes:
15 - "/tools/bulk-anonymize" to anonymize groups of multiple, unrelated resources at once 15 - "/tools/bulk-anonymize" to anonymize a group of multiple, unrelated resources at once
16 - "/tools/bulk-modify" to modify groups of multiple, unrelated resources at once 16 - "/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
17 - "/tools/bulk-modify" to modify a group of multiple, unrelated resources at once
17 * ZIP archive/media generated in synchronous mode are now streamed by default 18 * ZIP archive/media generated in synchronous mode are now streamed by default
18 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT 19 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
19 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error 20 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
20 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences 21 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
21 using the syntax of the dcmodify command-line tool (wildcards are supported as well) 22 using the syntax of the dcmodify command-line tool (wildcards are supported as well)