Closed ejhayes closed 4 years ago
Thanks to @hamzahejja for #180
I noticed that this was only supported for GET requests. It looks like the REST dissertation or HTTP spec don't really take a stance on query params in a DELETE requests so this does seem to be done in the wild (for example: https://developer.atlassian.com/cloud/jira/software/rest/#api-builds-0-1-bulkByProperties-delete).
GET
DELETE
Thanks to @hamzahejja for #180
I noticed that this was only supported for
GET
requests. It looks like the REST dissertation or HTTP spec don't really take a stance on query params in aDELETE
requests so this does seem to be done in the wild (for example: https://developer.atlassian.com/cloud/jira/software/rest/#api-builds-0-1-bulkByProperties-delete).