Skip to content

Commit a6720f5

Browse files
feat(api): api update
1 parent f587c98 commit a6720f5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de6f14467169605ca0279cc303e66c1704eafe0328a15a8c109be6d8f2e767cb.yml
3-
openapi_spec_hash: 34dc001668d442bb4d55b38ec2828493
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2af46353a729e62c9ea22ae849a211ed533e002d56b4f14766bf68e04b9c6336.yml
3+
openapi_spec_hash: 16bc079d459c9276d81851af79946e46
44
config_hash: de4c81cee29cd7dd907279e8916b334f

src/cloudflare/types/rules/lists/item_get_response.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class ListsListItemIPFull(BaseModel):
2020
id: str
21-
"""The unique ID of the list."""
21+
"""Defines the unique ID of the item in the List."""
2222

2323
created_on: str
2424
"""The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
3535

3636
class ListsListItemHostnameFull(BaseModel):
3737
id: str
38-
"""The unique ID of the list."""
38+
"""Defines the unique ID of the item in the List."""
3939

4040
created_on: str
4141
"""The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
5555

5656
class ListsListItemRedirectFull(BaseModel):
5757
id: str
58-
"""The unique ID of the list."""
58+
"""Defines the unique ID of the item in the List."""
5959

6060
created_on: str
6161
"""The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
7272

7373
class ListsListItemASNFull(BaseModel):
7474
id: str
75-
"""The unique ID of the list."""
75+
"""Defines the unique ID of the item in the List."""
7676

7777
asn: int
7878
"""Defines a non-negative 32 bit integer."""

src/cloudflare/types/rules/lists/item_list_response.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class ListsListItemIPFull(BaseModel):
2020
id: str
21-
"""The unique ID of the list."""
21+
"""Defines the unique ID of the item in the List."""
2222

2323
created_on: str
2424
"""The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
3535

3636
class ListsListItemHostnameFull(BaseModel):
3737
id: str
38-
"""The unique ID of the list."""
38+
"""Defines the unique ID of the item in the List."""
3939

4040
created_on: str
4141
"""The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
5555

5656
class ListsListItemRedirectFull(BaseModel):
5757
id: str
58-
"""The unique ID of the list."""
58+
"""Defines the unique ID of the item in the List."""
5959

6060
created_on: str
6161
"""The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
7272

7373
class ListsListItemASNFull(BaseModel):
7474
id: str
75-
"""The unique ID of the list."""
75+
"""Defines the unique ID of the item in the List."""
7676

7777
asn: int
7878
"""Defines a non-negative 32 bit integer."""

0 commit comments

Comments
 (0)