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

(-)a/api/v1/swagger/definitions/vendor.yaml (+10 lines)
Lines 156-161 properties: Link Here
156
      - integer
156
      - integer
157
      - "null"
157
      - "null"
158
    description: Number of linked invoices
158
    description: Number of linked invoices
159
  extended_attributes:
160
    description: Related additional field values
161
    type:
162
      - array
163
    items:
164
      $ref: extended_attribute_value.yaml
165
  _strings:
166
    type:
167
      - object
168
      - "null"
159
additionalProperties: false
169
additionalProperties: false
160
required:
170
required:
161
  - name
171
  - name
(-)a/api/v1/swagger/paths/acquisitions_vendors.yaml (+4 lines)
Lines 38-43 Link Here
38
            - baskets+count
38
            - baskets+count
39
            - subscriptions+count
39
            - subscriptions+count
40
            - invoices+count
40
            - invoices+count
41
            - extended_attributes
42
            - +strings
41
        collectionFormat: csv
43
        collectionFormat: csv
42
    responses:
44
    responses:
43
      "200":
45
      "200":
Lines 156-161 Link Here
156
            - interfaces
158
            - interfaces
157
            - contacts
159
            - contacts
158
            - contracts
160
            - contracts
161
            - extended_attributes
162
            - +strings
159
        collectionFormat: csv
163
        collectionFormat: csv
160
    produces:
164
    produces:
161
      - application/json
165
      - 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