Start your All-Access Pass to unlock this challenge
Imagine this JSON payload is being sent to an endpoint... and that this resource also has a description
field:
{
"name": "Blue Diamond",
"location": "Ocean Depths"
}
What's would happen to the description
field if you send this payload using a PUT request (with the NEW behavior) versus a PATCH request?