i use onenote patch method API (beta),
send the body :
[{
'target': 'body',
'action': 'append',
'content': '<p id="item1">test</p>'
}]
and the result is :
<p lang="en-US">test</p>
where is the attribute ID ?
is patch method not support id attribute for tag paragraph ?
it seems work for tag img
thx, Edwin