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

(-)a/api/v1/swagger/definitions/vendor.yaml (+10 lines)
Lines 149-154 properties: Link Here
149
  invoices:
149
  invoices:
150
    type: array
150
    type: array
151
    description: List of invoices
151
    description: List of invoices
152
  extended_attributes:
153
    description: Related additional field values
154
    type:
155
      - array
156
    items:
157
      $ref: extended_attribute_value.yaml
158
  _strings:
159
    type:
160
      - object
161
      - "null"
152
additionalProperties: false
162
additionalProperties: false
153
required:
163
required:
154
  - name
164
  - 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 / +1 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"
29
- 

Return to bug 38262