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

(-)a/api/v1/swagger/definitions/error.json (-1 / +2 lines)
Lines 5-9 Link Here
5
      "description": "Error message",
5
      "description": "Error message",
6
      "type": "string"
6
      "type": "string"
7
    }
7
    }
8
  }
8
  },
9
  "additionalProperties": true
9
}
10
}
(-)a/api/v1/swagger/paths/holds.json (-5 / +10 lines)
Lines 214-220 Link Here
214
                "type": [ "boolean", "null" ]
214
                "type": [ "boolean", "null" ]
215
              }
215
              }
216
            },
216
            },
217
            "required": [ "patron_id", "pickup_library_id" ]
217
            "required": [ "patron_id", "pickup_library_id" ],
218
            "additionalProperties": false
218
          }
219
          }
219
        },
220
        },
220
        {
221
        {
Lines 307-313 Link Here
307
                "type": "string",
308
                "type": "string",
308
                "format": "date"
309
                "format": "date"
309
              }
310
              }
310
            }
311
            },
312
            "additionalProperties": false
311
          }
313
          }
312
        }
314
        }
313
      ],
315
      ],
Lines 510-516 Link Here
510
                "type": "string",
512
                "type": "string",
511
                "format": "date"
513
                "format": "date"
512
              }
514
              }
513
            }
515
            },
516
            "additionalProperties": false
514
          }
517
          }
515
        }
518
        }
516
      ],
519
      ],
Lines 736-742 Link Here
736
                "type": "string",
739
                "type": "string",
737
                "description": "Internal identifier for the pickup library"
740
                "description": "Internal identifier for the pickup library"
738
              }
741
              }
739
            }
742
            },
743
            "additionalProperties": false
740
          }
744
          }
741
        }
745
        }
742
      ],
746
      ],
Lines 753-759 Link Here
753
                "type": "string",
757
                "type": "string",
754
                "description": "Internal identifier for the pickup library"
758
                "description": "Internal identifier for the pickup library"
755
              }
759
              }
756
            }
760
            },
761
            "additionalProperties": false
757
          }
762
          }
758
        },
763
        },
759
        "400": {
764
        "400": {
(-)a/api/v1/swagger/paths/oauth.json (-2 / +2 lines)
Lines 43-49 Link Here
43
                            "expires_in": {
43
                            "expires_in": {
44
                                "type": "integer"
44
                                "type": "integer"
45
                            }
45
                            }
46
                        }
46
                        },
47
                        "additionalProperties": false
47
                    }
48
                    }
48
                },
49
                },
49
                "400": {
50
                "400": {
50
- 

Return to bug 28370