Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Update endpoint for a project #61

Open
Richard-outreach opened this issue Jan 16, 2019 · 1 comment
Open

Create Update endpoint for a project #61

Richard-outreach opened this issue Jan 16, 2019 · 1 comment
Assignees

Comments

@Richard-outreach
Copy link
Contributor

Richard-outreach commented Jan 16, 2019

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)

@tara-johnson
Copy link
Collaborator

tara-johnson commented Jan 17, 2019

Created @PutMapping at /projects/{id}, which saves the project to the projectsRepository when updated. Includes 404 error handling if the ID doesn't exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants