cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Add posibility to sent PUT-requests with body, like POST #75

Open nvkzshadow opened 2 years ago

nvkzshadow commented 2 years ago

Many of method are used via PUT, e.x. https://docs.gitlab.com/ee/api/merge_requests.html#merge-a-merge-request

jjdmol commented 2 years ago

I second this. PUT support would make the button usable with a lot more ReST APIs!!

richardachin18 commented 1 year ago

Also request for this. Would like to do a PUT and a DELETE. I wonder why its currently restricted to GET and POST?