From bcc67bbfe294e187193af69e1f4236265ae238ae 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 35d795bd602..5b02068190a 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.47.0