Skip to content

Commit 667ea29

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#367)
1 parent 450bcb1 commit 667ea29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_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

src/cloudflare/types/zones/zone.py

+4-4
Original file line numberDiff line numberDiff 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"""

0 commit comments

Comments
 (0)