Page 1 of 1

Updating an issue via Rest

Posted: 11 Aug 2021, 18:04
by KWater
Hello!

I have been trying to write a rest request which will allow my to update fields in a given issue, however I am running into a "MethodNotAllowed" status code when I try to use the PATCH method on the endpoint "/api/rest/issues/{issue ID}" our Mantis is on version 2.24, so it should not be a problem with that.

Does anyone have any suggestions on this? Would I be better off trying to use the SOAP api?

Thank you