I renamed a section name in a notebook at OneDrive using OneNote Online. Then, I tried GET sections API. I expected that I got the renamed section name. However I got the old section name from the response JSON in fact.
My request URL was as follows.
https://www.onenote.com/api/v1.0/notebooks/{my notebook id}/sections
* The notebook has the renamed section.
Is this a bug?