CodeWithHarry / iNotebook-React

INotebook is a React Application for managing personal notes on the cloud
343 stars 193 forks source link

Updating note #67

Open jaismeenMehra opened 10 months ago

jaismeenMehra commented 10 months ago

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.!!