fRAGme.api.v1.data
.data_update_texts
- class fRAGme.api.v1.data.data_update_texts(request: DataUploadTextsRequest, current_user: Annotated[User, Depends(get_current_active_user)])
Endpoint to update text snippets.
- Parameters:
request – An request object to fill with parameters.
- Returns:
Return true if the process was successful.
- Raises:
HTTPException – Generic internal server error.