Skip to content

Commit 032fabb

Browse files
committed
Resolve #1608 document errors
1 parent fb69194 commit 032fabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ error code).
258258
response = client.files_upload_v2(
259259
file="test.pdf",
260260
title="Test upload",
261-
channel_id="C3UKJTQAC",
261+
channel="C3UKJTQAC",
262262
initial_comment="Here is the latest version of the file!",
263263
)
264264
```
@@ -269,7 +269,7 @@ If you want to share files within a thread, you can pass "thread_ts" in addition
269269
response = client.files_upload_v2(
270270
file="test.pdf",
271271
title="Test upload",
272-
channel_id="C3UKJTQAC",
272+
channel="C3UKJTQAC",
273273
thread_ts="1731398999.934122",
274274
initial_comment="Here is the latest version of the file!",
275275
)

0 commit comments

Comments
 (0)