View | Details | Raw Unified | Return to bug 38204
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/basket.yaml (-4 / +1 lines)
Lines 5-13 properties: Link Here
5
    type: integer
5
    type: integer
6
    description: Internal identifier for the basket
6
    description: Internal identifier for the basket
7
  name:
7
  name:
8
    type:
8
    type: string
9
      - string
10
      - "null"
11
    description: Basket name
9
    description: Basket name
12
  internal_note:
10
  internal_note:
13
    type:
11
    type:
14
- 

Return to bug 38204