@@ -836,7 +836,7 @@ No authorization required
836836
837837## UpdateChannelMetacounterByKey
838838
839- > Object UpdateChannelMetacounterByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
839+ > Dictionary & lt ; string, string & gt ; UpdateChannelMetacounterByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
840840
841841Update a channel metacounter - When updating a specific item of a channel metacounter by its key
842842
@@ -868,7 +868,7 @@ namespace Example
868868 try
869869 {
870870 // Update a channel metacounter - When updating a specific item of a channel metacounter by its key
871- Object result = apiInstance .UpdateChannelMetacounterByKey (apiToken , channelType , channelUrl , key , body );
871+ Dictionary < string , string > result = apiInstance .UpdateChannelMetacounterByKey (apiToken , channelType , channelUrl , key , body );
872872 Debug .WriteLine (result );
873873 }
874874 catch (ApiException e )
@@ -895,7 +895,7 @@ Name | Type | Description | Notes
895895
896896### Return type
897897
898- ** Object **
898+ ** Dictionary<string, string> **
899899
900900### Authorization
901901
@@ -920,7 +920,7 @@ No authorization required
920920
921921## UpdateChannelMetadata
922922
923- > Object UpdateChannelMetadata (string apiToken, string channelType, string channelUrl, UpdateChannelMetadataData updateChannelMetadataData = null)
923+ > Dictionary & lt ; string, string & gt ; UpdateChannelMetadata (string apiToken, string channelType, string channelUrl, UpdateChannelMetadataData updateChannelMetadataData = null)
924924
925925Update a channel metadata - When updating existing items of a channel metadata by their keys or adding new items to the metadata
926926
@@ -951,7 +951,7 @@ namespace Example
951951 try
952952 {
953953 // Update a channel metadata - When updating existing items of a channel metadata by their keys or adding new items to the metadata
954- Object result = apiInstance .UpdateChannelMetadata (apiToken , channelType , channelUrl , updateChannelMetadataData );
954+ Dictionary < string , string > result = apiInstance .UpdateChannelMetadata (apiToken , channelType , channelUrl , updateChannelMetadataData );
955955 Debug .WriteLine (result );
956956 }
957957 catch (ApiException e )
@@ -977,7 +977,7 @@ Name | Type | Description | Notes
977977
978978### Return type
979979
980- ** Object **
980+ ** Dictionary<string, string> **
981981
982982### Authorization
983983
@@ -1002,7 +1002,7 @@ No authorization required
10021002
10031003## UpdateChannelMetadataByKey
10041004
1005- > Object UpdateChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
1005+ > Dictionary & lt ; string, string & gt ; UpdateChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
10061006
10071007Update a channel metadata - When updating a specific item of a channel metadata by its key
10081008
@@ -1034,7 +1034,7 @@ namespace Example
10341034 try
10351035 {
10361036 // Update a channel metadata - When updating a specific item of a channel metadata by its key
1037- Object result = apiInstance .UpdateChannelMetadataByKey (apiToken , channelType , channelUrl , key , body );
1037+ Dictionary < string , string > result = apiInstance .UpdateChannelMetadataByKey (apiToken , channelType , channelUrl , key , body );
10381038 Debug .WriteLine (result );
10391039 }
10401040 catch (ApiException e )
@@ -1061,7 +1061,7 @@ Name | Type | Description | Notes
10611061
10621062### Return type
10631063
1064- ** Object **
1064+ ** Dictionary<string, string> **
10651065
10661066### Authorization
10671067
@@ -1166,7 +1166,7 @@ No authorization required
11661166
11671167## UpdateUserMetadataByKey
11681168
1169- > Object UpdateUserMetadataByKey (string apiToken, string userId, string key, Object body = null)
1169+ > Dictionary & lt ; string, string & gt ; UpdateUserMetadataByKey (string apiToken, string userId, string key, Object body = null)
11701170
11711171Update a user metadata - When updating a specific item of a user metadata by its key
11721172
@@ -1197,7 +1197,7 @@ namespace Example
11971197 try
11981198 {
11991199 // Update a user metadata - When updating a specific item of a user metadata by its key
1200- Object result = apiInstance .UpdateUserMetadataByKey (apiToken , userId , key , body );
1200+ Dictionary < string , string > result = apiInstance .UpdateUserMetadataByKey (apiToken , userId , key , body );
12011201 Debug .WriteLine (result );
12021202 }
12031203 catch (ApiException e )
@@ -1223,7 +1223,7 @@ Name | Type | Description | Notes
12231223
12241224### Return type
12251225
1226- ** Object **
1226+ ** Dictionary<string, string> **
12271227
12281228### Authorization
12291229
@@ -1248,7 +1248,7 @@ No authorization required
12481248
12491249## ViewChannelMetacounter
12501250
1251- > Object ViewChannelMetacounter (string apiToken, string channelType, string channelUrl, string key = null, List<string > keys = null)
1251+ > Dictionary & lt ; string, string & gt ; ViewChannelMetacounter (string apiToken, string channelType, string channelUrl, string key = null, List<string > keys = null)
12521252
12531253View a channel metacounter - When retrieving all items of a channel metacounter
12541254
@@ -1280,7 +1280,7 @@ namespace Example
12801280 try
12811281 {
12821282 // View a channel metacounter - When retrieving all items of a channel metacounter
1283- Object result = apiInstance .ViewChannelMetacounter (apiToken , channelType , channelUrl , key , keys );
1283+ Dictionary < string , string > result = apiInstance .ViewChannelMetacounter (apiToken , channelType , channelUrl , key , keys );
12841284 Debug .WriteLine (result );
12851285 }
12861286 catch (ApiException e )
@@ -1307,7 +1307,7 @@ Name | Type | Description | Notes
13071307
13081308### Return type
13091309
1310- ** Object **
1310+ ** Dictionary<string, string> **
13111311
13121312### Authorization
13131313
@@ -1414,7 +1414,7 @@ No authorization required
14141414
14151415## ViewChannelMetadata
14161416
1417- > Object ViewChannelMetadata (string apiToken, string channelType, string channelUrl, string key = null, List<string > keys = null)
1417+ > Dictionary & lt ; string, string & gt ; ViewChannelMetadata (string apiToken, string channelType, string channelUrl, string key = null, List<string > keys = null)
14181418
14191419View a channel metadata - When retrieving all items of a channel metadata
14201420
@@ -1446,7 +1446,7 @@ namespace Example
14461446 try
14471447 {
14481448 // View a channel metadata - When retrieving all items of a channel metadata
1449- Object result = apiInstance .ViewChannelMetadata (apiToken , channelType , channelUrl , key , keys );
1449+ Dictionary < string , string > result = apiInstance .ViewChannelMetadata (apiToken , channelType , channelUrl , key , keys );
14501450 Debug .WriteLine (result );
14511451 }
14521452 catch (ApiException e )
@@ -1473,7 +1473,7 @@ Name | Type | Description | Notes
14731473
14741474### Return type
14751475
1476- ** Object **
1476+ ** Dictionary<string, string> **
14771477
14781478### Authorization
14791479
@@ -1498,7 +1498,7 @@ No authorization required
14981498
14991499## ViewChannelMetadataByKey
15001500
1501- > Object ViewChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key)
1501+ > Dictionary & lt ; string, string & gt ; ViewChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key)
15021502
15031503View a channel metadata - When retrieving a specific item of a channel metadata by its key
15041504
@@ -1529,7 +1529,7 @@ namespace Example
15291529 try
15301530 {
15311531 // View a channel metadata - When retrieving a specific item of a channel metadata by its key
1532- Object result = apiInstance .ViewChannelMetadataByKey (apiToken , channelType , channelUrl , key );
1532+ Dictionary < string , string > result = apiInstance .ViewChannelMetadataByKey (apiToken , channelType , channelUrl , key );
15331533 Debug .WriteLine (result );
15341534 }
15351535 catch (ApiException e )
@@ -1555,7 +1555,7 @@ Name | Type | Description | Notes
15551555
15561556### Return type
15571557
1558- ** Object **
1558+ ** Dictionary<string, string> **
15591559
15601560### Authorization
15611561
@@ -1662,7 +1662,7 @@ No authorization required
16621662
16631663## ViewUserMetadataByKey
16641664
1665- > Object ViewUserMetadataByKey (string apiToken, string userId, string key)
1665+ > Dictionary & lt ; string, string & gt ; ViewUserMetadataByKey (string apiToken, string userId, string key)
16661666
16671667View a user metadata - When retrieving a specific item of a user metadata by its key
16681668
@@ -1692,7 +1692,7 @@ namespace Example
16921692 try
16931693 {
16941694 // View a user metadata - When retrieving a specific item of a user metadata by its key
1695- Object result = apiInstance .ViewUserMetadataByKey (apiToken , userId , key );
1695+ Dictionary < string , string > result = apiInstance .ViewUserMetadataByKey (apiToken , userId , key );
16961696 Debug .WriteLine (result );
16971697 }
16981698 catch (ApiException e )
@@ -1717,7 +1717,7 @@ Name | Type | Description | Notes
17171717
17181718### Return type
17191719
1720- ** Object **
1720+ ** Dictionary<string, string> **
17211721
17221722### Authorization
17231723
0 commit comments