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

(-)a/api/v1/swagger/definitions/patron.yaml (+5 lines)
Lines 359-364 properties: Link Here
359
      - number
359
      - number
360
      - "null"
360
      - "null"
361
    description: Balance of the patron's account
361
    description: Balance of the patron's account
362
  primary_contact_method:
363
    type:
364
      - string
365
      - "null"
366
    description: patron's primary contact method
362
additionalProperties: false
367
additionalProperties: false
363
required:
368
required:
364
  - surname
369
  - surname
(-)a/api/v1/swagger/paths/patrons.yaml (-1 / +5 lines)
Lines 339-344 Link Here
339
        description: Search on login_attempts
339
        description: Search on login_attempts
340
        required: false
340
        required: false
341
        type: string
341
        type: string
342
      - name: primary_contact_method
343
        in: query
344
        description: Case insensitive search on primary_contact_method
345
        required: false
346
        type: String
342
      - $ref: "../swagger.yaml#/parameters/match"
347
      - $ref: "../swagger.yaml#/parameters/match"
343
      - $ref: "../swagger.yaml#/parameters/order_by"
348
      - $ref: "../swagger.yaml#/parameters/order_by"
344
      - $ref: "../swagger.yaml#/parameters/page"
349
      - $ref: "../swagger.yaml#/parameters/page"
345
- 

Return to bug 28701