lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.32k stars 481 forks source link

Support @title keyword annotation #1633

Closed stskrp closed 5 days ago

stskrp commented 1 month ago

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

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

export interface ExampleRequest {
  /**
   * @title custom_title for userInput
   */
  userInput: string;
}
github-actions[bot] commented 1 month ago

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

github-actions[bot] commented 1 week ago

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