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

(-)a/api/v1/swagger/definitions/checkout.json (-1 / +8 lines)
Lines 68-73 Link Here
68
      "type": ["string", "null"],
68
      "type": ["string", "null"],
69
      "format": "date",
69
      "format": "date",
70
      "description": "Datetime of the issue note"
70
      "description": "Datetime of the issue note"
71
    }
71
    },
72
    "issuer": {
73
      "type": [
74
          "object",
75
          "null"
76
      ],
77
      "description": "The object representing the checkout issuer"
72
  }
78
  }
73
}
79
}
80
}
(-)a/api/v1/swagger/paths/checkouts.json (-3 / +8 lines)
Lines 43-49 Link Here
43
        "permissions": {
43
        "permissions": {
44
          "circulate": "circulate_remaining_permissions"
44
          "circulate": "circulate_remaining_permissions"
45
        }
45
        }
46
      }
46
      },
47
      "x-koha-embed": [
48
        "issuer"
49
      ]
47
    }
50
    }
48
  },
51
  },
49
  "/checkouts/{checkout_id}": {
52
  "/checkouts/{checkout_id}": {
Lines 73-79 Link Here
73
        "permissions": {
76
        "permissions": {
74
          "circulate": "circulate_remaining_permissions"
77
          "circulate": "circulate_remaining_permissions"
75
        }
78
        }
76
      }
79
      },
80
      "x-koha-embed": [
81
        "issuer"
82
      ]
77
    }
83
    }
78
  },
84
  },
79
  "/checkouts/{checkout_id}/renewal": {
85
  "/checkouts/{checkout_id}/renewal": {
80
- 

Return to bug 23916