From 032fabb0dc7521120a7afe3af9504c802cc3624b Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Thu, 5 Dec 2024 12:56:12 +0900 Subject: [PATCH] Resolve #1608 document errors --- docs/content/web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/web.md b/docs/content/web.md index a823057e..81232576 100644 --- a/docs/content/web.md +++ b/docs/content/web.md @@ -258,7 +258,7 @@ error code). response = client.files_upload_v2( file="test.pdf", title="Test upload", - channel_id="C3UKJTQAC", + channel="C3UKJTQAC", initial_comment="Here is the latest version of the file!", ) ``` @@ -269,7 +269,7 @@ If you want to share files within a thread, you can pass "thread_ts" in addition response = client.files_upload_v2( file="test.pdf", title="Test upload", - channel_id="C3UKJTQAC", + channel="C3UKJTQAC", thread_ts="1731398999.934122", initial_comment="Here is the latest version of the file!", )