ISIL-ESTE / Student-Workflow-Organizer

The Workflow Organizer website helps students to organize their academic workload through features such as a dashboard, timeline, reminders, collaboration tools, resource library, progress tracking, and analytics. It also allows users to share and summarize courses and seek project help.
MIT License
47 stars 21 forks source link

Swagger - TSOA : Returning multiple responses for one status code #153

Closed bellaabdelouahab closed 9 months ago

bellaabdelouahab commented 1 year ago

things i tried :

    @Response(
        400,
        `- This route is not for role updates. Please use /updateRole\n\- This route is not for password updates. Please use auth/updateMyPassword`
    )
"400": {
         "description": "- This route is not for role updates. Please use /updateRole\n- This route is not for password updates. Please use auth/updateMyPassword"
}, 

and as you can see this looks ugly.

I appreciate it someone took a look at this