Skip to content

Commit 08ef7c6

Browse files
Merge pull request #28 from sendinblue/feature_updated_swagger_sync
Swagger updates for ab-test campaign functionality
2 parents be923ac + eb35414 commit 08ef7c6

File tree

73 files changed

+1583
-293
lines changed

Some content is hidden

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

73 files changed

+1583
-293
lines changed

docs/AccountApi.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ SibApiV3Sdk.configure do |config|
2222
config.api_key['api-key'] = 'YOUR API KEY'
2323
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2424
#config.api_key_prefix['api-key'] = 'Bearer'
25+
26+
# Configure API key authorization: partner-key
27+
config.api_key['partner-key'] = 'YOUR API KEY'
28+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
29+
#config.api_key_prefix['partner-key'] = 'Bearer'
2530
end
2631

2732
api_instance = SibApiV3Sdk::AccountApi.new
@@ -44,7 +49,7 @@ This endpoint does not need any parameter.
4449

4550
### Authorization
4651

47-
[api-key](../README.md#api-key)
52+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
4853

4954
### HTTP request headers
5055

docs/AttributesApi.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
2833
end
2934

3035
api_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'
8595
end
8696

8797
api_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'
139154
end
140155

141156
api_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'
185205
end
186206

187207
api_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

Comments
 (0)