Bug 36053: Correct input name for item replacement fields
[koha.git] / api /
6 days ago Tomas Cohen AraziBug 36329: Miscelaneous spec fixes
6 days ago Tomas Cohen AraziBug 36329: Add missing return codes
2024-03-19 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-01-12 Tomas Cohen AraziBug 35658: Fix misaligned collectionFormat in patron_ho...
2023-11-08 Tomas Cohen AraziBug 34008: Harmonize attribute names
2023-11-08 Tomas Cohen AraziBug 34008: (QA follow-up) 'item_type_id' should be...
2023-11-08 Andreas JonssonBug 34008: Add REST endpoint for list of itemtypes
2023-11-02 Jonathan DruartBug 33606: Mark the endpoint as experimental
2023-11-02 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-09-22 Jonathan DruartBug 34054: Allow to embed biblio on GET /items
2023-09-21 Martin RenvoizeBug 32942: (follow-up) Fix typo
2023-09-21 Tomas Cohen AraziBug 32942: (QA follow-up) Document possible values
2023-09-21 Frédéric DemiansBug 32942: Suggestion API route when non 'standard...
2023-09-18 Tomas Cohen AraziBug 34333: Add embed option for `cancellation_requested...
2023-09-18 Matt BlenkinsopBug 34789: Database and API update
2023-08-30 Tomas Cohen AraziBug 34313: Add patron information in pass validation...
2023-08-22 Tomas Cohen AraziBug 34024: Unit tests
2023-08-17 Tomas Cohen AraziBug 34365: Unit tests
2023-08-17 Katrin FischerBug 34387: (QA follow-up) Fix display of 'Import batches'
2023-08-17 Martin RenvoizeBug 34387: (follow-up) Minor spelling and quoting fixes
2023-08-17 Tomas Cohen AraziBug 34387: Improve API docs naming consistency
2023-08-08 Tomas Cohen AraziBug 32739: Allow other patron identifier on pwd validation
2023-07-18 Jonathan DruartBug 34211: Add +strings for GET /api/v1/biblios/:biblio...
2023-07-18 Jonathan DruartBug 32801: Prevent 500 on /checkouts
2023-07-18 Martin RenvoizeBug 33817: (follow-up) Fix spec and messages
2023-07-17 Tomas Cohen AraziBug 33573: Add public endpoint for cancelling holds
2023-07-17 Pedro AmorimBug 34130: Make requested_date nullable in api definition
2023-07-17 Martin RenvoizeBug 33993: Add order_receive to GET orders endpoints
2023-06-09 Owen LeonardBug 33859: Use the phrase 'Identity providers' instead...
2023-05-18 David CookBug 33708: Provide non-public endpoint for OAuth/OIDC...
2023-05-15 Tomas Cohen AraziBug 8179: Remove leftover/not used embed definitions
2023-05-15 Agustin MoyanoBug 8179: Receive multiple orders
2023-05-15 Jonathan DruartBug 31212: Adjust item spec for last_seen_date
2023-05-09 Nick ClemensBug 31799: (follow-up) Add 409 error to spec
2023-05-09 Agustin MoyanoBug 31799: Add REST endpoint to modify a biblio's item
2023-05-05 Agustin MoyanoBug 31798: (follow-up) Tidy up and add duplicate barcod...
2023-05-05 Agustin MoyanoBug 31798: Add REST endpoint to add a biblio's item
2023-05-05 Martin RenvoizeBug 21043: Handle exceptions and switch to debit response
2023-05-05 Agustin MoyanoBug 21043: Add debit REST endpoint
2023-05-05 Agustin MoyanoBug 29453: (follow-up) Add tests and fix minimum amount...
2023-05-05 Martin RenvoizeBug 29453: Add endpoints for fetching patron credits...
2023-05-05 Agustin MoyanoBug 32735: Add endpoint to list authorities
2023-05-05 Agustin MoyanoBug 31796: Add REST endpoint to modify an authority
2023-05-05 Tomas Cohen AraziBug 31795: Fix required permissions
2023-05-05 Tomas Cohen AraziBug 31795: (QA follow-up) Use x-koha-override header
2023-05-05 Agustin MoyanoBug 31795: Add REST endpoint to add an authority
2023-05-05 Katrin FischerBug 33262: Add new field to REST API route for orders
2023-05-05 Pedro AmorimBug 22440: Move backend statuses api endpoint
2023-05-05 Pedro AmorimBug 22440: ILL API changes
2023-05-05 Pedro AmorimBug 22440: New ILL requests table
2023-05-05 Tomas Cohen AraziBug 22440: Add GET /ill_requests
2023-05-05 Tomas Cohen AraziBug 33328: Rename x-marc-schema => x-record-schema
2023-04-20 Jonathan DruartBug 33103: Embed aliases in GET /vendors
2023-04-10 Jonathan DruartBug 33066: Use KohaTable for LicensesList
2023-04-10 Jonathan DruartBug 33066: Embed vendor and retrieve vendor name from...
2023-03-31 Martin RenvoizeBug 33146: Add public items lookup route
2023-03-27 Julian MauriceBug 33021: Show an alert when adding a reserved item...
2023-03-27 Julian MauriceBug 32121: Show an alert when adding a checked out...
2023-03-23 Jonathan DruartBug 32923: Allow to embed user_roles for agreements
2023-03-20 Pedro AmorimBug 32923: Fix licenses spec
2023-03-20 Tomas Cohen AraziBug 33227: (follow-up) Improve docs
2023-03-20 Tomas Cohen AraziBug 33227: Remove invalid spec and adjust the code...
2023-03-17 Jonathan DruartBug 32923: (follow-up) Fix x-koha-embed from EHoldings/*/*
2023-03-13 Agustin MoyanoBug 32734: Add REST endpoint to list biblios
2023-03-13 Agustin MoyanoBug 31801: Add REST endpoint to modify a biblio
2023-03-10 Agustin MoyanoBug 31800: Add REST endpoint to add a biblio
2023-03-10 Tomas Cohen AraziBug 31793: (QA follow-up) Require editauthorities flag
2023-03-10 Agustin MoyanoBug 31793: Add REST endpoint to delete authorities
2023-03-10 Tomas Cohen AraziBug 33161: Add +strings support to GET /items and ...
2023-03-06 Agustin MoyanoBug 31794: (follow-up) Add description to authorities tag
2023-03-06 Agustin MoyanoBug 31794: Add REST endpoint to get an authority
2023-03-06 Jonathan DruartBug 25655: REST API specs
2023-03-06 Martin RenvoizeBug 31028: Add catalog concern management page to staff
2023-03-06 Martin RenvoizeBug 31028: Add API's for tickets
2023-03-06 Martin RenvoizeBug 33145: Fix ERM swagger specs
2023-03-02 Tomas Cohen AraziBug 32997: (QA follow-up) values => authorised_values
2023-03-02 Pedro AmorimBug 32997: Add REST API endpoint to list authorised...
2023-03-02 Jonathan DruartBug 32981: Add endpoint to get AV for given category
2023-02-27 Jonathan DruartBug 32923: Add 'vendor' for local packages
2023-02-27 Jonathan DruartBug 32923: Some fixes in ERM specs
2023-02-27 Jonathan DruartBug 32923: Fix new occurrences of x-koha-embed at top...
2023-02-10 Tomas Cohen AraziBug 30642: Make renewal_type an enum in spec and add...
2023-02-10 Matt BlenkinsopBug 30642: Record renewal type
2023-02-03 Tomas Cohen AraziBug 30962: (QA follow-up) Rename attribute and simplify...
2023-02-03 David CookBug 30962: REST API: Add endpoint /auth/password/validation
2023-01-31 Kyle HallBug 27424: Add ability to specify an SMTP server in...
2023-01-30 Tomas Cohen AraziBug 31797: Add DELETE /items/:item_id endpoint
2022-12-13 Matt BlenkinsopBug 31160: Required fields in patron api
2022-12-07 Aleisha AmohiaBug 32354: Accept session_state param given by OAuth IdP
2022-11-30 Nick ClemensBug 31381: Handle null attributes in list
2022-11-11 Pedro AmorimBug 32154: Missing primary key on erm_user_roles table
2022-11-09 Jonathan DruartBug 32030: Add missing additionalProperties to /erm...
2022-11-08 Agustin MoyanoBug 31378: Rename Auth Provider to Identity Provider...
2022-11-08 Tomas Cohen AraziBug 31378: Add authentication provider endpoints
2022-11-08 Agustin MoyanoBug 31378: Add API routes
2022-11-08 Pedro AmorimBug 32030: Add users to licenses - REST API Spec
2022-11-08 Pedro AmorimBug 32030: Max document file size - REST API spec
2022-11-08 Pedro AmorimBug 32030: ERM EHoldings Resources - Remove inexistent...
2022-11-08 Pedro AmorimBug 32030: ERM Licenses - Make field 'type' not nullabl...
2022-11-08 Pedro AmorimBug 32030: Remove inexistent 'agreements' embed from...
next