You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to handle the multipart form data when one of the parts is Json
Example
POST https://graph.microsoft.com/beta/sites/{id}/pagesContent-type: multipart/form-data; boundary=MyPartBoundary198374Content-Disposition: form-data; name="request"Content-Type: application/json
{
"@odata.type": "#microsoft.graph.newsLinkPage",
"title": "Microsoft Build brings AI tools to the forefront for developers",
"newsWebUrl": "https://blogs.microsoft.com/blog/2023/05/23/microsoft-build-brings-ai-tools-to-the-forefront-for-developers",
"description": "You only need two simple letters to accurately convey the major shift in the technology space this year: A and I. Beyond those letters, however, is a complex, evolving and exciting way in which we work, communicate and collaborate.",
"@microsoft.graph.bannerImageWebUrlContent" : "name:content"
}
Content-Disposition: form-data; name="content"; filename="b3.jpg"Content-Type: image/jpeg... binary image data ...
The text was updated successfully, but these errors were encountered:
Unable to handle the multipart form data when one of the parts is Json
Example
The text was updated successfully, but these errors were encountered: