Skip to content

Commit 9e783eb

Browse files
Update Import2 API Doc
1 parent b0c0595 commit 9e783eb

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

index.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -215,27 +215,6 @@ <h2 id="rate-limits">API Rate Limits</h2>
215215
The API enforces a rate limit of 10 requests per second across all endpoints.
216216
</p>
217217

218-
<p>
219-
Each response includes headers that provide information about the current rate limit status:
220-
</p>
221-
222-
<dl class="dl-horizontal">
223-
<dt>
224-
<code>X-RateLimit-Limit</code>
225-
</dt>
226-
<dd>The maximum number of requests allowed per second.</dd>
227-
228-
<dt>
229-
<code>X-RateLimit-Remaining</code>
230-
</dt>
231-
<dd>The number of requests remaining in the current one-second window.</dd>
232-
233-
<dt>
234-
<code>X-RateLimit-Reset</code>
235-
</dt>
236-
<dd>The time, in seconds, until the rate limit counters are reset.</dd>
237-
</dl>
238-
239218
<p>
240219
When the rate limit is exceeded, the API responds with status code <code>429</code>.
241220
</p>

0 commit comments

Comments
 (0)