Feature Request
Is your feature request related to a problem?
Currently the Activity's display name is set to the MVC template (aka route pattern), which can be confusing as the HTTP method is an integral part of the endpoint's identity.
Describe the solution you'd like:
Include the method in the display name, e.g. PUT keys/{keyid}
Feature Request
Is your feature request related to a problem?
Currently the Activity's display name is set to the MVC template (aka route pattern), which can be confusing as the HTTP method is an integral part of the endpoint's identity.
Describe the solution you'd like:
Include the method in the display name, e.g.
PUT keys/{keyid}