Skip to content

Commit df4bf20

Browse files
chore(api): update composite API spec
1 parent ab25412 commit df4bf20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2325
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-eeab7a57d84f76af6bb611b6eb115f3ab818505d7f8d09c35751d4ba4bb0788e.yml
3-
openapi_spec_hash: 63308a10826084e5f64b82f361d8dcd2
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-b5699393100fa569c2545b6493296916461ed17473e2b20dd3526e86fd0f88b2.yml
3+
openapi_spec_hash: de2adf7ddb1e1aff63955c3adea743ab
44
config_hash: 3e02eec9f8dbb1c042399a4bea3363d2

src/cloudflare/types/intel/sinkhole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class Sinkhole(BaseModel):
12-
id: Optional[int] = None
12+
id: Optional[str] = None
1313
"""The unique identifier for the sinkhole."""
1414

1515
account_tag: Optional[str] = None

0 commit comments

Comments
 (0)