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
The following issues were encountered in Pode:
New-PodeOAComponentSchemaProperty:
New-PodeOAComponentSchemaProperty
$Example
$Deprecated
$Required
$Nullable
$ReadOnly
$WriteOnly
Add-PodeOAServerEndpoint:
Add-PodeOAServerEndpoint
OpenAPI Path Filtering:
/api/v3
/api/v2/test
/api/v3/test
path2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
The following issues were encountered in Pode:
New-PodeOAComponentSchemaProperty
:$Example
,$Deprecated
,$Required
,$Nullable
,$ReadOnly
, and$WriteOnly
.Add-PodeOAServerEndpoint
:OpenAPI Path Filtering:
/api/v3
/api/v2/test
/api/v3/test
path2
) should be included in the OpenAPI description.Steps to Reproduce:
New-PodeOAComponentSchemaProperty
with the properties mentioned above and observe that they are not accepted.Add-PodeOAServerEndpoint
and observe that more than one local endpoint is allowed.Expected Behavior:
New-PodeOAComponentSchemaProperty
.Add-PodeOAServerEndpoint
to accept only one local endpoint.The text was updated successfully, but these errors were encountered: