Product: PowerShell Universal
Version: 2.1.4
When trying to build an API endpoint, I noticed PATCH wasn’t available as an HTTP method. For now, I’m using PUT, but the code only expects a partial representation of the object to update certain fields, so PATCH is the the method that should be used.
Can this be implemented in a future update? Thanks!