Skip to content

Commit f39cf09

Browse files
feat(api): api update
1 parent 639010e commit f39cf09

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 1742
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f2419bf55089756d40e11f34634bca196aee06ef175c811006639626968ee64d.yml
3-
openapi_spec_hash: f106aded23a1fb2992b64a92f18198a8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5ad399170cb0b132651bbd1c714eb1b2a88ddbb9bfd1d4eb931c97c1a69ac27f.yml
3+
openapi_spec_hash: da07b2caa9c0ead591c4a6859b48beb1
44
config_hash: cb36b26a5fcc81fa60c65016b1e74f0a

src/resources/workflows/instances/instances.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ export interface InstanceListParams extends V4PagePaginationArrayParams {
331331
account_id: string;
332332

333333
/**
334-
* Query param: In ISO 8601 with no timezone offsets and in UTC.
334+
* Query param: Accepts ISO 8601 with no timezone offsets and in UTC.
335335
*/
336336
date_end?: string;
337337

338338
/**
339-
* Query param: In ISO 8601 with no timezone offsets and in UTC.
339+
* Query param: Accepts ISO 8601 with no timezone offsets and in UTC.
340340
*/
341341
date_start?: string;
342342

src/resources/workflows/instances/status.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface StatusEditResponse {
3535
| 'waiting';
3636

3737
/**
38-
* In ISO 8601 with no timezone offsets and in UTC.
38+
* Accepts ISO 8601 with no timezone offsets and in UTC.
3939
*/
4040
timestamp: string;
4141
}
@@ -47,7 +47,7 @@ export interface StatusEditParams {
4747
account_id: string;
4848

4949
/**
50-
* Body param: Possible actions to apply to instance.
50+
* Body param: Apply action to instance.
5151
*/
5252
status: 'resume' | 'pause' | 'terminate';
5353
}

src/resources/workflows/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export interface WorkflowListParams extends V4PagePaginationArrayParams {
227227
account_id: string;
228228

229229
/**
230-
* Query param: Filter workflows by name.
230+
* Query param: Allows filtering workflows` name.
231231
*/
232232
search?: string;
233233
}

0 commit comments

Comments
 (0)