Api dev v1.8.0 (#653)

* feat(chalice): EFS sessions

* feat(chalice): changed EFS endpoint
This commit is contained in:
Kraiem Taha Yassine 2022-08-02 17:09:47 +02:00 committed by GitHub
parent 7af26795ac
commit 4ddbe38845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -896,6 +896,7 @@ def get_live_session(projectId: int, sessionId: str, background_tasks: Backgroun
return {'data': data}
@app.get('/{projectId}/unprocessed/{sessionId}', tags=["assist"])
@app.get('/{projectId}/assist/sessions/{sessionId}/replay', tags=["assist"])
def get_live_session_replay_file(projectId: int, sessionId: str,
context: schemas.CurrentContext = Depends(OR_context)):