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

(-)a/api/v1/swagger/definitions/vendor_issue.yaml (-4 / +4 lines)
Lines 6-14 properties: Link Here
6
    description: internally assigned vendor identifier
6
    description: internally assigned vendor identifier
7
    readOnly: true
7
    readOnly: true
8
  vendor_id:
8
  vendor_id:
9
    type:
9
    description: ID of the vendor
10
      - string
10
    type: integer
11
    description: Vendor id
12
  type:
11
  type:
13
    type:
12
    type:
14
      - string
13
      - string
Lines 18-28 properties: Link Here
18
    type:
17
    type:
19
      - string
18
      - string
20
      - "null"
19
      - "null"
20
    format: date
21
    description: Start date
21
    description: Start date
22
  ended_on:
22
  ended_on:
23
    type:
23
    type:
24
      - string
24
      - string
25
      - "null"
25
      - "null"
26
    format: date
26
    description: End date
27
    description: End date
27
  notes:
28
  notes:
28
    type:
29
    type:
29
- 

Return to bug 33105