Skip to content

Commit ed0f83e

Browse files
droid42Alexander Bloß
andauthored
fix inconsistent naming in rest model (#43)
Co-authored-by: Alexander Bloß <[email protected]>
1 parent 4ef4888 commit ed0f83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rest/v1/tenant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type (
1717

1818
IssuerConfig struct {
1919
URL string `json:"url,omitempty"`
20-
ClientID string `json:"clientID,omitempty"`
20+
ClientID string `json:"client_id,omitempty"`
2121
}
2222

2323
IDMConfig struct {

0 commit comments

Comments
 (0)