File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 27
27
operationId : listNetworkAccesses
28
28
security :
29
29
- openId :
30
- - dedicated-networks :accesses:read
30
+ - dedicated-network :accesses:read
31
31
parameters :
32
32
- name : networkId
33
33
in : query
64
64
operationId : createNetworkAccess
65
65
security :
66
66
- openId :
67
- - dedicated-networks :access:create
67
+ - dedicated-network :access:create
68
68
requestBody :
69
69
content :
70
70
application/json :
@@ -104,7 +104,7 @@ paths:
104
104
operationId : readNetworkAccess
105
105
security :
106
106
- openId :
107
- - dedicated-networks :access:read
107
+ - dedicated-network :access:read
108
108
parameters :
109
109
- name : accessId
110
110
in : path
@@ -139,7 +139,7 @@ paths:
139
139
operationId : deleteNetworkAccess
140
140
security :
141
141
- openId :
142
- - dedicated-networks :access:destroy
142
+ - dedicated-network :access:destroy
143
143
parameters :
144
144
- name : accessId
145
145
in : path
Original file line number Diff line number Diff line change 23
23
operationId : readNetworkProfiles
24
24
security :
25
25
- openId :
26
- - dedicated-networks :profiles:read
26
+ - dedicated-network :profiles:read
27
27
parameters :
28
28
- $ref : " #/components/parameters/x-correlator"
29
29
responses :
55
55
operationId : readNetworkProfile
56
56
security :
57
57
- openId :
58
- - dedicated-networks :profile:read
58
+ - dedicated-network :profile:read
59
59
parameters :
60
60
- name : profileId
61
61
in : path
Original file line number Diff line number Diff line change 26
26
operationId : listNetworks
27
27
security :
28
28
- openId :
29
- - dedicated-networks :networks:read
29
+ - dedicated-network :networks:read
30
30
parameters :
31
31
- $ref : " #/components/parameters/x-correlator"
32
32
responses :
57
57
operationId : createNetwork
58
58
security :
59
59
- openId :
60
- - dedicated-networks :network:create
60
+ - dedicated-network :network:create
61
61
requestBody :
62
62
required : true
63
63
content :
@@ -145,7 +145,7 @@ paths:
145
145
operationId : readNetwork
146
146
security :
147
147
- openId :
148
- - dedicated-networks :network:read
148
+ - dedicated-network :network:read
149
149
parameters :
150
150
- name : networkId
151
151
in : path
@@ -171,7 +171,7 @@ paths:
171
171
operationId : deleteNetwork
172
172
security :
173
173
- openId :
174
- - dedicated-networks :network:destroy
174
+ - dedicated-network :network:destroy
175
175
parameters :
176
176
- name : networkId
177
177
in : path
You can’t perform that action at this time.
0 commit comments