diff NEWS @ 4698:d16c3c7f11ef

new route "/tools/bulk-content" to get the content of a set of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 16:37:12 +0200
parents 569d9ef165b1
children 312e0e29de90 dbb1a90c4df4 bad8935cd5f2
line wrap: on
line diff
--- a/NEWS	Fri Jun 18 16:08:35 2021 +0200
+++ b/NEWS	Fri Jun 18 16:37:12 2021 +0200
@@ -18,10 +18,11 @@
 --------
 
 * API version upgraded to 13
-* New routes:
-  - "/tools/bulk-anonymize" to anonymize a group of multiple, unrelated resources at once
-  - "/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
-  - "/tools/bulk-modify" to modify a group of multiple, unrelated resources at once
+* New routes to handle groups of multiple, unrelated DICOM resources at once:
+  - "/tools/bulk-anonymize" to anonymize a set of resources
+  - "/tools/bulk-content" to get the content of a set of resources
+  - "/tools/bulk-delete" to delete a set of resources
+  - "/tools/bulk-modify" to modify a set of resources
 * ZIP archive/media generated in synchronous mode are now streamed by default
 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error