@@ -28,6 +28,11 @@ configuration = sib_api_v3_sdk.Configuration()
2828configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
2929# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
3030# configuration.api_key_prefix['api-key'] = 'Bearer'
31+ # Configure API key authorization: partner-key
32+ configuration = sib_api_v3_sdk.Configuration()
33+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
34+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
35+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
3136
3237# create an instance of the API class
3338api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -56,7 +61,7 @@ void (empty response body)
5661
5762### Authorization
5863
59- [ api-key] ( ../README.md#api-key )
64+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
6065
6166### HTTP request headers
6267
@@ -83,6 +88,11 @@ configuration = sib_api_v3_sdk.Configuration()
8388configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
8489# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
8590# configuration.api_key_prefix['api-key'] = 'Bearer'
91+ # Configure API key authorization: partner-key
92+ configuration = sib_api_v3_sdk.Configuration()
93+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
94+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
95+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
8696
8797# create an instance of the API class
8898api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -109,7 +119,7 @@ void (empty response body)
109119
110120### Authorization
111121
112- [ api-key] ( ../README.md#api-key )
122+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
113123
114124### HTTP request headers
115125
@@ -136,6 +146,11 @@ configuration = sib_api_v3_sdk.Configuration()
136146configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
137147# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
138148# configuration.api_key_prefix['api-key'] = 'Bearer'
149+ # Configure API key authorization: partner-key
150+ configuration = sib_api_v3_sdk.Configuration()
151+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
152+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
153+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
139154
140155# create an instance of the API class
141156api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -157,7 +172,7 @@ This endpoint does not need any parameter.
157172
158173### Authorization
159174
160- [ api-key] ( ../README.md#api-key )
175+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
161176
162177### HTTP request headers
163178
@@ -184,6 +199,11 @@ configuration = sib_api_v3_sdk.Configuration()
184199configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
185200# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
186201# configuration.api_key_prefix['api-key'] = 'Bearer'
202+ # Configure API key authorization: partner-key
203+ configuration = sib_api_v3_sdk.Configuration()
204+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
205+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
206+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
187207
188208# create an instance of the API class
189209api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -212,7 +232,7 @@ void (empty response body)
212232
213233### Authorization
214234
215- [ api-key] ( ../README.md#api-key )
235+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
216236
217237### HTTP request headers
218238
0 commit comments