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

(-)a/api/v1/swagger/definitions/vendor.yaml (+10 lines)
Lines 159-164 properties: Link Here
159
      - integer
159
      - integer
160
      - "null"
160
      - "null"
161
    description: Number of linked invoices
161
    description: Number of linked invoices
162
  extended_attributes:
163
    description: Related additional field values
164
    type:
165
      - array
166
    items:
167
      $ref: extended_attribute_value.yaml
168
  _strings:
169
    type:
170
      - object
171
      - "null"
162
additionalProperties: false
172
additionalProperties: false
163
required:
173
required:
164
  - name
174
  - 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 155-160 Link Here
155
            - interfaces
157
            - interfaces
156
            - contacts
158
            - contacts
157
            - contracts
159
            - contracts
160
            - extended_attributes
161
            - +strings
158
        collectionFormat: csv
162
        collectionFormat: csv
159
    produces:
163
    produces:
160
      - application/json
164
      - 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