comparison OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp @ 4751:b3957ddd88f1

typos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 17:31:03 +0200
parents 13efc0967cea
children b2417ac5055a 4e765c18ace7
comparison
equal deleted inserted replaced
4749:1a061bc2d6ca 4751:b3957ddd88f1
500 { 500 {
501 call.GetDocumentation() 501 call.GetDocumentation()
502 .SetRequestField("Synchronous", RestApiCallDocumentation::Type_Boolean, 502 .SetRequestField("Synchronous", RestApiCallDocumentation::Type_Boolean,
503 "If `true`, create the archive in synchronous mode, which means that the HTTP answer will directly " 503 "If `true`, create the archive in synchronous mode, which means that the HTTP answer will directly "
504 "contain the ZIP file. This is the default, easy behavior. However, if global configuration option " 504 "contain the ZIP file. This is the default, easy behavior. However, if global configuration option "
505 "\"SynchronousZipStream\" is set to \"false\", asynchronous transfers should be prefered for " 505 "\"SynchronousZipStream\" is set to \"false\", asynchronous transfers should be preferred for "
506 "large amount of data, as the creation of the temporary file might lead to network timeouts.", false) 506 "large amount of data, as the creation of the temporary file might lead to network timeouts.", false)
507 .SetRequestField("Asynchronous", RestApiCallDocumentation::Type_Boolean, 507 .SetRequestField("Asynchronous", RestApiCallDocumentation::Type_Boolean,
508 "If `true`, create the archive in asynchronous mode, which means that a job is submitted to create " 508 "If `true`, create the archive in asynchronous mode, which means that a job is submitted to create "
509 "the archive in background.", false) 509 "the archive in background.", false)
510 .SetRequestField(KEY_TRANSCODE, RestApiCallDocumentation::Type_String, 510 .SetRequestField(KEY_TRANSCODE, RestApiCallDocumentation::Type_String,