Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 6, 2024
1 parent f520ca5 commit 287bb9a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 781 deletions.
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1338
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0ec270b3c03c21a8d2358f8bf7726d82da5aa7eda902b5df86220f550eac2c2e.yml
configured_endpoints: 1336
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-36b39384f5550979f973317bd71942fbae76ba2d7ee3aa70c7c0af16740916b2.yml
5 changes: 0 additions & 5 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@ Types:
from cloudflare.types.zones import DNSSetting, Nameserver
```

Methods:

- <code title="patch /zones/{zone_id}/dns_settings">client.zones.dns_settings.<a href="./src/cloudflare/resources/zones/dns_settings.py">edit</a>(\*, zone_id, \*\*<a href="src/cloudflare/types/zones/dns_setting_edit_params.py">params</a>) -> <a href="./src/cloudflare/types/zones/dns_setting.py">Optional</a></code>
- <code title="get /zones/{zone_id}/dns_settings">client.zones.dns_settings.<a href="./src/cloudflare/resources/zones/dns_settings.py">get</a>(\*, zone_id) -> <a href="./src/cloudflare/types/zones/dns_setting.py">Optional</a></code>

## Settings

### ZeroRTT
Expand Down
14 changes: 0 additions & 14 deletions src/cloudflare/resources/zones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
SettingsResourceWithStreamingResponse,
AsyncSettingsResourceWithStreamingResponse,
)
from .dns_settings import (
DNSSettingsResource,
AsyncDNSSettingsResource,
DNSSettingsResourceWithRawResponse,
AsyncDNSSettingsResourceWithRawResponse,
DNSSettingsResourceWithStreamingResponse,
AsyncDNSSettingsResourceWithStreamingResponse,
)
from .subscriptions import (
SubscriptionsResource,
AsyncSubscriptionsResource,
Expand Down Expand Up @@ -64,12 +56,6 @@
"AsyncActivationCheckResourceWithRawResponse",
"ActivationCheckResourceWithStreamingResponse",
"AsyncActivationCheckResourceWithStreamingResponse",
"DNSSettingsResource",
"AsyncDNSSettingsResource",
"DNSSettingsResourceWithRawResponse",
"AsyncDNSSettingsResourceWithRawResponse",
"DNSSettingsResourceWithStreamingResponse",
"AsyncDNSSettingsResourceWithStreamingResponse",
"SettingsResource",
"AsyncSettingsResource",
"SettingsResourceWithRawResponse",
Expand Down
327 changes: 0 additions & 327 deletions src/cloudflare/resources/zones/dns_settings.py

This file was deleted.

Loading

0 comments on commit 287bb9a

Please sign in to comment.