docs/DefaultApi.md in moonlogs-ruby-0.2.1 vs docs/DefaultApi.md in moonlogs-ruby-0.3.0

- old
+ new

@@ -468,10 +468,12 @@ api_instance = MoonlogsRuby::DefaultApi.new opts = { body: MoonlogsRuby::Record.new # Record | page: 56 # Integer | limit: 56 # Integer | + from: 'from_example' # String | Time in format \"YYYY-DD-MMTHH:SS\" + to: 'to_example' # String | Time in format \"YYYY-DD-MMTHH:SS\" } begin result = api_instance.api_logs_search_post(opts) p result @@ -485,9 +487,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **body** | [**Record**](Record.md)| | [optional] **page** | **Integer**| | [optional] **limit** | **Integer**| | [optional] + **from** | **String**| Time in format \"YYYY-DD-MMTHH:SS\" | [optional] + **to** | **String**| Time in format \"YYYY-DD-MMTHH:SS\" | [optional] ### Return type [**InlineResponse2003**](InlineResponse2003.md)