From b3230ea1c57a5ddee2d522394e6be9c50207abf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D1=84=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=A0=D1=83=D1=81?= =?UTF-8?q?=D0=BB=D0=B0=D0=BD?= Date: Mon, 3 Jul 2023 18:02:45 +0300 Subject: [PATCH] correct field name url --- v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/types.go b/v1/types.go index eb726d2..3e9359d 100644 --- a/v1/types.go +++ b/v1/types.go @@ -175,7 +175,7 @@ type FullFileResponse struct { ID string `json:"id,omitempty"` Type string `json:"type,omitempty"` Size int `json:"size,omitempty"` - URL string `json:"url,omitempty"` + Url string `json:"url,omitempty"` //nolint:golint MimeType string `json:"mime_type,omitempty"` }