Skip to content

Commit 4ed6cbf

Browse files
OAS Update
1 parent 6708447 commit 4ed6cbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

services/vpn/v1alpha1/vpn.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@
11691169
"summary": "List VPN gateways in a project.",
11701170
"x-stackit-authorization": {
11711171
"actions": [
1172-
"vpn.instance.list"
1172+
"vpn.gateway.list"
11731173
],
11741174
"resource-id": "projectId",
11751175
"resource-id-type": "dynamic",
@@ -1237,7 +1237,7 @@
12371237
"summary": "Create a VPN gateway in a project.",
12381238
"x-stackit-authorization": {
12391239
"actions": [
1240-
"vpn.instance.create"
1240+
"vpn.gateway.create"
12411241
],
12421242
"resource-id": "projectId",
12431243
"resource-id-type": "dynamic",
@@ -1295,7 +1295,7 @@
12951295
"summary": "Delete a existing VPN gateway in a project.",
12961296
"x-stackit-authorization": {
12971297
"actions": [
1298-
"vpn.instance.delete"
1298+
"vpn.gateway.delete"
12991299
],
13001300
"resource-id": "projectId",
13011301
"resource-id-type": "dynamic",
@@ -1361,7 +1361,7 @@
13611361
"summary": "Get details of a VPN instance in a project.",
13621362
"x-stackit-authorization": {
13631363
"actions": [
1364-
"vpn.instance.get"
1364+
"vpn.gateway.get"
13651365
],
13661366
"resource-id": "projectId",
13671367
"resource-id-type": "dynamic",
@@ -1437,7 +1437,7 @@
14371437
"summary": "Update a VPN gateway in a project.",
14381438
"x-stackit-authorization": {
14391439
"actions": [
1440-
"vpn.instance.update"
1440+
"vpn.gateway.update"
14411441
],
14421442
"resource-id": "projectId",
14431443
"resource-id-type": "dynamic",
@@ -1950,7 +1950,7 @@
19501950
"summary": "Get the status of a VPN gateway in a project.",
19511951
"x-stackit-authorization": {
19521952
"actions": [
1953-
"vpn.status.get"
1953+
"vpn.gateway.status.get"
19541954
],
19551955
"resource-id": "projectId",
19561956
"resource-id-type": "dynamic",

0 commit comments

Comments
 (0)