From 48e1cca9f8f6a9f50e317214bd87e5dfa57d9ab4 Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Mon, 1 Nov 2021 20:25:58 +0100 Subject: More conforming libpod API and swagger types Signed-off-by: Matej Vasek --- pkg/api/handlers/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/api/handlers') diff --git a/pkg/api/handlers/types.go b/pkg/api/handlers/types.go index 9ad3bcca0..c63cf8f0e 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"` } -- cgit v1.2.3-54-g00ecf