Having trouble performing a POST to quarantine a test, not sure what I'm doing wrong:
So I found, https://docs.atlassian.com/atlassian-bamboo/REST/7.0.4/#d2e2631, which says to use /plan/{projectKey}-{buildKey}/test/{testId}/quarantine
Here is what I am trying:
curl -s -v -X POST --user admin:admin "https://bamboourl.com/rest/api/latest/plan/PRJ-TEST161/test/123456789/quarantine"
but I am getting hit with a 415 error, not sure what I am doing wrong but I have been googling for hours on how to resolve this