From a6fee2d9798abece9aad7bcdc58cd51edb516a56 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 24 Oct 2024 09:27:14 +0000 Subject: [PATCH] Bug 38204: (QA follow-up) Require name property --- api/v1/swagger/definitions/basket.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/v1/swagger/definitions/basket.yaml b/api/v1/swagger/definitions/basket.yaml index 2866a077019..61a926c1938 100644 --- a/api/v1/swagger/definitions/basket.yaml +++ b/api/v1/swagger/definitions/basket.yaml @@ -5,9 +5,7 @@ properties: type: integer description: Internal identifier for the basket name: - type: - - string - - "null" + type: string description: Basket name internal_note: type: -- 2.39.3 (Apple Git-146)