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

Bug report, feature request or other request #615

Open
johnno82 opened this issue Sep 14, 2023 · 0 comments
Open

Bug report, feature request or other request #615

johnno82 opened this issue Sep 14, 2023 · 0 comments

Comments

@johnno82
Copy link

Describe the issue
When using Microsoft.Azure.WebJobs.Extensions.OpenApi setting the content type: application/x-www-form-urlencoded on a OpenApiRequestBody attribute, SwaggerUI is not rendering the ui properly.

To Reproduce
Steps to reproduce the behavior:

  1. Create an HTTP triggered function with OpenApi support
  2. Add the OpenApiRequestBody attribute with content type se to: application/x-www-form-urlencoded
  3. Run the function
  4. navigate to /swagger/ui

Expected behavior
SwaggerUI should render a text box where the user can input the body when trying the function

Screenshots
image
image

Environment (please complete the following information, if applicable):

  • OS: Windows
  • Browser Chrome
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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

1 participant