@@ -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