File tree 2 files changed +5
-5
lines changed
src/cloudflare/types/zones
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1266
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e04cfc56c4a869fdc91838cb9891046cf1686ec4e45d7f7fa558cfc7e4072700 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e202d9b1bb049167a2efb5c3981c53af7bab82b6411bbbd684557eef5b435880 .yml
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ class Zone(BaseModel):
78
78
name : str
79
79
"""The domain name"""
80
80
81
+ name_servers : List [str ]
82
+ """The name servers Cloudflare assigns to a zone"""
83
+
81
84
original_dnshost : Optional [str ] = None
82
85
"""DNS host at the time of switching to Cloudflare"""
83
86
84
87
original_name_servers : Optional [List [str ]] = None
85
- """
86
- Original name servers before moving to Cloudflare Notes: Is this only available
87
- for full zones?
88
- """
88
+ """Original name servers before moving to Cloudflare"""
89
89
90
90
original_registrar : Optional [str ] = None
91
91
"""Registrar for the domain at the time of switching to Cloudflare"""
You can’t perform that action at this time.
0 commit comments