New Patch method in Service API 5.5.0

As you might know that we have API for these methods: Get, Post, Put and Delete but in some cases when you use the Put method it would re-add the whole property and make some values wiped (for example: Shipping Address). So we introduced a new Patch API to handle that case in the release of Service API 5.5.0 https://world.optimizely.com/support/bug-list/bug/COM-13687 For the usage, everything would be the same as Put method, you just need to change your code/tool to use Patch method: