We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437ac1b commit 667e213Copy full SHA for 667e213
src/paths/user_articles.yml
@@ -4,10 +4,10 @@ get:
4
- User
5
description: >
6
Returns a list of `article_ids` written by a specified user,
7
- with a maximum of 500 `article_ids` per request.
+ with a maximum of 250 `article_ids` per request.
8
9
10
- If the user has published over 500 articles, use the `next` query string
+ If the user has published over 250 articles, use the `next` query string
11
parameter in subsequent API calls to retrieve additional articles.
12
13
parameters:
0 commit comments