Skip to content

Commit

Permalink
feat(api): api update (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 16, 2024
1 parent 43f24b9 commit f5b0d50
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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: 1355
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc69e59fd4fa46f91ea8cc808c15da7805d91b7d2a071e88fc9c0941bd35af62.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b0d5776fe253adcc7a6ca1355ca79d45196d2a22f51f3b2d7ee01033b145d597.yml
4 changes: 2 additions & 2 deletions src/cloudflare/resources/radar/as112/timeseries_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def dnssec(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupDNSSECResponse:
"""
Percentage distribution of DNS AS112 queries by DNSSEC support over time.
Percentage distribution of AS112 DNS queries by DNSSEC support over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down Expand Up @@ -615,7 +615,7 @@ async def dnssec(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupDNSSECResponse:
"""
Percentage distribution of DNS AS112 queries by DNSSEC support over time.
Percentage distribution of AS112 DNS queries by DNSSEC support over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def industry(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupIndustryResponse:
"""
Percentage distribution of attacks by industry used over time.
Percentage distribution of attacks by industry targeted over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down Expand Up @@ -759,7 +759,7 @@ def vertical(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupVerticalResponse:
"""
Percentage distribution of attacks by vertical used over time.
Percentage distribution of attacks by vertical targeted over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down Expand Up @@ -1162,7 +1162,7 @@ async def industry(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupIndustryResponse:
"""
Percentage distribution of attacks by industry used over time.
Percentage distribution of attacks by industry targeted over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down Expand Up @@ -1552,7 +1552,7 @@ async def vertical(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> TimeseriesGroupVerticalResponse:
"""
Percentage distribution of attacks by vertical used over time.
Percentage distribution of attacks by vertical targeted over time.
Args:
agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes
Expand Down
4 changes: 2 additions & 2 deletions src/cloudflare/resources/radar/entities/asns.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get(
) -> ASNGetResponse:
"""Get the requested autonomous system information.
A confidence level below `5`
(A confidence level below `5`
indicates a low level of confidence in the traffic data - normally this happens
because Cloudflare has a small amount of traffic from/to this AS). Population
estimates come from APNIC (refer to https://labs.apnic.net/?p=526).
Expand Down Expand Up @@ -356,7 +356,7 @@ async def get(
) -> ASNGetResponse:
"""Get the requested autonomous system information.
A confidence level below `5`
(A confidence level below `5`
indicates a low level of confidence in the traffic data - normally this happens
because Cloudflare has a small amount of traffic from/to this AS). Population
estimates come from APNIC (refer to https://labs.apnic.net/?p=526).
Expand Down
8 changes: 4 additions & 4 deletions src/cloudflare/resources/radar/entities/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def get(
) -> LocationGetResponse:
"""Get the requested location information.
A confidence level below `5` indicates a
low level of confidence in the traffic data - normally this happens because
(A confidence level below `5` indicates
a low level of confidence in the traffic data - normally this happens because
Cloudflare has a small amount of traffic from/to this location).
Args:
Expand Down Expand Up @@ -240,8 +240,8 @@ async def get(
) -> LocationGetResponse:
"""Get the requested location information.
A confidence level below `5` indicates a
low level of confidence in the traffic data - normally this happens because
(A confidence level below `5` indicates
a low level of confidence in the traffic data - normally this happens because
Cloudflare has a small amount of traffic from/to this location).
Args:
Expand Down

0 comments on commit f5b0d50

Please sign in to comment.