Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set operation id with xml comment #310

Closed
dmyers opened this issue May 1, 2015 · 5 comments
Closed

Ability to set operation id with xml comment #310

dmyers opened this issue May 1, 2015 · 5 comments
Milestone

Comments

@dmyers
Copy link

dmyers commented May 1, 2015

Azure API management uses the operationID as the display name field and would be nice to be able to set it in Swagger when importing to there.

@dcinzona
Copy link

+1

@domaindrivendev
Copy link
Owner

This will be supported in the next release via the SwashbuckleOperation annotation

[SwashbuckleOperation("GetProductsByCategory")]
public IEnumerable<Product> Get(string category)
{
    ...
}

@domaindrivendev
Copy link
Owner

Should be resolved in latest release - 5.2.0

@dmyers
Copy link
Author

dmyers commented Jun 4, 2015

Thank you @domaindrivendev! I appreciate your work on this project! 👍

@cmshawns
Copy link

cmshawns commented Jun 6, 2015

Just grabbed the 5.2 release. Thank you for this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants