Skip to content

Commit 929ee4f

Browse files
SDK regenerated by CI server [ci skip]
1 parent 84b5688 commit 929ee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,6 @@ export class ConvertDocumentRequest implements RequestInterface {
27072707
*/
27082708
public async createRequestOptions(configuration: Configuration, _encryptor: Encryptor) : Promise<request.OptionsWithUri> {
27092709
let localVarPath = configuration.getApiBaseUrl() + "/words/convert"
2710-
.replace("/{" + "outPath" + "}", (this.outPath !== null && this.outPath !== undefined) ? "/" + String(this.outPath) : "")
27112710
.replace("//", "/");
27122711
const queryParameters: any = {};
27132712
const formParams: any = {};
@@ -2732,6 +2731,7 @@ export class ConvertDocumentRequest implements RequestInterface {
27322731
}
27332732

27342733
localVarPath = await addQueryParameterToUrl(localVarPath, queryParameters, "format", this.format, _encryptor);
2734+
localVarPath = await addQueryParameterToUrl(localVarPath, queryParameters, "outPath", this.outPath, _encryptor);
27352735
localVarPath = await addQueryParameterToUrl(localVarPath, queryParameters, "fileNameFieldValue", this.fileNameFieldValue, _encryptor);
27362736
localVarPath = await addQueryParameterToUrl(localVarPath, queryParameters, "storage", this.storage, _encryptor);
27372737
localVarPath = await addQueryParameterToUrl(localVarPath, queryParameters, "loadEncoding", this.loadEncoding, _encryptor);

0 commit comments

Comments
 (0)