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