Skip to content

Commit 8594097

Browse files
feat(api): api update
1 parent 3510626 commit 8594097

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: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771.yml
3-
openapi_spec_hash: e5d9664ddfbca394030b9a9e24246dc7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-679b42a61deffd275fd9e01d6e2c0024540cd0059f4cc01bb52cc2876aaff3af.yml
3+
openapi_spec_hash: 8c3eea1499910eb3683d774fe1a21f79
44
config_hash: 8457a42ab599fb499cdacdb3ff40cfe9

vmimage.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewVMImageService(opts ...option.RequestOption) (r VMImageService) {
3939
return
4040
}
4141

42-
// > ⚠️ This endpoint is in [preview](/preview/about-preview).
42+
// > ⚠️ This endpoint is in [public preview](/preview/roadmap).
4343
//
4444
// List images in the specified workspace. Pass `sfc:workspace:sfcompute:public` as
4545
// the workspace to list sfc-provided public images instead.
@@ -51,7 +51,7 @@ func (r *VMImageService) List(ctx context.Context, query VMImageListParams, opts
5151
return res, err
5252
}
5353

54-
// > ⚠️ This endpoint is in [preview](/preview/about-preview).
54+
// > ⚠️ This endpoint is in [public preview](/preview/roadmap).
5555
//
5656
// Retrieve an image by ID. Returns both user-owned and public images.
5757
func (r *VMImageService) Get(ctx context.Context, id string, opts ...option.RequestOption) (res *VMImageGetResponse, err error) {

0 commit comments

Comments
 (0)