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

(-)a/api/v1/swagger.json (-4 / +3 lines)
Lines 336-342 Link Here
336
    "/checkouts": {
336
    "/checkouts": {
337
      "get": {
337
      "get": {
338
        "operationId": "listCheckouts",
338
        "operationId": "listCheckouts",
339
        "tags": ["borrowers", "checkouts"],
339
        "tags": ["patrons", "checkouts"],
340
        "parameters": [
340
        "parameters": [
341
          {
341
          {
342
            "name": "borrowernumber",
342
            "name": "borrowernumber",
Lines 372-378 Link Here
372
    "/checkouts/{checkout_id}": {
372
    "/checkouts/{checkout_id}": {
373
      "get": {
373
      "get": {
374
        "operationId": "getCheckout",
374
        "operationId": "getCheckout",
375
        "tags": ["borrowers", "checkouts"],
375
        "tags": ["patrons", "checkouts"],
376
        "parameters": [
376
        "parameters": [
377
          {
377
          {
378
            "name": "checkout_id",
378
            "name": "checkout_id",
Lines 400-406 Link Here
400
      },
400
      },
401
      "put": {
401
      "put": {
402
        "operationId": "renewCheckout",
402
        "operationId": "renewCheckout",
403
        "tags": ["borrowers", "checkouts"],
403
        "tags": ["patrons", "checkouts"],
404
        "parameters": [
404
        "parameters": [
405
          {
405
          {
406
            "name": "checkout_id",
406
            "name": "checkout_id",
407
- 

Return to bug 13895