We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you invoke Get-PodeOpenApiDefinition the operation fails because Get-PodeOpenApiDefinitionInternal doen't have a Version and Description property
Public OpenApi.ps1 line 199
return (Get-PodeOpenApiDefinitionInternal ` -Title $Title ` -Version $Version ` -Description $Description ` -RouteFilter $RouteFilter ` -Protocol $WebEvent.Endpoint.Protocol ` -Address $WebEvent.Endpoint.Address ` -EndpointName $WebEvent.Endpoint.Name ` -RestrictRoutes:$RestrictRoutes)
the call should simply return Get-PodeOpenApiDefinitionInternal -Title $Title
Get-PodeOpenApiDefinitionInternal -Title $Title
I fixed the call on my branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you invoke Get-PodeOpenApiDefinition the operation fails because Get-PodeOpenApiDefinitionInternal doen't have a Version and Description property
Public OpenApi.ps1
line 199
the call should simply return
Get-PodeOpenApiDefinitionInternal -Title $Title
I fixed the call on my branch
The text was updated successfully, but these errors were encountered: