Skip to content

Commit 2cc2a3f

Browse files
chore(api): update composite API spec
1 parent b5bea72 commit 2cc2a3f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1889
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-169205aac6384edee549e952e3e6e117db516d39096e488b29e38be4698139ee.yml
3-
openapi_spec_hash: efba00c8f82f78e47c9a9873d051fef1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b49291fb9b262da2527d224ad3c09cbdf9299a2c3db3057af9643cfe10e5c0f0.yml
3+
openapi_spec_hash: 881d08033d23545c7ce8f1088356d1c0
44
config_hash: f02bc3ad56bdede6c515f996ca86012c

src/cloudflare/resources/abuse_reports.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ def list(
952952
timeout: float | httpx.Timeout | None | NotGiven = not_given,
953953
) -> SyncV4PagePagination[Optional[AbuseReportListResponse]]:
954954
"""
955-
List the abuse reports for a given account.
955+
List the abuse reports for a given account
956956
957957
Args:
958958
created_after: Returns reports created after the specified date
@@ -1022,7 +1022,7 @@ def get(
10221022
timeout: float | httpx.Timeout | None | NotGiven = not_given,
10231023
) -> AbuseReportGetResponse:
10241024
"""
1025-
Retrieve an abuse report.
1025+
Retrieve the details of an abuse report.
10261026
10271027
Args:
10281028
extra_headers: Send extra headers
@@ -1974,7 +1974,7 @@ def list(
19741974
timeout: float | httpx.Timeout | None | NotGiven = not_given,
19751975
) -> AsyncPaginator[Optional[AbuseReportListResponse], AsyncV4PagePagination[Optional[AbuseReportListResponse]]]:
19761976
"""
1977-
List the abuse reports for a given account.
1977+
List the abuse reports for a given account
19781978
19791979
Args:
19801980
created_after: Returns reports created after the specified date
@@ -2044,7 +2044,7 @@ async def get(
20442044
timeout: float | httpx.Timeout | None | NotGiven = not_given,
20452045
) -> AbuseReportGetResponse:
20462046
"""
2047-
Retrieve an abuse report.
2047+
Retrieve the details of an abuse report.
20482048
20492049
Args:
20502050
extra_headers: Send extra headers

0 commit comments

Comments
 (0)