Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 10, 2024
1 parent 33b9a3a commit 9187feb
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 @@ -348,6 +348,11 @@ export interface RouteTimeseriesParams {
*/
format?: 'JSON' | 'CSV';

/**
* Include data delay meta information
*/
includeDelay?: boolean;

/**
* Location Alpha2 code.
*/
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',
includeDelay: true,
location: 'US',
},
{ path: '/_stainless_unknown_path' },
Expand Down

0 comments on commit 9187feb

Please sign in to comment.