Search found 3 matches

by efratfeldman
02 Dec 2018, 09:05
Forum: Help
Topic: REST API PATCH Method not allowed
Replies: 5
Views: 5363

Re: REST API PATCH Method not allowed

Thank you
by efratfeldman
02 Dec 2018, 08:51
Forum: Help
Topic: REST API PATCH Method not allowed
Replies: 5
Views: 5363

Re: REST API PATCH Method not allowed

Thank you for the quick reply, I will work on upgrading. If you may, I have one more question, currently in my environment can I use the method GET for specific project by id? I tried using the command " curl -k --request GET --url 'https://<my mantis link>/api/rest/projects/127' --header 'Auth...
by efratfeldman
02 Dec 2018, 06:19
Forum: Help
Topic: REST API PATCH Method not allowed
Replies: 5
Views: 5363

REST API PATCH Method not allowed

Hello, Well, till now I was using SOAP in all my scripts but I want to move to REST since I understand this it a better way to work. When I try to use the PATCH option to update an existing issues I get this message: "Method not allowed. Must be one of: GET, POST, DELETE" I'm using mantis ...