@@ -25,6 +25,11 @@ SibApiV3Sdk.configure do |config|
2525 config.api_key[' api-key' ] = ' YOUR API KEY'
2626 # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2727 # config.api_key_prefix['api-key'] = 'Bearer'
28+
29+ # Configure API key authorization: partner-key
30+ config.api_key[' partner-key' ] = ' YOUR API KEY'
31+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
32+ # config.api_key_prefix['partner-key'] = 'Bearer'
2833end
2934
3035api_instance = SibApiV3Sdk ::AttributesApi .new
@@ -58,7 +63,7 @@ nil (empty response body)
5863
5964### Authorization
6065
61- [ api-key] ( ../README.md#api-key )
66+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
6267
6368### HTTP request headers
6469
@@ -82,6 +87,11 @@ SibApiV3Sdk.configure do |config|
8287 config.api_key[' api-key' ] = ' YOUR API KEY'
8388 # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
8489 # config.api_key_prefix['api-key'] = 'Bearer'
90+
91+ # Configure API key authorization: partner-key
92+ config.api_key[' partner-key' ] = ' YOUR API KEY'
93+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
94+ # config.api_key_prefix['partner-key'] = 'Bearer'
8595end
8696
8797api_instance = SibApiV3Sdk ::AttributesApi .new
@@ -112,7 +122,7 @@ nil (empty response body)
112122
113123### Authorization
114124
115- [ api-key] ( ../README.md#api-key )
125+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
116126
117127### HTTP request headers
118128
@@ -136,6 +146,11 @@ SibApiV3Sdk.configure do |config|
136146 config.api_key[' api-key' ] = ' YOUR API KEY'
137147 # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
138148 # config.api_key_prefix['api-key'] = 'Bearer'
149+
150+ # Configure API key authorization: partner-key
151+ config.api_key[' partner-key' ] = ' YOUR API KEY'
152+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
153+ # config.api_key_prefix['partner-key'] = 'Bearer'
139154end
140155
141156api_instance = SibApiV3Sdk ::AttributesApi .new
@@ -158,7 +173,7 @@ This endpoint does not need any parameter.
158173
159174### Authorization
160175
161- [ api-key] ( ../README.md#api-key )
176+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
162177
163178### HTTP request headers
164179
@@ -182,6 +197,11 @@ SibApiV3Sdk.configure do |config|
182197 config.api_key[' api-key' ] = ' YOUR API KEY'
183198 # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
184199 # config.api_key_prefix['api-key'] = 'Bearer'
200+
201+ # Configure API key authorization: partner-key
202+ config.api_key[' partner-key' ] = ' YOUR API KEY'
203+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
204+ # config.api_key_prefix['partner-key'] = 'Bearer'
185205end
186206
187207api_instance = SibApiV3Sdk ::AttributesApi .new
@@ -215,7 +235,7 @@ nil (empty response body)
215235
216236### Authorization
217237
218- [ api-key] ( ../README.md#api-key )
238+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
219239
220240### HTTP request headers
221241
0 commit comments