Skip to content

Commit 6864155

Browse files
feat(api): api update
1 parent 59cf66e commit 6864155

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

src/resources/vms/images.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { path } from '../../internal/utils/path';
1010
*/
1111
export class Images extends APIResource {
1212
/**
13-
* > ⚠️ This endpoint is in [preview](/preview/about-preview).
13+
* > ⚠️ This endpoint is in [public preview](/preview/roadmap).
1414
*
1515
* List images in the specified workspace. Pass `sfc:workspace:sfcompute:public` as
1616
* the workspace to list sfc-provided public images instead.
@@ -24,7 +24,7 @@ export class Images extends APIResource {
2424
}
2525

2626
/**
27-
* > ⚠️ This endpoint is in [preview](/preview/about-preview).
27+
* > ⚠️ This endpoint is in [public preview](/preview/roadmap).
2828
*
2929
* Retrieve an image by ID. Returns both user-owned and public images.
3030
*/

0 commit comments

Comments
 (0)