webflow-php-sdk
webflow-php-sdk copied to clipboard
Added HTTP PATCH method.
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.
This will be part of V2
- #19