docs: update reply description
This commit is contained in:
parent
701d20bc60
commit
95a16aaa47
@ -78,7 +78,7 @@ async def get_thread(thread_id: int):
|
|||||||
|
|
||||||
|
|
||||||
@app.post("/{thread_id}/post")
|
@app.post("/{thread_id}/post")
|
||||||
async def create_reply(thread_id: int, data: PostCreate):
|
async def reply_to_post(thread_id: int, data: PostCreate):
|
||||||
parent = None
|
parent = None
|
||||||
for thread in THREADS:
|
for thread in THREADS:
|
||||||
if thread.id == thread_id:
|
if thread.id == thread_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user