Skip to content

Commit edf8c4d

Browse files
chore(api): update composite API spec
1 parent 87dea7a commit edf8c4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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/resources/abuse-reports.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AbuseReports extends APIResource {
2323
}
2424

2525
/**
26-
* List the abuse reports for a given account.
26+
* List the abuse reports for a given account
2727
*/
2828
list(
2929
params: AbuseReportListParams,
@@ -38,7 +38,7 @@ export class AbuseReports extends APIResource {
3838
}
3939

4040
/**
41-
* Retrieve an abuse report.
41+
* Retrieve the details of an abuse report.
4242
*/
4343
get(
4444
reportParam: string,

0 commit comments

Comments
 (0)