You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create PUT request for notes at {base_url}/users/{id}/notes/{notes_id}. This endpoint will be used to update the users notes. Input should be a note object, output/response can be the updated user object.