diff --git a/pkg/api/handlers/types.go b/pkg/api/handlers/types.go index 9ad3bcca08..c63cf8f0e2 100644 --- a/pkg/api/handlers/types.go +++ b/pkg/api/handlers/types.go @@ -43,7 +43,7 @@ type ContainersPruneReport struct { type LibpodContainersPruneReport struct { ID string `json:"Id"` - SpaceReclaimed int64 `json:"Space"` + SpaceReclaimed int64 `json:"Size"` PruneError string `json:"Err,omitempty"` }