Skip to content

Commit e20303d

Browse files
committed
config api rate limit is actually 200 req/min
1 parent a2e3d1e commit e20303d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config-api/api-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can manage each resource using standard methods:
4343
| PermissionDenied | 403 Forbidden | 7 | An access token with `write` scope is required for the Create, Update and Delete methods |
4444
| Not Found | 404 Not Found | 5 | The request or resource could not be found. Either the request method or path is incorrect, or the resource does not exist in this workspace (sometimes because of a typo). |
4545
| Already Exists | 409 Conflict | 6 | A resource (e.g. source) already exists with the given name |
46-
| Resource Exhausted | 429 Too Many Requests | 8 | The 60 req / sec rate limit was exhausted |
46+
| Resource Exhausted | 429 Too Many Requests | 8 | The 200 req / min rate limit was exhausted |
4747
| Internal | 500 Internal Server Error | 13 | Segment encountered an error processing the request |
4848
| Unimplemented | 501 Not Implemented | 12 | The method is not supported or implemented |
4949
| Unavailable | 503 Service Unavailable | 14 | The API is down |

0 commit comments

Comments
 (0)