Skip to content

Commit b4ea698

Browse files
committed
Sync up with the latest openapi specification changes
1 parent 57c9f40 commit b4ea698

File tree

135 files changed

+7722
-3869
lines changed

Some content is hidden

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

135 files changed

+7722
-3869
lines changed

.openapi-generator/FILES

Lines changed: 27 additions & 323 deletions
Large diffs are not rendered by default.

docs/AddReactionToAMessageResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**success** | **bool** | | [optional]
1010
**reaction** | **str** | | [optional]
1111
**updated_at** | **float** | | [optional]
12+
**msg_id** | **float** | | [optional]
1213
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1314

1415
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/AddRegistrationOrDeviceTokenResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**token** | **str** | | [optional]
7+
**tokens** | **[str]** | | [optional]
8+
**token** | **[str]** | | [optional]
89
**type** | **str** | | [optional]
910
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
1011
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

docs/AdvancedAnalyticsApi.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Method | HTTP request | Description
88

99

1010
# **retrieve_advanced_analytics_metrics**
11-
> RetrieveAdvancedAnalyticsMetricsResponse retrieve_advanced_analytics_metrics()
11+
> RetrieveAdvancedAnalyticsMetricsResponse retrieve_advanced_analytics_metrics(api_token)
1212
1313
Retrieve Advanced analytics metrics
1414

@@ -34,13 +34,12 @@ configuration = sendbird_platform_sdk.Configuration(
3434
with sendbird_platform_sdk.ApiClient() as api_client:
3535
# Create an instance of the API class
3636
api_instance = advanced_analytics_api.AdvancedAnalyticsApi(api_client)
37-
api_token = "{{API_TOKEN}}" # str | (optional)
37+
api_token = "{{API_TOKEN}}" # str |
3838

3939
# example passing only required values which don't have defaults set
40-
# and optional values
4140
try:
4241
# Retrieve Advanced analytics metrics
43-
api_response = api_instance.retrieve_advanced_analytics_metrics(api_token=api_token)
42+
api_response = api_instance.retrieve_advanced_analytics_metrics(api_token)
4443
pprint(api_response)
4544
except sendbird_platform_sdk.ApiException as e:
4645
print("Exception when calling AdvancedAnalyticsApi->retrieve_advanced_analytics_metrics: %s\n" % e)
@@ -51,7 +50,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
5150

5251
Name | Type | Description | Notes
5352
------------- | ------------- | ------------- | -------------
54-
**api_token** | **str**| | [optional]
53+
**api_token** | **str**| |
5554

5655
### Return type
5756

docs/AnnouncementsApi.md

Lines changed: 71 additions & 76 deletions
Large diffs are not rendered by default.

docs/ApplicationApi.md

Lines changed: 173 additions & 186 deletions
Large diffs are not rendered by default.

docs/BlockUserResponse.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **SendBirdUser** | |
7+
**users** | **[str]** | | [optional]
8+
**next** | **str** | | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
810

911
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1012

0 commit comments

Comments
 (0)