Skip to content

Commit 551650c

Browse files
SDK regenerated by CI server [ci skip]
1 parent 1a6f149 commit 551650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22065,7 +22065,7 @@ namespace aspose::words::cloud::requests {
2206522065
{
2206622066
std::vector<models::FileReference*> additionalFilesContent;
2206722067
auto result = std::make_shared<HttpRequestData>();
22068-
result->setMethod(HttpRequestMethod::HttpPOST);
22068+
result->setMethod(HttpRequestMethod::HttpPUT);
2206922069
result->setPath(L"/words/online/post/sections/{sectionIndex}");
2207022070
if (!m_SectionIndex) throw aspose::words::cloud::ApiException(400, L"Parameter 'SectionIndex' is required.");
2207122071
result->setPathParam(L"{sectionIndex}", *m_SectionIndex);

0 commit comments

Comments
 (0)