Skip to content

Commit 2a6e7ed

Browse files
chore(api): update composite API spec
1 parent aeabf18 commit 2a6e7ed

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1808
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b08a35a63683017799c83c43638e762a8d8713aeb0fa1096c5a3cb2559fc2fc0.yml
3-
openapi_spec_hash: c1cea4e797a400442ace625428030919
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6653a288880508e29f7e8838a096128a148db0bb790d4d5f5056ae0f5246438d.yml
3+
openapi_spec_hash: 219767bc76245b5f8f4be1761bf7a785
44
config_hash: 22d1fdacde5ac0fd404d3b7c095aac71

src/resources/rules/lists/items.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export class Items extends APIResource {
1212
* This operation is asynchronous. To get current the operation status, invoke the
1313
* `Get bulk operation status` endpoint with the returned `operation_id`.
1414
*
15+
* There is a limit of 1 pending bulk operation per account. If an outstanding bulk
16+
* operation is in progress, the request will be rejected.
17+
*
1518
* @example
1619
* ```ts
1720
* const item = await client.rules.lists.items.create(
@@ -44,6 +47,9 @@ export class Items extends APIResource {
4447
* This operation is asynchronous. To get current the operation status, invoke the
4548
* `Get bulk operation status` endpoint with the returned `operation_id`.
4649
*
50+
* There is a limit of 1 pending bulk operation per account. If an outstanding bulk
51+
* operation is in progress, the request will be rejected.
52+
*
4753
* @example
4854
* ```ts
4955
* const item = await client.rules.lists.items.update(
@@ -102,6 +108,9 @@ export class Items extends APIResource {
102108
* This operation is asynchronous. To get current the operation status, invoke the
103109
* `Get bulk operation status` endpoint with the returned `operation_id`.
104110
*
111+
* There is a limit of 1 pending bulk operation per account. If an outstanding bulk
112+
* operation is in progress, the request will be rejected.
113+
*
105114
* @example
106115
* ```ts
107116
* const item = await client.rules.lists.items.delete(

0 commit comments

Comments
 (0)