Skip to content

Commit b2027d5

Browse files
SDK regenerated by CI server [ci skip]
1 parent 36427e9 commit b2027d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/aspose_words_cloud/models/requests/insert_section_online_request.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def to_batch_part(api_client, requestId, parentRequestId = nil)
124124
# http body (model)
125125
body = api_client.build_request_body_batch(header_params, form_params, files_content)
126126
part = ""
127-
part.concat("POST".force_encoding('UTF-8'))
127+
part.concat("PUT".force_encoding('UTF-8'))
128128
part.concat(" ".force_encoding('UTF-8'))
129129
part.concat(local_var_path.force_encoding('UTF-8'))
130130
part.concat(" \r\n".force_encoding('UTF-8'))
@@ -180,7 +180,7 @@ def create_http_request(api_client)
180180

181181
body = api_client.build_request_body(header_params, form_params, files_content)
182182
{
183-
'method': :POST,
183+
'method': :PUT,
184184
'path': local_var_path,
185185
'header_params': header_params,
186186
'query_params': query_params,

0 commit comments

Comments
 (0)