webflow-php-sdk icon indicating copy to clipboard operation
webflow-php-sdk copied to clipboard

Added HTTP PATCH method.

Open svp318 opened this issue 6 years ago • 1 comments

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.

svp318 avatar Jan 07 '20 21:01 svp318

This will be part of V2

  • #19

tobya avatar Jul 23 '24 14:07 tobya