Summary: | RPC style action endpoint for choosing matches | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | REST API | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38745 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 22785 | ||
Bug Blocks: |
Description
Martin Renvoize (ashimema)
2022-04-29 11:55:30 UTC
(In reply to Martin Renvoize from comment #0) > > POST > /import/{import_batch_id}/records/{import_record_id}/matches/ > {record_match_id}/choose > POST > /import/{import_batch_id}/records/{import_record_id}/matches/ > {record_match_id}/unchoose POST /.../chosen DELETE /.../chosen ? I missed the reply.. I like the POST and DELETE on `/chosen` or maybe `selected` proposed here. |