We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hopefully we can add fish by now: let's make sure we can update existing ones too. Add a route to handle:
PUT /api/v1/fish/:id
You'll need to write a database function to update a fish, and return the updated fish to the client using res.json.
res.json
Don't forget to update the wiki accordingly 😄 ✔️
The text was updated successfully, but these errors were encountered:
kiri-tavaga
No branches or pull requests
Hopefully we can add fish by now: let's make sure we can update existing ones too. Add a route to handle:
You'll need to write a database function to update a fish, and return the updated fish to the client using
res.json
.Don't forget to update the wiki accordingly 😄 ✔️
The text was updated successfully, but these errors were encountered: