Skip to content

Commit 02ebd02

Browse files
authored
LBAAS-3995: add project id to nat gateway open api spec (#1101)
1 parent b9d98ea commit 02ebd02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specification/resources/vpc_nat_gateways/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ vpc_nat_gateway_create_request:
99
udp_timeout_seconds: 30
1010
icmp_timeout_seconds: 30
1111
tcp_timeout_seconds: 30
12+
project_id: "9cc10173-e9ea-4176-9dbc-a4cee4c4ff30"
1213

1314
vpc_nat_gateway_update_request:
1415
value:

specification/resources/vpc_nat_gateways/responses/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ vpc_nat_gateways:
1818
tcp_timeout_seconds: 30
1919
created_at: "2025-08-12T18:43:14Z"
2020
updated_at: "2025-08-12T19:00:04Z"
21+
project_id: "9cc10173-e9ea-4176-9dbc-a4cee4c4ff30"
2122
links:
2223
pages:
2324
meta:

0 commit comments

Comments
 (0)