diff --git a/pkg/api/folder.go b/pkg/api/folder.go index eb4cb853dda..185eb427d7d 100644 --- a/pkg/api/folder.go +++ b/pkg/api/folder.go @@ -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,