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

(-)a/api/v1/swagger/definitions/patron.yaml (+5 lines)
Lines 402-407 properties: Link Here
402
    type:
402
    type:
403
      - boolean
403
      - boolean
404
    description: Protected status of the patron
404
    description: Protected status of the patron
405
  primary_contact_method:
406
    type:
407
      - string
408
      - "null"
409
    description: patron's primary contact method
405
  _strings:
410
  _strings:
406
    type:
411
    type:
407
      - object
412
      - object
(-)a/api/v1/swagger/paths/patrons.yaml (-1 / +5 lines)
Lines 349-354 Link Here
349
        description: Search on protected status
349
        description: Search on protected status
350
        required: false
350
        required: false
351
        type: boolean
351
        type: boolean
352
      - name: primary_contact_method
353
        in: query
354
        description: Case insensitive search on primary_contact_method
355
        required: false
356
        type: string
352
      - $ref: "../swagger.yaml#/parameters/match"
357
      - $ref: "../swagger.yaml#/parameters/match"
353
      - $ref: "../swagger.yaml#/parameters/order_by"
358
      - $ref: "../swagger.yaml#/parameters/order_by"
354
      - $ref: "../swagger.yaml#/parameters/page"
359
      - $ref: "../swagger.yaml#/parameters/page"
355
- 

Return to bug 28701