File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : cb36b26a5fcc81fa60c65016b1e74f0a
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments