Open
Description
Im trying to use the Delete route /threads/{id} and the server response is : {details: Method not allowed}. However i see that the route in the threads.py file has the route defined.
@router.delete("/{tid}") async def delete_thread( user: AuthedUser, tid: ThreadID, ): """Delete a thread by ID.""" await storage.delete_thread(user["user_id"], tid) return {"status": "ok"}
Is there an issue with the use of this route ? This will be patch in the next update ?
Metadata
Metadata
Assignees
Labels
No labels