Skip to content

Commit 18e624a

Browse files
SDK regenerated by CI server [ci skip]
1 parent e9c7286 commit 18e624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/requests/insert_section_online_request.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class InsertSectionOnlineRequest implements RequestBase {
114114
}
115115
var _url = _apiClient.configuration.getApiRootUrl() + _apiClient.applyQueryParams(_path, _queryParams).replaceAll('//', '/');
116116
var _body = _apiClient.serializeBodyParts(_bodyParts, _headers);
117-
return ApiRequestData('POST', _url, _headers, _body);
117+
return ApiRequestData('PUT', _url, _headers, _body);
118118
}
119119

120120
@override

0 commit comments

Comments
 (0)