Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

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?

userVoice