Skip to content

Commit 5e29d22

Browse files
Merge pull request #29 from sendinblue/feature_updated_swagger_sync
Swagger updates for ab-test campaign functionality
2 parents 2b216de + 3544361 commit 5e29d22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1871
-303
lines changed

docs/AccountApi.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ configuration = sib_api_v3_sdk.Configuration()
2525
configuration.api_key['api-key'] = 'YOUR_API_KEY'
2626
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
2727
# configuration.api_key_prefix['api-key'] = 'Bearer'
28+
# Configure API key authorization: partner-key
29+
configuration = sib_api_v3_sdk.Configuration()
30+
configuration.api_key['partner-key'] = 'YOUR_API_KEY'
31+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
32+
# configuration.api_key_prefix['partner-key'] = 'Bearer'
2833

2934
# create an instance of the API class
3035
api_instance = sib_api_v3_sdk.AccountApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -46,7 +51,7 @@ This endpoint does not need any parameter.
4651

4752
### Authorization
4853

49-
[api-key](../README.md#api-key)
54+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
5055

5156
### HTTP request headers
5257

docs/AttributesApi.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ configuration = sib_api_v3_sdk.Configuration()
2828
configuration.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
3338
api_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()
8388
configuration.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
8898
api_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()
136146
configuration.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
141156
api_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()
184199
configuration.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
189209
api_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

Comments
 (0)