From e517a30aec930bebe852b1f7d11643e2faae3774 Mon Sep 17 00:00:00 2001 From: Robert Milea Date: Tue, 22 Aug 2023 12:17:53 +0300 Subject: [PATCH 1/2] add totalCount --- tag/nitag.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tag/nitag.yml b/tag/nitag.yml index 88a495a..0476980 100644 --- a/tag/nitag.yml +++ b/tag/nitag.yml @@ -67,6 +67,10 @@ responses: type: array items: $ref: '#/definitions/TagWithValue' + totalCount: + description: The total number of tags that matched the filter query. + type: number + example: 10 required: [tagsWithValues] GetTagsResponse: description: List of tags, excluding current and aggregate values From c56ad4d9c6fd8b06a816341117ac6783bc24b867 Mon Sep 17 00:00:00 2001 From: Robert Milea Date: Thu, 24 Aug 2023 17:52:12 +0300 Subject: [PATCH 2/2] change wording --- tag/nitag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag/nitag.yml b/tag/nitag.yml index 0476980..8248456 100644 --- a/tag/nitag.yml +++ b/tag/nitag.yml @@ -68,7 +68,7 @@ responses: items: $ref: '#/definitions/TagWithValue' totalCount: - description: The total number of tags that matched the filter query. + description: The total number of tags that matched the query filter. type: number example: 10 required: [tagsWithValues]