Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 24, 2024
1 parent 641facb commit 2af108f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/resources/magic-transit/ipsec-tunnels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ export namespace IPSECTunnelCreateResponse {
created_on?: string;

/**
* The IP address assigned to the customer side of the IPsec tunnel.
* The IP address assigned to the customer side of the IPsec tunnel. Not required,
* but must be set for proactive traceroutes to work.
*/
customer_endpoint?: string;

Expand Down Expand Up @@ -267,7 +268,8 @@ export namespace IPSECTunnelListResponse {
created_on?: string;

/**
* The IP address assigned to the customer side of the IPsec tunnel.
* The IP address assigned to the customer side of the IPsec tunnel. Not required,
* but must be set for proactive traceroutes to work.
*/
customer_endpoint?: string;

Expand Down Expand Up @@ -397,6 +399,7 @@ export interface IPSECTunnelCreateParams {

/**
* Body param: The IP address assigned to the customer side of the IPsec tunnel.
* Not required, but must be set for proactive traceroutes to work.
*/
customer_endpoint?: string;

Expand Down Expand Up @@ -486,6 +489,7 @@ export interface IPSECTunnelUpdateParams {

/**
* Body param: The IP address assigned to the customer side of the IPsec tunnel.
* Not required, but must be set for proactive traceroutes to work.
*/
customer_endpoint?: string;

Expand Down

0 comments on commit 2af108f

Please sign in to comment.