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
Currently @title annotation is not supported (https://tsoa-community.github.io/docs/annotations.html#list-of-supported-keywords-with-arguments), would it be possible to add support for it?
@title
I'm submitting a ...
I confirm that I
This example currently will not work and will not add title to openapi spec:
export interface ExampleRequest { /** * @title custom_title for userInput */ userInput: string; }
The text was updated successfully, but these errors were encountered:
Hello there stskrp 👋
Thank you for opening your very first issue in this project.
We will try to get back to you as soon as we can.👀
Sorry, something went wrong.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
No branches or pull requests
Currently
@title
annotation is not supported (https://tsoa-community.github.io/docs/annotations.html#list-of-supported-keywords-with-arguments), would it be possible to add support for it?Sorting
I'm submitting a ...
I confirm that I
This example currently will not work and will not add title to openapi spec:
The text was updated successfully, but these errors were encountered: