diff options
Diffstat (limited to 'pkg/api')
-rw-r--r-- | pkg/api/handlers/types.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/api/handlers/types.go b/pkg/api/handlers/types.go index b90154e30..9ad3bcca0 100644 --- a/pkg/api/handlers/types.go +++ b/pkg/api/handlers/types.go @@ -42,9 +42,9 @@ type ContainersPruneReport struct { } type LibpodContainersPruneReport struct { - ID string `json:"id"` - SpaceReclaimed int64 `json:"space"` - PruneError string `json:"error"` + ID string `json:"Id"` + SpaceReclaimed int64 `json:"Space"` + PruneError string `json:"Err,omitempty"` } type Info struct { |