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

(-)a/api/v1/swagger.json (-3 / +2 lines)
Lines 430-436 Link Here
430
    "/checkouts/history": {
430
    "/checkouts/history": {
431
      "get": {
431
      "get": {
432
        "operationId": "listhistoryCheckouts",
432
        "operationId": "listhistoryCheckouts",
433
        "tags": ["borrowers", "checkouts"],
433
        "tags": ["patrons", "checkouts"],
434
        "parameters": [
434
        "parameters": [
435
          {
435
          {
436
            "name": "borrowernumber",
436
            "name": "borrowernumber",
Lines 466-472 Link Here
466
    "/checkouts/history/{checkout_id}": {
466
    "/checkouts/history/{checkout_id}": {
467
      "get": {
467
      "get": {
468
        "operationId": "gethistoryCheckout",
468
        "operationId": "gethistoryCheckout",
469
        "tags": ["borrowers", "checkouts"],
469
        "tags": ["patrons", "checkouts"],
470
        "parameters": [
470
        "parameters": [
471
          {
471
          {
472
            "name": "checkout_id",
472
            "name": "checkout_id",
473
- 

Return to bug 17005