changeset 4435:23ad1b9c7800

fix tag in openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2021 17:05:21 +0100
parents 442c5632177e
children 80a437bcc09b
files OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Mon Jan 04 17:01:17 2021 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Mon Jan 04 17:05:21 2021 +0100
@@ -211,7 +211,7 @@
     {
       DocumentModifyOptions(call);
       call.GetDocumentation()
-        .SetTag("Instance")
+        .SetTag("Instances")
         .SetSummary("Modify instance")
         .SetDescription("Download a modified version of the DICOM instance whose Orthanc identifier is provided in the URL: "
                         "https://book.orthanc-server.com/users/anonymization.html#modification-of-a-single-instance")
@@ -272,7 +272,7 @@
     {
       DocumentAnonymizationOptions(call);
       call.GetDocumentation()
-        .SetTag("Instance")
+        .SetTag("Instances")
         .SetSummary("Anonymize instance")
         .SetDescription("Download an anonymized version of the DICOM instance whose Orthanc identifier is provided in the URL: "
                         "https://book.orthanc-server.com/users/anonymization.html#anonymization-of-a-single-instance")