Skip to content

Commit 43bdc15

Browse files
committed
Aligning scope name with yaml filename.
1 parent 0d4609b commit 43bdc15

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

code/API_definitions/dedicated-network-accesses.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ paths:
2727
operationId: listNetworkAccesses
2828
security:
2929
- openId:
30-
- dedicated-networks:accesses:read
30+
- dedicated-network:accesses:read
3131
parameters:
3232
- name: networkId
3333
in: query
@@ -64,7 +64,7 @@ paths:
6464
operationId: createNetworkAccess
6565
security:
6666
- openId:
67-
- dedicated-networks:access:create
67+
- dedicated-network:access:create
6868
requestBody:
6969
content:
7070
application/json:
@@ -104,7 +104,7 @@ paths:
104104
operationId: readNetworkAccess
105105
security:
106106
- openId:
107-
- dedicated-networks:access:read
107+
- dedicated-network:access:read
108108
parameters:
109109
- name: accessId
110110
in: path
@@ -139,7 +139,7 @@ paths:
139139
operationId: deleteNetworkAccess
140140
security:
141141
- openId:
142-
- dedicated-networks:access:destroy
142+
- dedicated-network:access:destroy
143143
parameters:
144144
- name: accessId
145145
in: path

code/API_definitions/dedicated-network-profiles.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ paths:
2323
operationId: readNetworkProfiles
2424
security:
2525
- openId:
26-
- dedicated-networks:profiles:read
26+
- dedicated-network:profiles:read
2727
parameters:
2828
- $ref: "#/components/parameters/x-correlator"
2929
responses:
@@ -55,7 +55,7 @@ paths:
5555
operationId: readNetworkProfile
5656
security:
5757
- openId:
58-
- dedicated-networks:profile:read
58+
- dedicated-network:profile:read
5959
parameters:
6060
- name: profileId
6161
in: path

code/API_definitions/dedicated-network.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ paths:
2626
operationId: listNetworks
2727
security:
2828
- openId:
29-
- dedicated-networks:networks:read
29+
- dedicated-network:networks:read
3030
parameters:
3131
- $ref: "#/components/parameters/x-correlator"
3232
responses:
@@ -57,7 +57,7 @@ paths:
5757
operationId: createNetwork
5858
security:
5959
- openId:
60-
- dedicated-networks:network:create
60+
- dedicated-network:network:create
6161
requestBody:
6262
required: true
6363
content:
@@ -145,7 +145,7 @@ paths:
145145
operationId: readNetwork
146146
security:
147147
- openId:
148-
- dedicated-networks:network:read
148+
- dedicated-network:network:read
149149
parameters:
150150
- name: networkId
151151
in: path
@@ -171,7 +171,7 @@ paths:
171171
operationId: deleteNetwork
172172
security:
173173
- openId:
174-
- dedicated-networks:network:destroy
174+
- dedicated-network:network:destroy
175175
parameters:
176176
- name: networkId
177177
in: path

0 commit comments

Comments
 (0)