Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Mar 28, 2024
1 parent 4445335 commit 8eb9151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/radar/bgp/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ export interface RouteTimeseriesParams {
* Format results are returned in.
*/
format?: 'JSON' | 'CSV';

/**
* Location Alpha2 code.
*/
location?: string;
}

export namespace Routes {
Expand Down
1 change: 1 addition & 0 deletions tests/api-resources/radar/bgp/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ describe('resource routes', () => {
dateRange: '7d',
dateStart: '2023-09-01T11:41:33.782Z',
format: 'JSON',
location: 'US',
},
{ path: '/_stainless_unknown_path' },
),
Expand Down

0 comments on commit 8eb9151

Please sign in to comment.