Skip to content

Commit 61ffa12

Browse files
authored
clarify GET archived thread before query param (#6163)
1 parent bbf135d commit 61ffa12

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/resources/Channel.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,10 +1378,10 @@ Returns archived threads in the channel that are public. When called on a `GUILD
13781378

13791379
###### Query String Params
13801380

1381-
| Field | Type | Description |
1382-
| ------- | ----------------- | -------------------------------------------- |
1383-
| before? | ISO8601 timestamp | returns threads before this timestamp |
1384-
| limit? | integer | optional maximum number of threads to return |
1381+
| Field | Type | Description |
1382+
| ------- | ----------------- | ---------------------------------------------- |
1383+
| before? | ISO8601 timestamp | returns threads archived before this timestamp |
1384+
| limit? | integer | optional maximum number of threads to return |
13851385

13861386
###### Response Body
13871387

@@ -1397,10 +1397,10 @@ Returns archived threads in the channel that are of [type](#DOCS_RESOURCES_CHANN
13971397

13981398
###### Query String Params
13991399

1400-
| Field | Type | Description |
1401-
| ------- | ----------------- | -------------------------------------------- |
1402-
| before? | ISO8601 timestamp | returns threads before this timestamp |
1403-
| limit? | integer | optional maximum number of threads to return |
1400+
| Field | Type | Description |
1401+
| ------- | ----------------- | ---------------------------------------------- |
1402+
| before? | ISO8601 timestamp | returns threads archived before this timestamp |
1403+
| limit? | integer | optional maximum number of threads to return |
14041404

14051405
###### Response Body
14061406

0 commit comments

Comments
 (0)