expertlead / webflow-php-sdk

PHP SDK for the Webflow CMS API
https://packagist.org/packages/expertlead/webflow-php-sdk
MIT License
24 stars 14 forks source link

Added HTTP PATCH method. #9

Open svp318 opened 4 years ago

svp318 commented 4 years ago

When I used this repo for my project, I realized there was only the UPDATE method, which requires that all item fields be passed when making changes to the Webflow CMS, even those that were not updated.

The PATCH method does not require you to pass all the item fields, so you can just pass the fields you need to update, making it extremely useful.

tobya commented 1 month ago

This will be part of V2