Skip to content

Commit c614eb3

Browse files
chore(api): update composite API spec
1 parent bf21249 commit c614eb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1891
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c30ae9fd91114b108324db5570c006eb24131b2459a66b6e46aacc79af977e9b.yml
3-
openapi_spec_hash: 5466475f372aa7d937fa629e2db6acbb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f7a77ec7ae1fab07327c87ce25393cc1226e3c5252ef3eae118cfd4f01ed2a2e.yml
3+
openapi_spec_hash: 5f756259e07113ce6bcf45f074a07ea4
44
config_hash: f02bc3ad56bdede6c515f996ca86012c

src/resources/workflows/instances/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface StatusEditParams {
4949
/**
5050
* Body param: Apply action to instance.
5151
*/
52-
status: 'resume' | 'pause' | 'terminate';
52+
status: 'resume' | 'pause' | 'terminate' | 'restart';
5353
}
5454

5555
export declare namespace Status {

0 commit comments

Comments
 (0)