Closed nh2 closed 9 years ago
If in the generated documentation for /post/id, action DELETE, I click on the JSON Example button, I get shown:
/post/id
DELETE
Example
{ "unsupportedRoute": { } }
This seems to happen for all DELETE examples.
Thanks, that's indeed a bug. It also came up in #87, and I already had a fix lying around. I've released it as rest-core-0.33.1.1.
rest-core-0.33.1.1
If in the generated documentation for
/post/id
, actionDELETE
, I click on the JSONExample
button, I get shown:This seems to happen for all
DELETE
examples.