Http: PATCH-action for an URL

I’d like to use a “PATCH”-URL command for an API (in this case evcc.io PATCH /api/loadpoints//vehicle).
In the docs, there’s GET, POST and PUT, but no PATCH-configuration or PATCH-action available.

Is there a way to use PATCH with http-binding? or do I have to use exec for a curl command out for that?

I didn’t think there’s an action for other commands like PATCH or DELETE or the like. You’ll have to either use raw HTTP stuff Java or curl I think.

I thought so. So I exec curl with the appropriate arguments.

For info: There is an action for DELETE, not for PATCH.

1 Like

That’s what one gets by going from memory. Thanks for the correction.