Skip to content

Commit

Permalink
Made tags.list() return an array of TagResource within ListTagsRespon…
Browse files Browse the repository at this point in the history
…se.data (#14)
  • Loading branch information
IAmMadfly authored Sep 26, 2021
1 parent b034e25 commit fcfd1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface ListTagsResponse {
/**
* The list of tags returned in this response.
*/
data: TagResource;
data: TagResource[];
links: {
/**
* The link to the previous page in the results. If this value is `null`
Expand Down

0 comments on commit fcfd1e9

Please sign in to comment.