Patch API
Explore the methods and properties available in the Patch API.
Patches allow you to modify a particular entity, such as user profiles or session attributes, without knowing its current state.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
Page | Description |
---|---|
set | Set a value at a given path. |
add | Add a value to a collection. |
combine | Combine two sets of values. |
remove | Remove values from a collection. |
merge | Merge two maps or lists. |
increment | Increment a value by a given amount. |
decrement | Decrement a value by a given amount. |
clear | Clear the value at the given path. |
unset | Delete the key and value at a given path. |
save | Apply the changes to the entity. |