Skip to content

Commit 0f6894c

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

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-e04cfc56c4a869fdc91838cb9891046cf1686ec4e45d7f7fa558cfc7e4072700.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e202d9b1bb049167a2efb5c3981c53af7bab82b6411bbbd684557eef5b435880.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+
8184
original_dnshost: Optional[str] = None
8285
"""DNS host at the time of switching to Cloudflare"""
8386

8487
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"""
8989

9090
original_registrar: Optional[str] = None
9191
"""Registrar for the domain at the time of switching to Cloudflare"""

0 commit comments

Comments
 (0)