summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/compat/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/handlers/compat/types.go')
-rw-r--r--pkg/api/handlers/compat/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/types.go b/pkg/api/handlers/compat/types.go
index b8d06760f..6d47ede64 100644
--- a/pkg/api/handlers/compat/types.go
+++ b/pkg/api/handlers/compat/types.go
@@ -48,7 +48,7 @@ type StatsJSON struct {
Stats
Name string `json:"name,omitempty"`
- ID string `json:"id,omitempty"`
+ ID string `json:"Id,omitempty"`
// Networks request version >=1.21
Networks map[string]docker.NetworkStats `json:"networks,omitempty"`