I am trying to build an application interacting with onenote using Microsoft Graph API. I found a official blog OneNote Ink BETA Apis talking about how to get ink data from pages and how to create pages with ink data, but it didn't address how to update ink data. Update OneNote page content talks only about how to update the HTML page of onenote(not the ink part). I wonder is there any way to update ink data(add, delete or change ink traces) ?
Also, there are no more ink related document or blog posted since OneNote Ink BETA Apis. But I found this API is still availiable in 1.0 version of MS Graph. So why these set of API are undocumented ? Will they get futher support or will be deprecated or become unavailable in the future ?
Thanks!