Remove deprecated API documentation and models related to logging, project management, queries, and Redis management. This includes the deletion of various markdown files and TypeScript definitions that are no longer in use, streamlining the codebase and improving maintainability.
This commit is contained in:
14
out/js/docs/LoggerIdFindAllPostRequest.md
Normal file
14
out/js/docs/LoggerIdFindAllPostRequest.md
Normal file
@ -0,0 +1,14 @@
|
||||
# LowCodeEngineApi.LoggerIdFindAllPostRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**traceId** | **String** | Filter by trace ID | [optional]
|
||||
**fromDate** | **Date** | Filter from date | [optional]
|
||||
**toDate** | **Date** | Filter to date | [optional]
|
||||
**url** | **String** | Filter by URL | [optional]
|
||||
**limit** | **Number** | Number of results to return |
|
||||
**offset** | **Number** | Number of results to skip |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user