Skip to content

Commit e302234

Browse files
committed
PATCH: fix declared auth method in openapi
1 parent 7449b19 commit e302234

18 files changed

+2975
-817
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ var ApiKey = defaultClient.authentications['ApiKey'];
108108
ApiKey.apiKey = "YOUR API KEY"
109109
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
110110
//ApiKey.apiKeyPrefix['Authorization'] = "Token"
111+
// Configure OAuth2 access token for authorization: BIMData_Connect
112+
var BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
113+
BIMData_Connect.accessToken = "YOUR ACCESS TOKEN"
114+
// Configure OAuth2 access token for authorization: BIMData_Connect
115+
var BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
116+
BIMData_Connect.accessToken = "YOUR ACCESS TOKEN"
111117
// Configure API key authorization: Bearer
112118
var Bearer = defaultClient.authentications['Bearer'];
113119
Bearer.apiKey = "YOUR API KEY"
@@ -775,6 +781,26 @@ Class | Method | HTTP request | Description
775781

776782

777783

784+
### BIMData_Connect
785+
786+
787+
- **Type**: OAuth
788+
- **Flow**: implicit
789+
- **Authorization URL**: http://fakeurl.bimdata.example/auth/realms/bimdata/protocol/openid-connect/auth
790+
- **Scopes**: N/A
791+
792+
793+
794+
### BIMData_Connect
795+
796+
797+
- **Type**: OAuth
798+
- **Flow**: application
799+
- **Authorization URL**:
800+
- **Scopes**: N/A
801+
802+
803+
778804
### Bearer
779805

780806

docs/BcfApi.md

Lines changed: 441 additions & 63 deletions
Large diffs are not rendered by default.

docs/CollaborationApi.md

Lines changed: 757 additions & 109 deletions
Large diffs are not rendered by default.

docs/ModelApi.md

Lines changed: 1162 additions & 166 deletions
Large diffs are not rendered by default.

docs/SsoApi.md

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
3131
ApiKey.apiKey = 'YOUR API KEY';
3232
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
3333
//ApiKey.apiKeyPrefix = 'Token';
34+
// Configure OAuth2 access token for authorization: BIMData_Connect
35+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
36+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
37+
// Configure OAuth2 access token for authorization: BIMData_Connect
38+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
39+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
3440
// Configure API key authorization: Bearer
3541
let Bearer = defaultClient.authentications['Bearer'];
3642
Bearer.apiKey = 'YOUR API KEY';
@@ -60,7 +66,7 @@ null (empty response body)
6066

6167
### Authorization
6268

63-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
69+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
6470

6571
### HTTP request headers
6672

@@ -86,6 +92,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
8692
ApiKey.apiKey = 'YOUR API KEY';
8793
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
8894
//ApiKey.apiKeyPrefix = 'Token';
95+
// Configure OAuth2 access token for authorization: BIMData_Connect
96+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
97+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
98+
// Configure OAuth2 access token for authorization: BIMData_Connect
99+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
100+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
89101
// Configure API key authorization: Bearer
90102
let Bearer = defaultClient.authentications['Bearer'];
91103
Bearer.apiKey = 'YOUR API KEY';
@@ -115,7 +127,7 @@ Name | Type | Description | Notes
115127

116128
### Authorization
117129

118-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
130+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
119131

120132
### HTTP request headers
121133

@@ -141,6 +153,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
141153
ApiKey.apiKey = 'YOUR API KEY';
142154
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
143155
//ApiKey.apiKeyPrefix = 'Token';
156+
// Configure OAuth2 access token for authorization: BIMData_Connect
157+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
158+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
159+
// Configure OAuth2 access token for authorization: BIMData_Connect
160+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
161+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
144162
// Configure API key authorization: Bearer
145163
let Bearer = defaultClient.authentications['Bearer'];
146164
Bearer.apiKey = 'YOUR API KEY';
@@ -170,7 +188,7 @@ null (empty response body)
170188

171189
### Authorization
172190

173-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
191+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
174192

175193
### HTTP request headers
176194

@@ -196,6 +214,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
196214
ApiKey.apiKey = 'YOUR API KEY';
197215
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
198216
//ApiKey.apiKeyPrefix = 'Token';
217+
// Configure OAuth2 access token for authorization: BIMData_Connect
218+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
219+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
220+
// Configure OAuth2 access token for authorization: BIMData_Connect
221+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
222+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
199223
// Configure API key authorization: Bearer
200224
let Bearer = defaultClient.authentications['Bearer'];
201225
Bearer.apiKey = 'YOUR API KEY';
@@ -225,7 +249,7 @@ null (empty response body)
225249

226250
### Authorization
227251

228-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
252+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
229253

230254
### HTTP request headers
231255

@@ -251,6 +275,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
251275
ApiKey.apiKey = 'YOUR API KEY';
252276
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
253277
//ApiKey.apiKeyPrefix = 'Token';
278+
// Configure OAuth2 access token for authorization: BIMData_Connect
279+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
280+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
281+
// Configure OAuth2 access token for authorization: BIMData_Connect
282+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
283+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
254284
// Configure API key authorization: Bearer
255285
let Bearer = defaultClient.authentications['Bearer'];
256286
Bearer.apiKey = 'YOUR API KEY';
@@ -280,7 +310,7 @@ Name | Type | Description | Notes
280310

281311
### Authorization
282312

283-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
313+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
284314

285315
### HTTP request headers
286316

@@ -306,6 +336,12 @@ let ApiKey = defaultClient.authentications['ApiKey'];
306336
ApiKey.apiKey = 'YOUR API KEY';
307337
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
308338
//ApiKey.apiKeyPrefix = 'Token';
339+
// Configure OAuth2 access token for authorization: BIMData_Connect
340+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
341+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
342+
// Configure OAuth2 access token for authorization: BIMData_Connect
343+
let BIMData_Connect = defaultClient.authentications['BIMData_Connect'];
344+
BIMData_Connect.accessToken = 'YOUR ACCESS TOKEN';
309345
// Configure API key authorization: Bearer
310346
let Bearer = defaultClient.authentications['Bearer'];
311347
Bearer.apiKey = 'YOUR API KEY';
@@ -337,7 +373,7 @@ Name | Type | Description | Notes
337373

338374
### Authorization
339375

340-
[ApiKey](../README.md#ApiKey), [Bearer](../README.md#Bearer)
376+
[ApiKey](../README.md#ApiKey), [BIMData_Connect](../README.md#BIMData_Connect), [BIMData_Connect](../README.md#BIMData_Connect), [Bearer](../README.md#Bearer)
341377

342378
### HTTP request headers
343379

0 commit comments

Comments
 (0)