Folders API: Return orgID in response (#99724)

This commit is contained in:
Stephanie Hingtgen
2025-01-28 23:13:26 -03:00
committed by GitHub
parent 5cd1efb2d1
commit 745a25ad0a
+1
View File
@@ -412,6 +412,7 @@ func (hs *HTTPServer) newToFolderDto(c *contextmodel.ReqContext, f *folder.Folde
return dtos.Folder{
ID: f.ID, // nolint:staticcheck
UID: f.UID,
OrgID: f.OrgID,
Title: f.Title,
URL: f.URL,
HasACL: f.HasACL,