From d64f75d3a883ae171ef0ffa7c727598db49b59ee Mon Sep 17 00:00:00 2001 From: Pavan Jadhaw Date: Thu, 27 Dec 2018 21:02:44 +0530 Subject: [PATCH] [docs] add error code and description for rate limit reached --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19bd559..1637e88 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ Possible errors: | 400 Bad Request | Required fields were invalid, not specified. | | 401 Unauthorized | The access token is invalid or has been revoked. | | 403 Forbidden | The user does not have permission to publish, or the authorId in the request path points to wrong/non-existent user. | +| 429 Too many requests| User has reached the rate limit for publishing today. | #### Creating a post under a publication This API allows creating a post and associating it with a publication on Medium. The request also shows this association, considering posts a collection of resources under a publication: @@ -493,6 +494,7 @@ Possible errors: | 400 Bad Request | Required fields were invalid, not specified. | | 401 Unauthorized | The access token is invalid or has been revoked. | | 403 Forbidden | The `publicationId` in request path doesn’t point to a publication that the user can publish into. | +| 429 Too many requests| User has reached the rate limit for publishing today. | ### 3.4. Images