From 2c784ea7bae912cf5515c32f2bc84faf4e168c44 Mon Sep 17 00:00:00 2001 From: Icereed Date: Fri, 7 Feb 2025 16:40:50 +0100 Subject: [PATCH] Update types.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 635f109..fd329f2 100644 --- a/types.go +++ b/types.go @@ -1,6 +1,6 @@ package main -// GetTagsApiResponse is the response payload for /tags endpoint. +// GetDocumentsApiResponse is the response payload for /documents endpoint. // But we are only interested in a subset of the fields. type GetDocumentsApiResponse struct { Count int `json:"count"`