Bug 33250 - DELETE /biblios/:biblio_id fails when ES is enabled
Summary: DELETE /biblios/:biblio_id fails when ES is enabled
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major (vote)
Assignee: Tomás Cohen Arazi
QA Contact:
URL:
Keywords:
Depends on: 15496 33227
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-16 15:16 UTC by Tomás Cohen Arazi
Modified: 2023-12-28 20:43 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2023-03-16 15:16:24 UTC
Not sure what made this fail, but here you go.
Comment 1 Jonathan Druart 2023-05-11 11:35:28 UTC
how fails?

curl -XDELETE -H "Content-Type: application/json" -u koha:koha http://kohadev-intra.mydnsname.org:8081/api/v1/biblios/3

"DELETE /api/v1/app.pl/api/v1/biblios/3 HTTP/1.1" 204 - "-" "curl/7.68.0"