feat(api): api-v1 fixed search live sessions
This commit is contained in:
parent
48fdd9fabc
commit
0bcfbedfd2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def get_sessions_live(projectKey: str, userId: str = None, context: schemas.Curr
|
|||
|
||||
|
||||
@app_apikey.post('/v1/{projectKey}/assist/sessions', tags=["api"])
|
||||
def sessions_live(projectKey: int, data: schemas.LiveSessionsSearchPayloadSchema = Body(...),
|
||||
def sessions_live(projectKey: str, data: schemas.LiveSessionsSearchPayloadSchema = Body(...),
|
||||
context: schemas.CurrentContext = Depends(OR_context)):
|
||||
return core.sessions_live(projectId=projects.get_internal_project_id(projectKey),
|
||||
data=data, context=context)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue