The immediate follow up question to that was the difference between the put and patch
Sigiloso
PUT updates the entire resource, replacing it with the new data provided. PATCH updates only the specified fields, leaving the rest of the resource unchanged.