From d6bbea181d4ec5500940d04f8d2ea91b7aaa2d9e Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Mon, 1 Mar 2021 08:59:38 +0000 Subject: [PATCH] Fix delete request description Signed-off-by: Nick Adcock --- docker-hub/api/v2.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/api/v2.0.yaml b/docker-hub/api/v2.0.yaml index 0953068758..2c24024280 100644 --- a/docker-hub/api/v2.0.yaml +++ b/docker-hub/api/v2.0.yaml @@ -509,7 +509,7 @@ paths: type: string - name: body in: body - description: Login details + description: Delete request required: true schema: $ref: '#/definitions/PostNamespacesDeleteImagesRequest'