Skip to content

Commit 41fbb9e

Browse files
authored
Merge pull request #473 from jameshochadel/main
IncludeSpace string capitalization causes CF-BadQueryParameter
2 parents d8de83f + ec7e996 commit 41fbb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
const (
88
IncludeNone = ""
99
IncludeSpaceOrganization = "space.organization"
10-
IncludeSpace = "Space"
10+
IncludeSpace = "space"
1111
IncludeUser = "user"
1212
IncludeOrganization = "organization"
1313
IncludeDomain = "domain"

0 commit comments

Comments
 (0)