Skip to content

Commit 20d6ecd

Browse files
chore(api): update composite API spec
1 parent e52ea1e commit 20d6ecd

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: 2431
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

email_security/investigatebulk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ func (r *InvestigateBulkService) ListAutoPaging(ctx context.Context, params Inve
8888
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, params, opts...))
8989
}
9090

91-
// Soft-deletes the job, hiding it from all list and detail endpoints. Only jobs in
92-
// a terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be
91+
// Deletes the job, removing it from all list and detail endpoints. Only jobs in a
92+
// terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be
9393
// deleted. To stop an in-progress job without removing it, use the cancel endpoint
9494
// instead.
9595
func (r *InvestigateBulkService) Delete(ctx context.Context, jobID string, body InvestigateBulkDeleteParams, opts ...option.RequestOption) (res *InvestigateBulkDeleteResponse, err error) {

0 commit comments

Comments
 (0)