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

(-)a/api/v1/swagger/paths/patrons.json (-13 lines)
Lines 617-634 Link Here
617
            }
617
            }
618
          }
618
          }
619
        },
619
        },
620
        "202": {
621
          "description": "Accepted and waiting for librarian verification",
622
          "schema": {
623
            "type": "object"
624
          }
625
        },
626
        "204": {
627
          "description": "No Content",
628
          "schema": {
629
            "type": "object"
630
          }
631
        },
632
        "400": {
620
        "400": {
633
          "description": "Bad parameter",
621
          "description": "Bad parameter",
634
          "schema": {
622
          "schema": {
635
- 

Return to bug 28370