I am implementing API calls that are used to delete data in 2 ways via DELETE and GET requests:
@url DELETE /{id}
@url GET /delete/{id}
Is there a way to make the Swagger to color in red the GET request too?
They are used for same purpose - to delete data so it is natural.
This way it will be very intuitive for the API user!
Currently only DELETE requests are in red.
Thanks for your time!
tag changed to red color, when delete word is present in the URL: [picture](https://s3.amazonaws.com/AMilkov/Restler_Swagger_delete_red_color.jpg) Also made a pull request if you like the change: https://github.com/Luracast/Restler-API-Explorer/pull/3
– Antoan Milkov Aug 16 '13 at 13:12