PATCH and PUT use the same update behavior.
Example
Partial Updates
Only send the fields you want to change.Localized Field Updates
Localized fields can be updated one language at a time.Response
The response is the updated entry.Validation
Updates validate:- Unknown field keys.
- Required fields.
- Field value types.
- Relation targets.
400 error.