Skip to content

Commit dcb4323

Browse files
feat(api): api update (#516)
1 parent d61c80d commit dcb4323

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 37
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-d84dfa83575ab69d557d177944a1fa6146ad9fdd6fc555f6bb352a48f6a1daa0.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-fdb8597c76fe77a92ca60e29d54dc0cc907861b822a699ed026232f758d5eaee.yml

tests/api-resources/projects/files.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('resource files', () => {
2727
const response = await client.projects.files.retrieve('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', 'path', {
2828
limit: 1,
2929
offset: 0,
30-
branch_id: 'branch_id',
30+
branch_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
3131
version: 0,
3232
});
3333
});
@@ -50,7 +50,7 @@ describe('resource files', () => {
5050
const response = await client.projects.files.list('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', {
5151
limit: 1,
5252
offset: 0,
53-
branch_id: 'branch_id',
53+
branch_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
5454
recursive: true,
5555
version: 0,
5656
});
@@ -72,7 +72,7 @@ describe('resource files', () => {
7272
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
7373
'path',
7474
{
75-
branch_id: 'branch_id',
75+
branch_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
7676
version: 0,
7777
'Cache-Control': 'Cache-Control',
7878
'If-Match': 'If-Match',

0 commit comments

Comments
 (0)