Skip to content

Commit 7db604b

Browse files
SDK regenerated by CI server [ci skip]
1 parent e91d94b commit 7db604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/aspose/words/cloud/model/requests/ConvertDocumentRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ public Request buildHttpRequest(ApiClient apiClient, final ProgressResponseBody.
261261

262262
// create path and map variables
263263
String localVarPath = "/words/convert";
264-
localVarPath = apiClient.addParameterToPath(localVarPath, "outPath", getOutPath());
265264
localVarPath = localVarPath.replaceAll("//", "/");
266265

267266
List<Pair> localVarQueryParams = new ArrayList<Pair>();
268267
List<Pair> localVarCollectionQueryParams = new ArrayList<Pair>();
269268
apiClient.addParameterToQuery(localVarQueryParams, "format", getFormat());
269+
apiClient.addParameterToQuery(localVarQueryParams, "outPath", getOutPath());
270270
apiClient.addParameterToQuery(localVarQueryParams, "fileNameFieldValue", getFileNameFieldValue());
271271
apiClient.addParameterToQuery(localVarQueryParams, "storage", getStorage());
272272
apiClient.addParameterToQuery(localVarQueryParams, "loadEncoding", getLoadEncoding());

0 commit comments

Comments
 (0)