CodeWithHarry / iNotebook-React

INotebook is a React Application for managing personal notes on the cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating note

jaismeenMehra opened this issue · comments

What if a user want to update only title, description or tag and rest of the information should remain the same then how to to this . do we need to create a separate endpoint for this or we can edit the existing "updatenote" end point, if yes then how?
Can anyone explain please.!!