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
This API should validate that the logged in user is the owner of the project. They can also change the status of the project (open, completed, closed, archived)
The text was updated successfully, but these errors were encountered:
Created @PutMapping at /projects/{id}, which saves the project to the projectsRepository when updated. Includes 404 error handling if the ID doesn't exist
This API should validate that the logged in user is the owner of the project. They can also change the status of the project (open, completed, closed, archived)
The text was updated successfully, but these errors were encountered: