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

Feature: Configure Swashbuckle to disable Try It Out #1011

Closed
hocinehacherouf opened this issue Aug 2, 2022 · 0 comments · Fixed by #1012
Closed

Feature: Configure Swashbuckle to disable Try It Out #1011

hocinehacherouf opened this issue Aug 2, 2022 · 0 comments · Fixed by #1012
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Aug 2, 2022

Is your feature request related to a problem? Please describe.

The generated swagger.json should be used only for documentation purposes.

The feature Try It Out must be disabled.

Describe the solution you'd like
Example:

app.UseSwaggerUI(c =>
{
    ...
    c.SupportedSubmitMethods();
});

Additional context
Related to #990

@hocinehacherouf hocinehacherouf added the enhancement New feature or request label Aug 2, 2022
@hocinehacherouf hocinehacherouf added this to the S34 milestone Aug 2, 2022
@hocinehacherouf hocinehacherouf self-assigned this Aug 2, 2022
@hocinehacherouf hocinehacherouf moved this to :construction: In Progress in IoT Hub Portal Aug 2, 2022
@hocinehacherouf hocinehacherouf moved this from :construction: In Progress to :speech_balloon: Ready for Review in IoT Hub Portal Aug 2, 2022
@hocinehacherouf hocinehacherouf moved this from :speech_balloon: Ready for Review to :rocket: Ready in IoT Hub Portal Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🚀 Ready
Development

Successfully merging a pull request may close this issue.

1 participant