Skip to content

Commit

Permalink
fix type: tags is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone authored Mar 5, 2020
1 parent 40085a9 commit 9de2de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ declare namespace hapiswagger {
/**
* Allows adding meta data to a single tag that is used by the Operation Object. It is not mandatory to have a Tag Object per tag used there.
*/
tags?: TagOptions;
tags?: TagOptions[];

/**
* How to create grouping of endpoints value either `path` or `tags`
Expand Down

0 comments on commit 9de2de9

Please sign in to comment.