diff --git a/api/types/container/container.go b/api/types/container/container.go index a191ca8bdb..a47cc945f9 100644 --- a/api/types/container/container.go +++ b/api/types/container/container.go @@ -10,11 +10,6 @@ import ( ocispec "github.com/opencontainers/image-spec/specs-go/v1" ) -// ContainerUpdateOKBody OK response to ContainerUpdate operation -// -// Deprecated: use [UpdateResponse]. This alias will be removed in the next release. -type ContainerUpdateOKBody = UpdateResponse - // ContainerTopOKBody OK response to ContainerTop operation // // Deprecated: use [TopResponse]. This alias will be removed in the next release.