I\'ve got the following action on an ApiController:
public string Something() { return \"value\"; }
And I\'ve configured my routes as f
My issue was as simple as having a null reference that didn't show up in the returned message, I had to debug my API to see it.