File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 81f143f4bee47ae7b0b8357551babadf
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments