APIs Flashcards
1
Q
PUT
A
All fields in the resource you are updating should be added in the request body
2
Q
PATCH
A
Allow for partial updates to only specific fields without affecting the others
PUT
All fields in the resource you are updating should be added in the request body
PATCH
Allow for partial updates to only specific fields without affecting the others