Getting HTTP 500 using PATCH from REST API

0
This should be simple but here we are.  I'm playing around with the PATCH method for the Epics API and I'm continually getting HTTP 500 responses back.  Can someone take a look at my cURL command here and provide any insight?   curl -X "PATCH" "https://epics-api.mendix.com/v1/projects/myappid/stories/my-ID" -H "Authorization: MxToken myPAT" -H "Content-Type: application/json" -d "{\"title\": \"Updated by PATCH\"}"   When I try through the Swagger on Epics API | Mendix Documentation, I get the following (though I get that for everything on that for some reason).
asked
1 answers
0

Hi Jonathan,

Thanks for your message. The 500 error you’re seeing might not be related to your request directly. We’ve confirmed that the Epics API does not support testing from the documentation page due to CORS being disabled. We recommend using tools like Postman or cURL instead.

If your request still fails, feel free to share more details or open a support ticket so we can investigate it further.

 

Best,

Lars

answered