Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

[docs] add error code and description for rate limit reached #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down