docs/DefaultApi.md in cheminee-0.1.10 vs docs/DefaultApi.md in cheminee-0.1.11
- old
+ new
@@ -280,11 +280,12 @@
api_instance = Cheminee::DefaultApi.new
index = 'index_example' # String |
smile = 'smile_example' # String |
opts = {
- limit: 'limit_example' # String |
+ result_limit: 56, # Integer |
+ tautomer_limit: 56 # Integer |
}
begin
# Perform substructure search against index
result = api_instance.v1_indexes_index_search_substructure_get(index, smile, opts)
@@ -316,10 +317,11 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **index** | **String** | | |
| **smile** | **String** | | |
-| **limit** | **String** | | [optional] |
+| **result_limit** | **Integer** | | [optional] |
+| **tautomer_limit** | **Integer** | | [optional] |
### Return type
[**Array<StructureSearchHit>**](StructureSearchHit.md)