PUT vs PATCH
PUT is used to completely replace an existing resource with a new one. When a PUT request is made, the entire resource is replaced with the new representation provided in the request payload. A PUT request is idempotent, which means that making the s...
bikash8848.hashnode.dev1 min read