PUT
tags :
HTTP Method or Verb #
PATCH vs PUT #
:ID: 6FA75BE8-A566-4683-8C0E-0A9541D652C3
PUT => Set all new attributes for an existing resource. Idempotent
- complete update of the resource.
PATCH => Partially update an existing resource (not all attributes required). not Idempotent,
- partial update or few attributes