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

(-)a/api/v1/swagger/definitions/vendor_interface.yaml (+31 lines)
Line 0 Link Here
1
---
2
type: object
3
properties:
4
  vendor_interface_id:
5
    description: Internally assigned vendor interface identifier
6
    type: integer
7
  vendor_id:
8
    description: Internally assigned vendor identifier
9
    type: integer
10
  type:
11
    description: Type of the interface, authorised value VENDOR_INTERFACE_TYPE
12
    type: string
13
  name:
14
    description: Name of the interface
15
    type: string
16
  uri:
17
    description: URI of the interface
18
    type: string
19
  login:
20
    description: Login to be used for the interface
21
    type: string
22
  password:
23
    description: Hashed password
24
    type: string
25
  account_email:
26
    description: Account email
27
    type: string
28
  notes:
29
    description: Interface notes
30
    type: string
31
additionalProperties: false
(-)a/api/v1/swagger/swagger.yaml (-1 / +2 lines)
Lines 188-193 definitions: Link Here
188
    $ref: ./definitions/vendor.yaml
188
    $ref: ./definitions/vendor.yaml
189
  vendor_alias:
189
  vendor_alias:
190
    $ref: ./definitions/vendor_alias.yaml
190
    $ref: ./definitions/vendor_alias.yaml
191
  vendor_interface:
192
    $ref: ./definitions/vendor_interface.yaml
191
  vendor_issue:
193
  vendor_issue:
192
    $ref: ./definitions/vendor_issue.yaml
194
    $ref: ./definitions/vendor_issue.yaml
193
  vendors_config:
195
  vendors_config:
194
- 

Return to bug 39837