comparison NEWS @ 5249:f22c8fac764b db-protobuf

added "/tools/labels" to list all the labels that are associated with any resource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 22:54:57 +0200
parents a7d95f951f8a
children afe92108f463
comparison
equal deleted inserted replaced
5248:a7d95f951f8a 5249:f22c8fac764b
9 REST API 9 REST API
10 -------- 10 --------
11 11
12 * API version upgraded to 20 12 * API version upgraded to 20
13 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels 13 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels
14 * "/tools/find" accepts the "Labels" and "LabelsConstraint" arguments
15 * "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}" 14 * "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}"
16 contain the "Labels" field 15 contain the "Labels" field
16 * "/tools/find" now accepts the "Labels" and "LabelsConstraint" arguments
17 * "/tools/labels" lists all the labels that are associated with any resource
17 * "/system": added "UserMetadata" and "HasLabels" 18 * "/system": added "UserMetadata" and "HasLabels"
18 19
19 Plugins 20 Plugins
20 ------- 21 -------
21 22