Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed REST APIs with Express!
You have completed REST APIs with Express!
Preview
In this video, we'll add functionality to our app that will allow the client to edit quotes.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
is going to be made to
an existing resource.
0:00
We're going to handle put requests
to the /quotes/:id route.
0:00
We're going to use await
inside this callback, so
0:13
we'll indicate that this
function is asynchronous.
0:15
Now we'll need a trycatch block.
0:22
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up