You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config-api/api-design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can manage each resource using standard methods:
43
43
| PermissionDenied | 403 Forbidden | 7 | An access token with `write` scope is required for the Create, Update and Delete methods |
44
44
| 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). |
45
45
| 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 |
47
47
| Internal | 500 Internal Server Error | 13 | Segment encountered an error processing the request |
48
48
| Unimplemented | 501 Not Implemented | 12 | The method is not supported or implemented |
49
49
| Unavailable | 503 Service Unavailable | 14 | The API is down |
0 commit comments