# HG changeset patch # User Sebastien Jodogne # Date 1609776321 -3600 # Node ID 23ad1b9c7800f46d1f0362148b3e814e1dac0c29 # Parent 442c5632177e269ff5a10de086007161b7250450 fix tag in openapi diff -r 442c5632177e -r 23ad1b9c7800 OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp --- 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")