Skip to content

Commit

Permalink
Resolve #1608 document errors
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 5, 2024
1 parent fb69194 commit 032fabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
)
```
Expand All @@ -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!",
)
Expand Down

0 comments on commit 032fabb

Please sign in to comment.