Done
Details
Assignee
Natalia ZaitsevaNatalia ZaitsevaReporter
Natalia ZaitsevaNatalia ZaitsevaFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Natalia Zaitseva
Natalia ZaitsevaReporter
Natalia Zaitseva
Natalia ZaitsevaFix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 20, 2019 at 2:53 PM
Updated January 9, 2020 at 9:31 AM
Resolved January 9, 2020 at 9:31 AM
There should be a possibility to delete a single element of custom labels for the `mod-kb-ebsco-java` module.
by using
PUT /{custid}/
method with empty `displayLabel` property. Please see the description for this method by following link RM API documentation
To support removal of single custom label element we need to modify ModuleDescriptor with additional endpoint
/eholdings/custom-labels{id}
,
update the corresponding raml file and provide an implementation.
Additional information:
`folio-holdingsiq-client` module already contains methods to communicate with RM API custom labels
Implementation of custom labels backend in mod-kb-ebsco(Ruby) - https://github.com/folio-org/mod-kb-ebsco/pull/86
Acceptance criteria:
Unit and API tests