0
votes

I am trying to rename section name using onenote API. https://www.onenote.com/api/v1.0/notebooks/{my notebook id}/sections

  • The notebook has the renamed section. Is this a bug?
2
I don't understand the question. Can you add more details? Thanks!Manjusha
we used graph api for creating notebooks,sections,pages. now we are trying to rename the notebooks,sections. Please suggest me PATCH request url.mohammad mahamood ali
Please suggest any PHP onenote SDK urlmohammad mahamood ali

2 Answers

1
votes

To rename a notebook is similar to rename a section. PATCH https://graph.microsoft.com/v1.0/me/onenote/notebooks/{id} and give {"displayName":"new NotebookName"}

To delete a notebook, use the same url as above with the DELETE action