Ther are a lot of example to patch entities, but no one, for update the title of a Onenote page with the graph service client, like
var modelPage = new OnenotePage() { Title = adjustedPage.Title };
resultPage = await GraphServiceClient.Me.Onenote.Pages[adjustedPage.Id].Request().UpdateAsync(modelPage);
This snippet cause an error: The property "Title" ist not supported for PATCH commands..
Anyone can help?