Skip to content

Commit f17bf06

Browse files
chore(api): update composite API spec
1 parent b9342a9 commit f17bf06

2 files changed

Lines changed: 4 additions & 4 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: 2419
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-15baed26e7c20bd45ab9e6498b1f7dba768f1a1f3ae885ac6b3fa128c3c85ed2.yml
3-
openapi_spec_hash: 9c8170f1827b5a20424d70d364676024
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-8492392f72f6eaf7c77014823f9699e39e01b2f6f487d9120f591e50b2cf4808.yml
3+
openapi_spec_hash: d6667ae1228aeb42582db6fb40a9c118
44
config_hash: 87a3db059962c340822a760652737ce0

src/resources/email-security/investigate/bulk/bulk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export class Bulk extends APIResource {
6666
}
6767

6868
/**
69-
* Soft-deletes the job, hiding it from all list and detail endpoints. Only jobs in
70-
* a terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be
69+
* Deletes the job, removing it from all list and detail endpoints. Only jobs in a
70+
* terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be
7171
* deleted. To stop an in-progress job without removing it, use the cancel endpoint
7272
* instead.
7373
*

0 commit comments

Comments
 (0)