Skip to content

Commit 2c87cc6

Browse files
feat: Neil/kernel 1052 deployments list endpoint
1 parent d9b5c10 commit 2c87cc6

3 files changed

Lines changed: 8 additions & 2 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: 101
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-586ddc36cd621b3705138de66a0e7d28d1c1485064aa85ce09ce24edb50003ef.yml
3-
openapi_spec_hash: 8e8d4bd31e4920303e7ec9ce313fb1ec
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-a935c8aae21f8ddb83ea5e289034df12cbde88d432fa2b287629814bb3f58bb6.yml
3+
openapi_spec_hash: df3189b9728372f01662a19c060bcbc5
44
config_hash: 81f143f4bee47ae7b0b8357551babadf

src/resources/apps.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export interface AppListParams extends OffsetPaginationParams {
6565
*/
6666
app_name?: string;
6767

68+
/**
69+
* Search apps by name.
70+
*/
71+
query?: string;
72+
6873
/**
6974
* Filter results by version label.
7075
*/

tests/api-resources/apps.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('resource apps', () => {
2929
app_name: 'app_name',
3030
limit: 1,
3131
offset: 0,
32+
query: 'query',
3233
version: 'version',
3334
},
3435
{ path: '/_stainless_unknown_path' },

0 commit comments

Comments
 (0)