Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 7, 2024
1 parent 450bcb1 commit 667ea29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1266
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e202d9b1bb049167a2efb5c3981c53af7bab82b6411bbbd684557eef5b435880.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e04cfc56c4a869fdc91838cb9891046cf1686ec4e45d7f7fa558cfc7e4072700.yml
8 changes: 4 additions & 4 deletions src/cloudflare/types/zones/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ class Zone(BaseModel):
name: str
"""The domain name"""

name_servers: List[str]
"""The name servers Cloudflare assigns to a zone"""

original_dnshost: Optional[str] = None
"""DNS host at the time of switching to Cloudflare"""

original_name_servers: Optional[List[str]] = None
"""Original name servers before moving to Cloudflare"""
"""
Original name servers before moving to Cloudflare Notes: Is this only available
for full zones?
"""

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

0 comments on commit 667ea29

Please sign in to comment.