Skip to content

Commit 667e213

Browse files
committed
user_articles: limited results to 250
1 parent 437ac1b commit 667e213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/paths/user_articles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ get:
44
- User
55
description: >
66
Returns a list of `article_ids` written by a specified user,
7-
with a maximum of 500 `article_ids` per request.
7+
with a maximum of 250 `article_ids` per request.
88
99
10-
If the user has published over 500 articles, use the `next` query string
10+
If the user has published over 250 articles, use the `next` query string
1111
parameter in subsequent API calls to retrieve additional articles.
1212
1313
parameters:

0 commit comments

Comments
 (0)