Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 20, 2024
1 parent 6df64da commit a3f64bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1448
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-372f8f48e969702b4bcf6b711bbe06a2f49b19a7c8c885017659bd05a4978862.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d2f05325a71a386987074fbab49673b6a1172a173789df9ed0d6db31a293904.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IP(BaseModel):
created_at: Optional[datetime] = None

ip: Optional[str] = None
"""An IPv4 or IPv6 address."""
"""An IPv4 or IPv6 address. foo"""


class Membership(BaseModel):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IP(BaseModel):
created_at: Optional[datetime] = None

ip: Optional[str] = None
"""An IPv4 or IPv6 address."""
"""An IPv4 or IPv6 address. foo"""


class Membership(BaseModel):
Expand Down

0 comments on commit a3f64bc

Please sign in to comment.