Folders API: Return orgID in response (#99724)

pull/99473/head^2
Stephanie Hingtgen 11 months ago committed by GitHub
parent 5cd1efb2d1
commit 745a25ad0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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,

Loading…
Cancel
Save