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

Support @title keyword annotation #1633

Closed
2 of 4 tasks
stskrp opened this issue May 27, 2024 · 2 comments
Closed
2 of 4 tasks

Support @title keyword annotation #1633

stskrp opened this issue May 27, 2024 · 2 comments
Labels

Comments

@stskrp
Copy link

stskrp commented May 27, 2024

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 ...

    • bug report
    • feature request
    • support request
  • I confirm that I

    • used the search to make sure that a similar issue hasn't already been submit

This example currently will not work and will not add title to openapi spec:

export interface ExampleRequest {
  /**
   * @title custom_title for userInput
   */
  userInput: string;
}
Copy link

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.👀

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant