Skip to content

Commit b297fdd

Browse files
Merge branch 'master' into release
2 parents 18c730c + 9a2722d commit b297fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/aspose/words/cloud/model/FormField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* FromField.
4747
*/
4848
@ApiModel(description = "FromField.")
49-
public abstract class FormField extends NodeLink {
49+
public class FormField extends NodeLink {
5050
@SerializedName("CalculateOnExit")
5151
protected Boolean calculateOnExit;
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Ch
270270
});
271271
}
272272

273-
return apiClient.buildRequest(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarHeaderParams, localVarFormParams, localFilesContentParams, addAuthHeaders, progressRequestListener);
273+
return apiClient.buildRequest(localVarPath, "PUT", localVarQueryParams, localVarCollectionQueryParams, localVarHeaderParams, localVarFormParams, localFilesContentParams, addAuthHeaders, progressRequestListener);
274274
}
275275

276276
/*

0 commit comments

Comments
 (0)