A PUT method wired the same way as the last two — what's new is the partial update behind it, changing only the fields a request actually sent.
Listing and creating cover two-thirds of what this table needs — the last piece is changing an item that already exists, without needing to know or resend everything else about it.
Locked
This exercise builds on Querying and creating over API Gateway — run synth & validate there until every assertion passes, then this code will unlock.
Go to Querying and creating over API Gateway