File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1712
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6a4a0d47e8ceab80534487c492d0dadf39a242ad7c586228e50cd19fe76488fc .yml
3
- openapi_spec_hash : 236c4734c35907f8f0a7c1f14eee05dd
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-791eb800114b7948f0318dea8be61dc407b6cd1d44fde3687767387718e9e548 .yml
3
+ openapi_spec_hash : fe1ba92fafb7fb5c2c6da2df8c296542
4
4
config_hash : 04c03b2581e7a04107a02c6ae53e4e03
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def get(
60
60
Get WHOIS Record
61
61
62
62
Args:
63
- account_id: Identifier
63
+ account_id: Use to uniquely identify or reference the resource.
64
64
65
65
extra_headers: Send extra headers
66
66
@@ -122,7 +122,7 @@ async def get(
122
122
Get WHOIS Record
123
123
124
124
Args:
125
- account_id: Identifier
125
+ account_id: Use to uniquely identify or reference the resource.
126
126
127
127
extra_headers: Send extra headers
128
128
Original file line number Diff line number Diff line change 9
9
10
10
class WhoisGetParams (TypedDict , total = False ):
11
11
account_id : Required [str ]
12
- """Identifier """
12
+ """Use to uniquely identify or reference the resource. """
13
13
14
14
domain : str
Original file line number Diff line number Diff line change 9
9
10
10
11
11
class WhoisGetResponse (BaseModel ):
12
+ dnssec : bool
13
+
12
14
domain : str
13
15
14
16
extension : str
@@ -85,8 +87,6 @@ class WhoisGetResponse(BaseModel):
85
87
86
88
created_date_raw : Optional [str ] = None
87
89
88
- dnssec : Optional [bool ] = None
89
-
90
90
expiration_date : Optional [datetime ] = None
91
91
92
92
expiration_date_raw : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments