Skip to content

Commit fab3ce2

Browse files
author
Lenore
authored
Merge branch 'main' into feature/support_ingest_warnings
2 parents 8ce2f40 + 28616a8 commit fab3ce2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/source/getting_started/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ Getting Started
1616
data_model
1717
ai_modules
1818
code_examples
19+
request_throttling
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
======================================
2+
Request Throttling
3+
======================================
4+
5+
6+
To prevent abuse of the citrine-python API, requests are limited to 300 per minute per IP address.
7+
If this limit is exceeded, a 429 status code will be returned.

0 commit comments

Comments
 (0)