feat(api): fixed autocomplete for Request
This commit is contained in:
parent
1d04f7f372
commit
b771a74a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def comment_assignment(projectId: int, sessionId: int, issueId: str, data: schem
|
|||
@app.get('/{projectId}/events/search', tags=["events"])
|
||||
def events_search(projectId: int, q: str,
|
||||
type: Union[schemas.FilterType, schemas.EventType,
|
||||
schemas.PerformanceEventType, schemas.FetchFilterType._url] = None,
|
||||
schemas.PerformanceEventType, schemas.FetchFilterType] = None,
|
||||
key: str = None,
|
||||
source: str = None, context: schemas.CurrentContext = Depends(OR_context)):
|
||||
if len(q) == 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue