Chore: Use same JSON tag casing everywhere for parent UID (#61935)

Chore: Use same JSON tag casing everywhere for parent UID
This commit is contained in:
Sofia Papagiannaki
2023-01-24 10:20:28 +02:00
committed by GitHub
parent 3b73b16245
commit e5e8bb4dea
5 changed files with 72 additions and 87 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ type FolderSearchHit struct {
Uid string `json:"uid"`
Title string `json:"title"`
AccessControl accesscontrol.Metadata `json:"accessControl,omitempty"`
ParentUID string `json:"parent_uid,omitempty"`
ParentUID string `json:"parentUid,omitempty"`
}