comparison NEWS @ 4627:f7d5372b59b3 db-changes

handling revisions of attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 15:11:59 +0200
parents 686f189a903d
children 5fabef29c4ff
comparison
equal deleted inserted replaced
4626:686f189a903d 4627:f7d5372b59b3
10 10
11 REST API 11 REST API
12 -------- 12 --------
13 13
14 * API version upgraded to 12 14 * API version upgraded to 12
15 * "/.../{id}/metadata/{name}" URIs handle the HTTP headers "If-Match", "If-None-Match" and 15 * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the
16 "ETag" to cope with revisions 16 HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions
17 17
18 Plugins 18 Plugins
19 ------- 19 -------
20 20
21 * New function in the SDK: OrthancPluginCallRestApi() 21 * New function in the SDK: OrthancPluginCallRestApi()