user2919057
user2919057

Reputation: 41

Section name from OneNote API is not updated

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?

Upvotes: 3

Views: 435

Answers (1)

msft-snovick
msft-snovick

Reputation: 177

This is an unfortunate known bug on our end. A workaround to get this fixed is to open the notebook in any of the clients (Windows, Mac, iOS, Android) after renaming the section and then the recall will work properly. :(

Upvotes: 2

Related Questions