restivus-swagger icon indicating copy to clipboard operation
restivus-swagger copied to clipboard

Utilize the tags description in the generated file

Open dcantatore opened this issue 8 years ago • 0 comments

When you are managing your tags in the main swagger object there is the option to add descriptions to tags.

This is how it looks in yaml (swagger instagram example):

tags:
  - name: Users
  - name: Relationships
    description: |
      Relationships are expressed using the following terms:

      **outgoing_status**: Your relationship to the user. Can be "follows",
        "requested", "none".
      **incoming_status**: A user's relationship to you. Can be "followed_by",
        "requested_by", "blocked_by_you", "none".

I think I can implement this if there isn't any reason that it isn't. Want me to work on that?

dcantatore avatar Feb 01 '17 15:02 dcantatore