We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e266b57 commit ff4415fCopy full SHA for ff4415f
backstage/kind_location.go
@@ -48,7 +48,7 @@ type LocationCreateResponse struct {
48
// Exists is only set in dryRun mode.
49
Exists bool `json:"exists,omitempty"`
50
// Location contains details of created location.
51
- Location LocationResponse `json:"location,omitempty"`
+ Location *LocationResponse `json:"location,omitempty"`
52
// Entities is a list of entities that were discovered from the created location.
53
Entities []Entity `json:"entities"`
54
}
0 commit comments