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

(-)a/api/v1/swagger/definitions/patron.yaml (+5 lines)
Lines 374-379 properties: Link Here
374
      - object
374
      - object
375
      - "null"
375
      - "null"
376
    description: Library of the patron
376
    description: Library of the patron
377
  primary_contact_method:
378
    type:
379
      - string
380
      - "null"
381
    description: patron's primary contact method
377
additionalProperties: false
382
additionalProperties: false
378
required:
383
required:
379
  - surname
384
  - 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