MINOR When using Custom APIs, we have introduced support for HTTP Conditional Requests, using the If-Match
header. Clients can use these requests to implement safe concurrent updates to the same resource by multiple writers. For example, this is useful in inventory tracking, as it prevents lost updates and other data consistency issues with the inventory amounts. For more information, see Update Custom API Entries.