File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change 2
2
"/apis/{fqdn}/v1/{resource}" : {
3
3
"get" : {
4
4
"operationId" : " listThirdPartyResource" ,
5
- "security" : [
6
- {
7
- "Bearer" : [
8
-
9
- ]
10
- }
11
- ],
12
5
"summary" : " Gets Resources" ,
13
6
"description" : " Returns a list of Resources" ,
14
7
"tags" : [
50
43
"/apis/{fqdn}/v1/namespaces/{namespace}/{resource}" : {
51
44
"post" : {
52
45
"operationId" : " createThirdPartyResource" ,
53
- "security" : [
54
- {
55
- "Bearer" : [
56
-
57
- ]
58
- }
59
- ],
60
46
"summary" : " Create a Resource" ,
61
47
"description" : " Creates a third party resource of the type specified" ,
62
48
"tags" : [
107
93
"/apis/{fqdn}/v1/namespaces/{namespace}/{resource}/{name}" : {
108
94
"get" : {
109
95
"operationId" : " getThirdPartyResource" ,
110
- "security" : [
111
- {
112
- "Bearer" : [
113
-
114
- ]
115
- }
116
- ],
117
96
"summary" : " Gets a specific Resource" ,
118
97
"description" : " Returns a specific Resource in a namespace" ,
119
98
"tags" : [
160
139
},
161
140
"delete" : {
162
141
"operationId" : " deleteThirdPartyResource" ,
163
- "security" : [
164
- {
165
- "Bearer" : [
166
-
167
- ]
168
- }
169
- ],
170
142
"summary" : " Deletes a specific Resource" ,
171
143
"description" : " Deletes the specified Resource in the specified namespace" ,
172
144
"tags" : [
214
186
},
215
187
"put" : {
216
188
"operationId" : " updateThirdPartyResource" ,
217
- "security" : [
218
- {
219
- "Bearer" : [
220
-
221
- ]
222
- }
223
- ],
224
189
"summary" : " Update a Resource" ,
225
190
"description" : " Update the specified third party resource of the type specified" ,
226
191
"tags" : [
268
233
}
269
234
}
270
235
}
271
- }
236
+ }
You can’t perform that action at this time.
0 commit comments