From a0246101db44a11fe580ebef9202ef44a88074ea Mon Sep 17 00:00:00 2001 From: Matt Keanny Date: Sat, 27 Jan 2024 21:18:44 +0100 Subject: [PATCH] removed duplicate entry in readme table --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1dffe4a..7f09af3 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ Currently the Client knows how to issue request for the following services: | `published_data_search(cql, range_begin=1, range_end=25, constituents=None)` | published-data/search | search | | `register(reference_type, input, constituents=['biblio'])` | register | other | | `register_search(cql, range_begin=1, range_end=25)` | register/search | other | -| `register_search(cql, range_begin=1, range_end=25)` | register/search | other | Bulk operations can be achieved by passing a list of valid models to the published_data input field.