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

(-)a/api/v1/swagger/definitions/vendor.yaml (+10 lines)
Lines 139-144 properties: Link Here
139
  invoices:
139
  invoices:
140
    type: array
140
    type: array
141
    description: List of invoices
141
    description: List of invoices
142
  extended_attributes:
143
    description: Related additional field values
144
    type:
145
      - array
146
    items:
147
      $ref: extended_attribute_value.yaml
148
  _strings:
149
    type:
150
      - object
151
      - "null"
142
additionalProperties: false
152
additionalProperties: false
143
required:
153
required:
144
  - name
154
  - name
(-)a/api/v1/swagger/paths/acquisitions_vendors.yaml (+4 lines)
Lines 38-43 Link Here
38
            - baskets
38
            - baskets
39
            - subscriptions+count
39
            - subscriptions+count
40
            - invoices
40
            - invoices
41
            - extended_attributes
42
            - +strings
41
        collectionFormat: csv
43
        collectionFormat: csv
42
    responses:
44
    responses:
43
      "200":
45
      "200":
Lines 154-159 Link Here
154
            - interfaces
156
            - interfaces
155
            - contacts
157
            - contacts
156
            - contracts
158
            - contracts
159
            - extended_attributes
160
            - +strings
157
        collectionFormat: csv
161
        collectionFormat: csv
158
    produces:
162
    produces:
159
      - application/json
163
      - application/json
(-)a/api/v1/swagger/paths/extended_attribute_types.yaml (-1 / +3 lines)
Lines 23-28 Link Here
23
          - package
23
          - package
24
          - order
24
          - order
25
          - subscription
25
          - subscription
26
          - vendor
26
      - $ref: "../swagger.yaml#/parameters/match"
27
      - $ref: "../swagger.yaml#/parameters/match"
27
      - $ref: "../swagger.yaml#/parameters/order_by"
28
      - $ref: "../swagger.yaml#/parameters/order_by"
28
      - $ref: "../swagger.yaml#/parameters/page"
29
      - $ref: "../swagger.yaml#/parameters/page"
Lines 62-64 Link Here
62
        - parameters:
63
        - parameters:
63
          - manage_additional_fields
64
          - manage_additional_fields
64
        - erm: 1
65
        - erm: 1
65
- 
66
        - acquisition:
67
          - vendors_manage

Return to bug 38262