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

(-)a/api/v1/swagger/paths/clubs.json (-1 / +2 lines)
Lines 44-50 Link Here
44
                      "type": "integer"
44
                      "type": "integer"
45
                    }
45
                    }
46
                  },
46
                  },
47
                  "required": [ "pickup_library_id" ]
47
                  "required": [ "pickup_library_id" ],
48
                  "additionalProperties": false
48
                }
49
                }
49
              }
50
              }
50
            ],
51
            ],
(-)a/api/v1/swagger/paths/import_batch_profiles.json (-3 / +5 lines)
Lines 130-136 Link Here
130
                "description": "any comments added when the file was uploaded",
130
                "description": "any comments added when the file was uploaded",
131
                "type": ["string", "null"]
131
                "type": ["string", "null"]
132
              }
132
              }
133
            }
133
            },
134
            "additionalProperties": false
134
          }
135
          }
135
        }
136
        }
136
      ],
137
      ],
Lines 250-256 Link Here
250
                "description": "any comments added when the file was uploaded",
251
                "description": "any comments added when the file was uploaded",
251
                "type": ["string", "null"]
252
                "type": ["string", "null"]
252
              }
253
              }
253
            }
254
            },
255
            "additionalProperties": false
254
          }
256
          }
255
        }
257
        }
256
      ],
258
      ],
Lines 357-360 Link Here
357
      }
359
      }
358
    }
360
    }
359
  }
361
  }
360
}
362
}
(-)a/api/v1/swagger/paths/patrons_extended_attributes.json (-1 / +2 lines)
Lines 281-287 Link Here
281
                "description": "Extended attribute value",
281
                "description": "Extended attribute value",
282
                "type": "string"
282
                "type": "string"
283
              }
283
              }
284
            }
284
            },
285
            "additionalProperties": false
285
          }
286
          }
286
        }
287
        }
287
      ],
288
      ],
(-)a/api/v1/swagger/paths/patrons_password.json (-1 / +2 lines)
Lines 26-32 Link Here
26
                "type": "string"
26
                "type": "string"
27
              }
27
              }
28
            },
28
            },
29
            "required": ["password", "password_2"]
29
            "required": ["password", "password_2"],
30
            "additionalProperties": false
30
          }
31
          }
31
        }
32
        }
32
      ],
33
      ],
(-)a/api/v1/swagger/paths/public_patrons.json (-4 / +7 lines)
Lines 34-40 Link Here
34
                            "password",
34
                            "password",
35
                            "password_repeated",
35
                            "password_repeated",
36
                            "old_password"
36
                            "old_password"
37
                        ]
37
                        ],
38
                        "additionalProperties": false
38
                    }
39
                    }
39
                }
40
                }
40
            ],
41
            ],
Lines 109-115 Link Here
109
                            "allowed": {
110
                            "allowed": {
110
                                "type": "boolean"
111
                                "type": "boolean"
111
                            }
112
                            }
112
                        }
113
                        },
114
                        "additionalProperties": false
113
                    }
115
                    }
114
                }
116
                }
115
            ],
117
            ],
Lines 184-190 Link Here
184
                            "allowed": {
186
                            "allowed": {
185
                                "type": "boolean"
187
                                "type": "boolean"
186
                            }
188
                            }
187
                        }
189
                        },
190
                        "additionalProperties": false
188
                    }
191
                    }
189
                }
192
                }
190
            ],
193
            ],
Lines 237-240 Link Here
237
            }
240
            }
238
        }
241
        }
239
    }
242
    }
240
}
243
}
(-)a/api/v1/swagger/paths/return_claims.json (-4 / +6 lines)
Lines 34-40 Link Here
34
                "description": "Charge a lost fee if true and Koha is set to allow a choice. Ignored otherwise.",
34
                "description": "Charge a lost fee if true and Koha is set to allow a choice. Ignored otherwise.",
35
                "type": "boolean"
35
                "type": "boolean"
36
              }
36
              }
37
            }
37
            },
38
            "additionalProperties": false
38
          }
39
          }
39
        }
40
        }
40
      ],
41
      ],
Lines 133-139 Link Here
133
                "description": "Interal identifier for the librarian updating the claim notes",
134
                "description": "Interal identifier for the librarian updating the claim notes",
134
                "type": "string"
135
                "type": "string"
135
              }
136
              }
136
            }
137
            },
138
            "additionalProperties": false
137
          }
139
          }
138
        }
140
        }
139
      ],
141
      ],
Lines 300-306 Link Here
300
                "description": "User id for the librarian resolving the claim",
302
                "description": "User id for the librarian resolving the claim",
301
                "type": "string"
303
                "type": "string"
302
              }
304
              }
303
            }
305
            },
306
            "additionalProperties": false
304
          }
307
          }
305
        }
308
        }
306
      ],
309
      ],
307
- 

Return to bug 28370