fastcomments 1.2.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1089) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -9
  3. data/client/README.md +164 -102
  4. data/client/docs/APIBanUserChangeLog.md +24 -0
  5. data/client/docs/APIBanUserChangedValues.md +42 -0
  6. data/client/docs/APIBannedUser.md +42 -0
  7. data/client/docs/APIBannedUserWithMultiMatchInfo.md +34 -0
  8. data/client/docs/APIComment.md +2 -2
  9. data/client/docs/APICommentBase.md +2 -2
  10. data/client/docs/APICommentCommonBannedUser.md +32 -0
  11. data/client/docs/APIModerateGetUserBanPreferencesResponse.md +20 -0
  12. data/client/docs/APIModerateUserBanPreferences.md +24 -0
  13. data/client/docs/{SaveCommentResponse.md → APISaveCommentResponse.md} +3 -3
  14. data/client/docs/AddDomainConfigResponse.md +24 -0
  15. data/client/docs/{AddDomainConfig200ResponseAnyOf.md → AddDomainConfigResponseAnyOf.md} +2 -2
  16. data/client/docs/AdjustCommentVotesParams.md +18 -0
  17. data/client/docs/AdjustVotesResponse.md +20 -0
  18. data/client/docs/AggregateResponse.md +28 -0
  19. data/client/docs/{AddDomainConfig200Response.md → AggregationAPIError.md} +6 -6
  20. data/client/docs/AwardUserBadgeResponse.md +22 -0
  21. data/client/docs/BanUserFromCommentResult.md +24 -0
  22. data/client/docs/BanUserUndoParams.md +18 -0
  23. data/client/docs/BannedUserMatch.md +20 -0
  24. data/client/docs/{RecordStringStringOrNumberValue.md → BannedUserMatchMatchedOnValue.md} +2 -2
  25. data/client/docs/BannedUserMatchType.md +15 -0
  26. data/client/docs/BuildModerationFilterParams.md +26 -0
  27. data/client/docs/BuildModerationFilterResponse.md +20 -0
  28. data/client/docs/BulkCreateHashTagsResponse.md +1 -1
  29. data/client/docs/{PatchHashTag200Response.md → BulkCreateHashTagsResponseResultsInner.md} +5 -5
  30. data/client/docs/BulkPreBanParams.md +18 -0
  31. data/client/docs/BulkPreBanSummary.md +28 -0
  32. data/client/docs/CommentData.md +4 -2
  33. data/client/docs/CommentLogData.md +2 -0
  34. data/client/docs/CommentsByIdsParams.md +18 -0
  35. data/client/docs/CreateCommentParams.md +3 -1
  36. data/client/docs/CreateTenantPackageBody.md +4 -4
  37. data/client/docs/CreateV1PageReact.md +20 -0
  38. data/client/docs/CustomConfigParameters.md +10 -0
  39. data/client/docs/DefaultApi.md +422 -426
  40. data/client/docs/{DeleteDomainConfig200Response.md → DeleteDomainConfigResponse.md} +2 -2
  41. data/client/docs/{DeleteFeedPostPublic200ResponseAnyOf.md → DeleteFeedPostPublicResponse.md} +2 -2
  42. data/client/docs/{DeleteHashTagRequest.md → DeleteHashTagRequestBody.md} +2 -2
  43. data/client/docs/FComment.md +3 -1
  44. data/client/docs/GetBannedUsersCountResponse.md +20 -0
  45. data/client/docs/GetBannedUsersFromCommentResponse.md +22 -0
  46. data/client/docs/GetCommentBanStatusResponse.md +22 -0
  47. data/client/docs/GetCommentTextResponse.md +20 -0
  48. data/client/docs/GetCommentsForUserResponse.md +18 -0
  49. data/client/docs/{GetDomainConfig200Response.md → GetDomainConfigResponse.md} +5 -5
  50. data/client/docs/{GetDomainConfigs200Response.md → GetDomainConfigsResponse.md} +5 -5
  51. data/client/docs/{GetDomainConfigs200ResponseAnyOf.md → GetDomainConfigsResponseAnyOf.md} +2 -2
  52. data/client/docs/{GetDomainConfigs200ResponseAnyOf1.md → GetDomainConfigsResponseAnyOf1.md} +2 -2
  53. data/client/docs/GetGifsSearchResponse.md +22 -0
  54. data/client/docs/GetGifsTrendingResponse.md +22 -0
  55. data/client/docs/GetPublicPagesResponse.md +22 -0
  56. data/client/docs/{GetSSOUsers200Response.md → GetSSOUsersResponse.md} +2 -2
  57. data/client/docs/GetTenantManualBadgesResponse.md +20 -0
  58. data/client/docs/GetTranslationsResponse.md +20 -0
  59. data/client/docs/GetUserInternalProfileResponse.md +20 -0
  60. data/client/docs/GetUserInternalProfileResponseProfile.md +50 -0
  61. data/client/docs/GetUserManualBadgesResponse.md +20 -0
  62. data/client/docs/GetUserTrustFactorResponse.md +22 -0
  63. data/client/docs/GetV1PageLikes.md +26 -0
  64. data/client/docs/GetV2PageReactUsersResponse.md +20 -0
  65. data/client/docs/GetV2PageReacts.md +22 -0
  66. data/client/docs/GifGetLargeResponse.md +20 -0
  67. data/client/docs/GifSearchInternalError.md +20 -0
  68. data/client/docs/GifSearchResponse.md +20 -0
  69. data/client/docs/GifSearchResponseImagesInnerInner.md +15 -0
  70. data/client/docs/HeaderAccountNotification.md +3 -1
  71. data/client/docs/ImportedAgentApprovalNotificationFrequency.md +15 -0
  72. data/client/docs/LiveEvent.md +2 -0
  73. data/client/docs/ModerationAPIChildCommentsResponse.md +20 -0
  74. data/client/docs/ModerationAPIComment.md +100 -0
  75. data/client/docs/ModerationAPICommentLog.md +24 -0
  76. data/client/docs/ModerationAPICommentResponse.md +20 -0
  77. data/client/docs/ModerationAPICountCommentsResponse.md +20 -0
  78. data/client/docs/ModerationAPIGetCommentIdsResponse.md +22 -0
  79. data/client/docs/ModerationAPIGetCommentsResponse.md +24 -0
  80. data/client/docs/ModerationAPIGetLogsResponse.md +20 -0
  81. data/client/docs/ModerationApi.md +3098 -0
  82. data/client/docs/ModerationCommentSearchResponse.md +20 -0
  83. data/client/docs/ModerationExportResponse.md +20 -0
  84. data/client/docs/ModerationExportStatusResponse.md +24 -0
  85. data/client/docs/ModerationFilter.md +40 -0
  86. data/client/docs/ModerationPageSearchProjected.md +24 -0
  87. data/client/docs/ModerationPageSearchResponse.md +20 -0
  88. data/client/docs/ModerationSiteSearchProjected.md +20 -0
  89. data/client/docs/ModerationSiteSearchResponse.md +20 -0
  90. data/client/docs/ModerationSuggestResponse.md +24 -0
  91. data/client/docs/ModerationUserSearchProjected.md +24 -0
  92. data/client/docs/ModerationUserSearchResponse.md +20 -0
  93. data/client/docs/PageUserEntry.md +24 -0
  94. data/client/docs/PageUsersInfoResponse.md +20 -0
  95. data/client/docs/PageUsersOfflineResponse.md +24 -0
  96. data/client/docs/PageUsersOnlineResponse.md +28 -0
  97. data/client/docs/PagesSortBy.md +15 -0
  98. data/client/docs/PatchDomainConfigResponse.md +24 -0
  99. data/client/docs/PostRemoveCommentApiResponse.md +20 -0
  100. data/client/docs/PreBanSummary.md +22 -0
  101. data/client/docs/PublicApi.md +1569 -385
  102. data/client/docs/PublicPage.md +26 -0
  103. data/client/docs/PutDomainConfigResponse.md +24 -0
  104. data/client/docs/RemoveCommentActionResponse.md +20 -0
  105. data/client/docs/RemoveUserBadgeResponse.md +20 -0
  106. data/client/docs/{SaveComment200Response.md → SaveCommentsBulkResponse.md} +6 -6
  107. data/client/docs/SearchUsersResult.md +22 -0
  108. data/client/docs/SetCommentApprovedResponse.md +20 -0
  109. data/client/docs/SetCommentTextParams.md +18 -0
  110. data/client/docs/SetCommentTextResponse.md +20 -0
  111. data/client/docs/SetUserTrustFactorResponse.md +20 -0
  112. data/client/docs/TenantBadge.md +58 -0
  113. data/client/docs/TenantPackage.md +15 -1
  114. data/client/docs/UpdateUserNotificationCommentSubscriptionStatusResponse.md +24 -0
  115. data/client/docs/UpdateUserNotificationPageSubscriptionStatusResponse.md +24 -0
  116. data/client/docs/UpdateUserNotificationStatusResponse.md +24 -0
  117. data/client/docs/User.md +2 -0
  118. data/client/docs/UsersListLocation.md +15 -0
  119. data/client/fastcomments-client.gemspec +1 -1
  120. data/client/lib/fastcomments-client/api/default_api.rb +419 -397
  121. data/client/lib/fastcomments-client/api/moderation_api.rb +3162 -0
  122. data/client/lib/fastcomments-client/api/public_api.rb +1497 -311
  123. data/client/lib/fastcomments-client/api_client.rb +1 -1
  124. data/client/lib/fastcomments-client/api_error.rb +1 -1
  125. data/client/lib/fastcomments-client/api_model_base.rb +1 -1
  126. data/client/lib/fastcomments-client/configuration.rb +1 -1
  127. data/client/lib/fastcomments-client/models/add_domain_config_params.rb +1 -1
  128. data/client/lib/fastcomments-client/models/add_domain_config_response.rb +103 -0
  129. data/client/lib/fastcomments-client/models/{add_domain_config200_response_any_of.rb → add_domain_config_response_any_of.rb} +4 -4
  130. data/client/lib/fastcomments-client/models/add_page_api_response.rb +1 -1
  131. data/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +1 -1
  132. data/client/lib/fastcomments-client/models/adjust_comment_votes_params.rb +164 -0
  133. data/client/lib/fastcomments-client/models/adjust_votes_response.rb +190 -0
  134. data/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +1 -1
  135. data/client/lib/fastcomments-client/models/{block_from_comment_public200_response.rb → aggregate_response.rb} +4 -4
  136. data/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +1 -1
  137. data/client/lib/fastcomments-client/models/aggregation_api_error.rb +249 -0
  138. data/client/lib/fastcomments-client/models/aggregation_item.rb +1 -1
  139. data/client/lib/fastcomments-client/models/aggregation_op_type.rb +1 -1
  140. data/client/lib/fastcomments-client/models/aggregation_operation.rb +1 -1
  141. data/client/lib/fastcomments-client/models/aggregation_request.rb +1 -1
  142. data/client/lib/fastcomments-client/models/aggregation_request_sort.rb +1 -1
  143. data/client/lib/fastcomments-client/models/aggregation_response.rb +1 -1
  144. data/client/lib/fastcomments-client/models/aggregation_response_stats.rb +1 -1
  145. data/client/lib/fastcomments-client/models/aggregation_value.rb +1 -1
  146. data/client/lib/fastcomments-client/models/api_audit_log.rb +1 -1
  147. data/client/lib/fastcomments-client/models/api_ban_user_change_log.rb +176 -0
  148. data/client/lib/fastcomments-client/models/api_ban_user_changed_values.rb +260 -0
  149. data/client/lib/fastcomments-client/models/api_banned_user.rb +381 -0
  150. data/client/lib/fastcomments-client/models/api_banned_user_with_multi_match_info.rb +302 -0
  151. data/client/lib/fastcomments-client/models/api_comment.rb +17 -17
  152. data/client/lib/fastcomments-client/models/api_comment_base.rb +17 -17
  153. data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +1 -1
  154. data/client/lib/fastcomments-client/models/api_comment_common_banned_user.rb +267 -0
  155. data/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +1 -1
  156. data/client/lib/fastcomments-client/models/api_domain_configuration.rb +1 -1
  157. data/client/lib/fastcomments-client/models/api_empty_response.rb +1 -1
  158. data/client/lib/fastcomments-client/models/api_empty_success_response.rb +1 -1
  159. data/client/lib/fastcomments-client/models/api_error.rb +1 -1
  160. data/client/lib/fastcomments-client/models/api_get_comment_response.rb +1 -1
  161. data/client/lib/fastcomments-client/models/api_get_comments_response.rb +1 -1
  162. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +1 -1
  163. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +1 -1
  164. data/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +1 -1
  165. data/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +1 -1
  166. data/client/lib/fastcomments-client/models/api_moderate_get_user_ban_preferences_response.rb +198 -0
  167. data/client/lib/fastcomments-client/models/api_moderate_user_ban_preferences.rb +242 -0
  168. data/client/lib/fastcomments-client/models/api_page.rb +1 -1
  169. data/client/lib/fastcomments-client/models/{save_comment_response.rb → api_save_comment_response.rb} +5 -5
  170. data/client/lib/fastcomments-client/models/api_status.rb +1 -1
  171. data/client/lib/fastcomments-client/models/api_tenant.rb +1 -1
  172. data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +1 -1
  173. data/client/lib/fastcomments-client/models/api_ticket.rb +1 -1
  174. data/client/lib/fastcomments-client/models/api_ticket_detail.rb +1 -1
  175. data/client/lib/fastcomments-client/models/api_ticket_file.rb +1 -1
  176. data/client/lib/fastcomments-client/models/api_user_subscription.rb +1 -1
  177. data/client/lib/fastcomments-client/models/apisso_user.rb +1 -1
  178. data/client/lib/fastcomments-client/models/award_user_badge_response.rb +208 -0
  179. data/client/lib/fastcomments-client/models/ban_user_from_comment_result.rb +191 -0
  180. data/client/lib/fastcomments-client/models/ban_user_undo_params.rb +164 -0
  181. data/client/lib/fastcomments-client/models/banned_user_match.rb +198 -0
  182. data/client/lib/fastcomments-client/models/{record_string_string_or_number_value.rb → banned_user_match_matched_on_value.rb} +2 -2
  183. data/client/lib/fastcomments-client/models/banned_user_match_type.rb +42 -0
  184. data/client/lib/fastcomments-client/models/billing_info.rb +1 -1
  185. data/client/lib/fastcomments-client/models/block_from_comment_params.rb +1 -1
  186. data/client/lib/fastcomments-client/models/block_success.rb +1 -1
  187. data/client/lib/fastcomments-client/models/build_moderation_filter_params.rb +217 -0
  188. data/client/lib/fastcomments-client/models/build_moderation_filter_response.rb +190 -0
  189. data/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +1 -1
  190. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +1 -1
  191. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +1 -1
  192. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +1 -1
  193. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +1 -1
  194. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +2 -2
  195. data/client/lib/fastcomments-client/models/{add_hash_tag200_response.rb → bulk_create_hash_tags_response_results_inner.rb} +2 -2
  196. data/client/lib/fastcomments-client/models/bulk_pre_ban_params.rb +166 -0
  197. data/client/lib/fastcomments-client/models/bulk_pre_ban_summary.rb +302 -0
  198. data/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +1 -1
  199. data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +1 -1
  200. data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +1 -1
  201. data/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +1 -1
  202. data/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +1 -1
  203. data/client/lib/fastcomments-client/models/comment_data.rb +15 -6
  204. data/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +1 -1
  205. data/client/lib/fastcomments-client/models/comment_log_data.rb +11 -2
  206. data/client/lib/fastcomments-client/models/comment_log_entry.rb +1 -1
  207. data/client/lib/fastcomments-client/models/comment_log_type.rb +1 -1
  208. data/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +1 -1
  209. data/client/lib/fastcomments-client/models/comment_questions_required.rb +1 -1
  210. data/client/lib/fastcomments-client/models/comment_text_update_request.rb +1 -1
  211. data/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +1 -1
  212. data/client/lib/fastcomments-client/models/comment_user_badge_info.rb +1 -1
  213. data/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +1 -1
  214. data/client/lib/fastcomments-client/models/comment_user_mention_info.rb +1 -1
  215. data/client/lib/fastcomments-client/models/commenter_name_formats.rb +1 -1
  216. data/client/lib/fastcomments-client/models/comments_by_ids_params.rb +166 -0
  217. data/client/lib/fastcomments-client/models/create_api_page_data.rb +1 -1
  218. data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +1 -1
  219. data/client/lib/fastcomments-client/models/create_apisso_user_data.rb +1 -1
  220. data/client/lib/fastcomments-client/models/create_comment_params.rb +12 -3
  221. data/client/lib/fastcomments-client/models/create_email_template_body.rb +1 -1
  222. data/client/lib/fastcomments-client/models/create_email_template_response.rb +1 -1
  223. data/client/lib/fastcomments-client/models/create_feed_post_params.rb +1 -1
  224. data/client/lib/fastcomments-client/models/create_feed_post_response.rb +1 -1
  225. data/client/lib/fastcomments-client/models/create_feed_posts_response.rb +1 -1
  226. data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +1 -1
  227. data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +1 -1
  228. data/client/lib/fastcomments-client/models/create_moderator_body.rb +1 -1
  229. data/client/lib/fastcomments-client/models/create_moderator_response.rb +1 -1
  230. data/client/lib/fastcomments-client/models/create_question_config_body.rb +1 -1
  231. data/client/lib/fastcomments-client/models/create_question_config_response.rb +1 -1
  232. data/client/lib/fastcomments-client/models/create_question_result_body.rb +1 -1
  233. data/client/lib/fastcomments-client/models/create_question_result_response.rb +1 -1
  234. data/client/lib/fastcomments-client/models/create_subscription_api_response.rb +1 -1
  235. data/client/lib/fastcomments-client/models/create_tenant_body.rb +1 -1
  236. data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +14 -14
  237. data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +1 -1
  238. data/client/lib/fastcomments-client/models/create_tenant_response.rb +1 -1
  239. data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +1 -1
  240. data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +1 -1
  241. data/client/lib/fastcomments-client/models/create_ticket_body.rb +1 -1
  242. data/client/lib/fastcomments-client/models/create_ticket_response.rb +1 -1
  243. data/client/lib/fastcomments-client/models/create_user_badge_params.rb +1 -1
  244. data/client/lib/fastcomments-client/models/create_v1_page_react.rb +195 -0
  245. data/client/lib/fastcomments-client/models/custom_config_parameters.rb +50 -2
  246. data/client/lib/fastcomments-client/models/custom_email_template.rb +1 -1
  247. data/client/lib/fastcomments-client/models/delete_comment_action.rb +1 -1
  248. data/client/lib/fastcomments-client/models/delete_comment_result.rb +1 -1
  249. data/client/lib/fastcomments-client/models/{delete_domain_config200_response.rb → delete_domain_config_response.rb} +4 -4
  250. data/client/lib/fastcomments-client/models/{delete_feed_post_public200_response_any_of.rb → delete_feed_post_public_response.rb} +4 -4
  251. data/client/lib/fastcomments-client/models/{delete_hash_tag_request.rb → delete_hash_tag_request_body.rb} +4 -4
  252. data/client/lib/fastcomments-client/models/delete_page_api_response.rb +1 -1
  253. data/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +1 -1
  254. data/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +1 -1
  255. data/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +1 -1
  256. data/client/lib/fastcomments-client/models/digest_email_frequency.rb +1 -1
  257. data/client/lib/fastcomments-client/models/email_template_definition.rb +1 -1
  258. data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +1 -1
  259. data/client/lib/fastcomments-client/models/event_log_entry.rb +1 -1
  260. data/client/lib/fastcomments-client/models/f_comment.rb +14 -5
  261. data/client/lib/fastcomments-client/models/f_comment_meta.rb +1 -1
  262. data/client/lib/fastcomments-client/models/feed_post.rb +1 -1
  263. data/client/lib/fastcomments-client/models/feed_post_link.rb +1 -1
  264. data/client/lib/fastcomments-client/models/feed_post_media_item.rb +1 -1
  265. data/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +1 -1
  266. data/client/lib/fastcomments-client/models/feed_post_stats.rb +1 -1
  267. data/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +1 -1
  268. data/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +1 -1
  269. data/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +1 -1
  270. data/client/lib/fastcomments-client/models/flag_comment_response.rb +1 -1
  271. data/client/lib/fastcomments-client/models/get_audit_logs_response.rb +1 -1
  272. data/client/lib/fastcomments-client/models/get_banned_users_count_response.rb +190 -0
  273. data/client/lib/fastcomments-client/models/get_banned_users_from_comment_response.rb +235 -0
  274. data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +1 -1
  275. data/client/lib/fastcomments-client/models/get_comment_ban_status_response.rb +188 -0
  276. data/client/lib/fastcomments-client/models/get_comment_text_response.rb +196 -0
  277. data/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +1 -1
  278. data/client/lib/fastcomments-client/models/get_comments_for_user_response.rb +149 -0
  279. data/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +1 -1
  280. data/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +1 -1
  281. data/client/lib/fastcomments-client/models/get_domain_config_response.rb +103 -0
  282. data/client/lib/fastcomments-client/models/get_domain_configs_response.rb +103 -0
  283. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of.rb → get_domain_configs_response_any_of.rb} +4 -4
  284. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of1.rb → get_domain_configs_response_any_of1.rb} +4 -4
  285. data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +1 -1
  286. data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +1 -1
  287. data/client/lib/fastcomments-client/models/get_email_template_response.rb +1 -1
  288. data/client/lib/fastcomments-client/models/get_email_templates_response.rb +1 -1
  289. data/client/lib/fastcomments-client/models/get_event_log_response.rb +1 -1
  290. data/client/lib/fastcomments-client/models/get_feed_posts_response.rb +1 -1
  291. data/client/lib/fastcomments-client/models/{add_hash_tags_bulk200_response.rb → get_gifs_search_response.rb} +4 -4
  292. data/client/lib/fastcomments-client/models/{change_ticket_state200_response.rb → get_gifs_trending_response.rb} +4 -4
  293. data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +1 -1
  294. data/client/lib/fastcomments-client/models/get_moderator_response.rb +1 -1
  295. data/client/lib/fastcomments-client/models/get_moderators_response.rb +1 -1
  296. data/client/lib/fastcomments-client/models/get_my_notifications_response.rb +1 -1
  297. data/client/lib/fastcomments-client/models/get_notification_count_response.rb +1 -1
  298. data/client/lib/fastcomments-client/models/get_notifications_response.rb +1 -1
  299. data/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +1 -1
  300. data/client/lib/fastcomments-client/models/get_pages_api_response.rb +1 -1
  301. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +1 -1
  302. data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +1 -1
  303. data/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +1 -1
  304. data/client/lib/fastcomments-client/models/get_public_pages_response.rb +226 -0
  305. data/client/lib/fastcomments-client/models/get_question_config_response.rb +1 -1
  306. data/client/lib/fastcomments-client/models/get_question_configs_response.rb +1 -1
  307. data/client/lib/fastcomments-client/models/get_question_result_response.rb +1 -1
  308. data/client/lib/fastcomments-client/models/get_question_results_response.rb +1 -1
  309. data/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +1 -1
  310. data/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +1 -1
  311. data/client/lib/fastcomments-client/models/{get_sso_users200_response.rb → get_sso_users_response.rb} +4 -4
  312. data/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +1 -1
  313. data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +1 -1
  314. data/client/lib/fastcomments-client/models/get_tenant_manual_badges_response.rb +214 -0
  315. data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +1 -1
  316. data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +1 -1
  317. data/client/lib/fastcomments-client/models/get_tenant_response.rb +1 -1
  318. data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +1 -1
  319. data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +1 -1
  320. data/client/lib/fastcomments-client/models/get_tenants_response.rb +1 -1
  321. data/client/lib/fastcomments-client/models/get_ticket_response.rb +1 -1
  322. data/client/lib/fastcomments-client/models/get_tickets_response.rb +1 -1
  323. data/client/lib/fastcomments-client/models/get_translations_response.rb +215 -0
  324. data/client/lib/fastcomments-client/models/get_user_internal_profile_response.rb +212 -0
  325. data/client/lib/fastcomments-client/models/get_user_internal_profile_response_profile.rb +298 -0
  326. data/client/lib/fastcomments-client/models/get_user_manual_badges_response.rb +214 -0
  327. data/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +1 -1
  328. data/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +1 -1
  329. data/client/lib/fastcomments-client/models/get_user_response.rb +1 -1
  330. data/client/lib/fastcomments-client/models/get_user_trust_factor_response.rb +204 -0
  331. data/client/lib/fastcomments-client/models/get_v1_page_likes.rb +290 -0
  332. data/client/lib/fastcomments-client/models/get_v2_page_react_users_response.rb +214 -0
  333. data/client/lib/fastcomments-client/models/get_v2_page_reacts.rb +209 -0
  334. data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +1 -1
  335. data/client/lib/fastcomments-client/models/get_votes_response.rb +1 -1
  336. data/client/lib/fastcomments-client/models/gif_get_large_response.rb +212 -0
  337. data/client/lib/fastcomments-client/models/gif_rating.rb +1 -1
  338. data/client/lib/fastcomments-client/models/gif_search_internal_error.rb +212 -0
  339. data/client/lib/fastcomments-client/models/gif_search_response.rb +214 -0
  340. data/client/lib/fastcomments-client/models/{get_user200_response.rb → gif_search_response_images_inner_inner.rb} +4 -4
  341. data/client/lib/fastcomments-client/models/header_account_notification.rb +16 -5
  342. data/client/lib/fastcomments-client/models/header_state.rb +1 -1
  343. data/client/lib/fastcomments-client/models/ignored_response.rb +1 -1
  344. data/client/lib/fastcomments-client/models/image_content_profanity_level.rb +1 -1
  345. data/client/lib/fastcomments-client/models/imported_agent_approval_notification_frequency.rb +42 -0
  346. data/client/lib/fastcomments-client/models/imported_site_type.rb +1 -1
  347. data/client/lib/fastcomments-client/models/live_event.rb +11 -2
  348. data/client/lib/fastcomments-client/models/live_event_extra_info.rb +1 -1
  349. data/client/lib/fastcomments-client/models/live_event_type.rb +8 -2
  350. data/client/lib/fastcomments-client/models/media_asset.rb +1 -1
  351. data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +1 -1
  352. data/client/lib/fastcomments-client/models/meta_item.rb +1 -1
  353. data/client/lib/fastcomments-client/models/moderation_api_child_comments_response.rb +214 -0
  354. data/client/lib/fastcomments-client/models/moderation_api_comment.rb +680 -0
  355. data/client/lib/fastcomments-client/models/moderation_api_comment_log.rb +225 -0
  356. data/client/lib/fastcomments-client/models/moderation_api_comment_response.rb +212 -0
  357. data/client/lib/fastcomments-client/models/moderation_api_count_comments_response.rb +212 -0
  358. data/client/lib/fastcomments-client/models/moderation_api_get_comment_ids_response.rb +240 -0
  359. data/client/lib/fastcomments-client/models/moderation_api_get_comments_response.rb +249 -0
  360. data/client/lib/fastcomments-client/models/moderation_api_get_logs_response.rb +214 -0
  361. data/client/lib/fastcomments-client/models/moderation_comment_search_response.rb +212 -0
  362. data/client/lib/fastcomments-client/models/moderation_export_response.rb +190 -0
  363. data/client/lib/fastcomments-client/models/moderation_export_status_response.rb +225 -0
  364. data/client/lib/fastcomments-client/models/moderation_filter.rb +252 -0
  365. data/client/lib/fastcomments-client/models/moderation_page_search_projected.rb +242 -0
  366. data/client/lib/fastcomments-client/models/moderation_page_search_response.rb +214 -0
  367. data/client/lib/fastcomments-client/models/moderation_site_search_projected.rb +174 -0
  368. data/client/lib/fastcomments-client/models/moderation_site_search_response.rb +214 -0
  369. data/client/lib/fastcomments-client/models/moderation_suggest_response.rb +195 -0
  370. data/client/lib/fastcomments-client/models/moderation_user_search_projected.rb +210 -0
  371. data/client/lib/fastcomments-client/models/moderation_user_search_response.rb +214 -0
  372. data/client/lib/fastcomments-client/models/moderator.rb +1 -1
  373. data/client/lib/fastcomments-client/models/notification_and_count.rb +1 -1
  374. data/client/lib/fastcomments-client/models/notification_object_type.rb +1 -1
  375. data/client/lib/fastcomments-client/models/notification_type.rb +1 -1
  376. data/client/lib/fastcomments-client/models/page_user_entry.rb +208 -0
  377. data/client/lib/fastcomments-client/models/page_users_info_response.rb +214 -0
  378. data/client/lib/fastcomments-client/models/page_users_offline_response.rb +238 -0
  379. data/client/lib/fastcomments-client/models/page_users_online_response.rb +290 -0
  380. data/client/lib/fastcomments-client/models/pages_sort_by.rb +41 -0
  381. data/client/lib/fastcomments-client/models/patch_domain_config_params.rb +1 -1
  382. data/client/lib/fastcomments-client/models/patch_domain_config_response.rb +103 -0
  383. data/client/lib/fastcomments-client/models/patch_page_api_response.rb +1 -1
  384. data/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +1 -1
  385. data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +1 -1
  386. data/client/lib/fastcomments-client/models/post_remove_comment_api_response.rb +103 -0
  387. data/client/lib/fastcomments-client/models/pre_ban_summary.rb +240 -0
  388. data/client/lib/fastcomments-client/models/pub_sub_comment.rb +1 -1
  389. data/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +1 -1
  390. data/client/lib/fastcomments-client/models/pub_sub_vote.rb +1 -1
  391. data/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +1 -1
  392. data/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +1 -1
  393. data/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +1 -1
  394. data/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +1 -1
  395. data/client/lib/fastcomments-client/models/public_comment.rb +1 -1
  396. data/client/lib/fastcomments-client/models/public_comment_base.rb +1 -1
  397. data/client/lib/fastcomments-client/models/public_feed_posts_response.rb +1 -1
  398. data/client/lib/fastcomments-client/models/public_page.rb +268 -0
  399. data/client/lib/fastcomments-client/models/public_vote.rb +1 -1
  400. data/client/lib/fastcomments-client/models/put_domain_config_response.rb +103 -0
  401. data/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +1 -1
  402. data/client/lib/fastcomments-client/models/query_predicate.rb +1 -1
  403. data/client/lib/fastcomments-client/models/query_predicate_value.rb +1 -1
  404. data/client/lib/fastcomments-client/models/question_config.rb +1 -1
  405. data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +1 -1
  406. data/client/lib/fastcomments-client/models/question_datum.rb +1 -1
  407. data/client/lib/fastcomments-client/models/question_rendering_type.rb +1 -1
  408. data/client/lib/fastcomments-client/models/question_result.rb +1 -1
  409. data/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +1 -1
  410. data/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +1 -1
  411. data/client/lib/fastcomments-client/models/question_when_save.rb +1 -1
  412. data/client/lib/fastcomments-client/models/react_body_params.rb +1 -1
  413. data/client/lib/fastcomments-client/models/react_feed_post_response.rb +1 -1
  414. data/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +3 -31
  415. data/client/lib/fastcomments-client/models/remove_comment_action_response.rb +190 -0
  416. data/client/lib/fastcomments-client/models/remove_user_badge_response.rb +197 -0
  417. data/client/lib/fastcomments-client/models/render_email_template_body.rb +1 -1
  418. data/client/lib/fastcomments-client/models/render_email_template_response.rb +1 -1
  419. data/client/lib/fastcomments-client/models/renderable_user_notification.rb +1 -1
  420. data/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +1 -1
  421. data/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +1 -1
  422. data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +1 -1
  423. data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +1 -1
  424. data/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +1 -1
  425. data/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +1 -1
  426. data/client/lib/fastcomments-client/models/{create_tenant200_response.rb → save_comments_bulk_response.rb} +3 -3
  427. data/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +1 -1
  428. data/client/lib/fastcomments-client/models/search_users_response.rb +1 -1
  429. data/client/lib/fastcomments-client/models/{search_users200_response.rb → search_users_result.rb} +2 -3
  430. data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +1 -1
  431. data/client/lib/fastcomments-client/models/set_comment_approved_response.rb +195 -0
  432. data/client/lib/fastcomments-client/models/set_comment_text_params.rb +164 -0
  433. data/client/lib/fastcomments-client/models/set_comment_text_response.rb +212 -0
  434. data/client/lib/fastcomments-client/models/set_comment_text_result.rb +1 -1
  435. data/client/lib/fastcomments-client/models/set_user_trust_factor_response.rb +195 -0
  436. data/client/lib/fastcomments-client/models/size_preset.rb +1 -1
  437. data/client/lib/fastcomments-client/models/sort_directions.rb +1 -1
  438. data/client/lib/fastcomments-client/models/sortdir.rb +1 -1
  439. data/client/lib/fastcomments-client/models/spam_rule.rb +1 -1
  440. data/client/lib/fastcomments-client/models/sso_security_level.rb +1 -1
  441. data/client/lib/fastcomments-client/models/tenant_badge.rb +564 -0
  442. data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +1 -1
  443. data/client/lib/fastcomments-client/models/tenant_package.rb +68 -5
  444. data/client/lib/fastcomments-client/models/tos_config.rb +1 -1
  445. data/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +1 -1
  446. data/client/lib/fastcomments-client/models/unblock_success.rb +1 -1
  447. data/client/lib/fastcomments-client/models/updatable_comment_params.rb +1 -1
  448. data/client/lib/fastcomments-client/models/update_api_page_data.rb +1 -1
  449. data/client/lib/fastcomments-client/models/update_api_user_subscription_data.rb +1 -1
  450. data/client/lib/fastcomments-client/models/update_apisso_user_data.rb +1 -1
  451. data/client/lib/fastcomments-client/models/update_domain_config_params.rb +1 -1
  452. data/client/lib/fastcomments-client/models/update_email_template_body.rb +1 -1
  453. data/client/lib/fastcomments-client/models/update_feed_post_params.rb +1 -1
  454. data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +1 -1
  455. data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +1 -1
  456. data/client/lib/fastcomments-client/models/update_moderator_body.rb +1 -1
  457. data/client/lib/fastcomments-client/models/update_notification_body.rb +1 -1
  458. data/client/lib/fastcomments-client/models/update_question_config_body.rb +1 -1
  459. data/client/lib/fastcomments-client/models/update_question_result_body.rb +1 -1
  460. data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +1 -1
  461. data/client/lib/fastcomments-client/models/update_tenant_body.rb +1 -1
  462. data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +1 -1
  463. data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +1 -1
  464. data/client/lib/fastcomments-client/models/update_user_badge_params.rb +1 -1
  465. data/client/lib/fastcomments-client/models/{update_user_notification_status200_response.rb → update_user_notification_comment_subscription_status_response.rb} +2 -3
  466. data/client/lib/fastcomments-client/models/{add_domain_config200_response.rb → update_user_notification_page_subscription_status_response.rb} +4 -4
  467. data/client/lib/fastcomments-client/models/{aggregate_question_results200_response.rb → update_user_notification_status_response.rb} +4 -4
  468. data/client/lib/fastcomments-client/models/upload_image_response.rb +1 -1
  469. data/client/lib/fastcomments-client/models/user.rb +11 -2
  470. data/client/lib/fastcomments-client/models/user_badge.rb +1 -1
  471. data/client/lib/fastcomments-client/models/user_badge_progress.rb +1 -1
  472. data/client/lib/fastcomments-client/models/user_notification.rb +1 -1
  473. data/client/lib/fastcomments-client/models/user_notification_count.rb +1 -1
  474. data/client/lib/fastcomments-client/models/user_notification_write_response.rb +1 -1
  475. data/client/lib/fastcomments-client/models/user_presence_data.rb +1 -1
  476. data/client/lib/fastcomments-client/models/user_reacts_response.rb +1 -1
  477. data/client/lib/fastcomments-client/models/user_search_result.rb +1 -1
  478. data/client/lib/fastcomments-client/models/user_search_section.rb +1 -1
  479. data/client/lib/fastcomments-client/models/user_search_section_result.rb +1 -1
  480. data/client/lib/fastcomments-client/models/user_session_info.rb +1 -1
  481. data/client/lib/fastcomments-client/models/users_list_location.rb +42 -0
  482. data/client/lib/fastcomments-client/models/vote_body_params.rb +1 -1
  483. data/client/lib/fastcomments-client/models/vote_delete_response.rb +1 -1
  484. data/client/lib/fastcomments-client/models/vote_response.rb +1 -1
  485. data/client/lib/fastcomments-client/models/vote_response_user.rb +1 -1
  486. data/client/lib/fastcomments-client/models/vote_style.rb +1 -1
  487. data/client/lib/fastcomments-client/version.rb +2 -2
  488. data/client/lib/fastcomments-client.rb +101 -98
  489. data/client/spec/api/default_api_spec.rb +107 -105
  490. data/client/spec/api/moderation_api_spec.rb +613 -0
  491. data/client/spec/api/public_api_spec.rb +253 -37
  492. data/client/spec/models/add_domain_config_params_spec.rb +1 -1
  493. data/client/spec/models/{add_domain_config200_response_any_of_spec.rb → add_domain_config_response_any_of_spec.rb} +7 -7
  494. data/client/spec/models/{create_tenant200_response_spec.rb → add_domain_config_response_spec.rb} +3 -3
  495. data/client/spec/models/add_page_api_response_spec.rb +1 -1
  496. data/client/spec/models/add_sso_user_api_response_spec.rb +1 -1
  497. data/client/spec/models/adjust_comment_votes_params_spec.rb +36 -0
  498. data/client/spec/models/adjust_votes_response_spec.rb +42 -0
  499. data/client/spec/models/aggregate_question_results_response_spec.rb +1 -1
  500. data/client/spec/models/{get_user200_response_spec.rb → aggregate_response_spec.rb} +3 -3
  501. data/client/spec/models/aggregate_time_bucket_spec.rb +1 -1
  502. data/client/spec/models/aggregation_api_error_spec.rb +54 -0
  503. data/client/spec/models/aggregation_item_spec.rb +1 -1
  504. data/client/spec/models/aggregation_op_type_spec.rb +1 -1
  505. data/client/spec/models/aggregation_operation_spec.rb +1 -1
  506. data/client/spec/models/aggregation_request_sort_spec.rb +1 -1
  507. data/client/spec/models/aggregation_request_spec.rb +1 -1
  508. data/client/spec/models/aggregation_response_spec.rb +1 -1
  509. data/client/spec/models/aggregation_response_stats_spec.rb +1 -1
  510. data/client/spec/models/aggregation_value_spec.rb +1 -1
  511. data/client/spec/models/api_audit_log_spec.rb +1 -1
  512. data/client/spec/models/api_ban_user_change_log_spec.rb +54 -0
  513. data/client/spec/models/api_ban_user_changed_values_spec.rb +108 -0
  514. data/client/spec/models/api_banned_user_spec.rb +108 -0
  515. data/client/spec/models/api_banned_user_with_multi_match_info_spec.rb +84 -0
  516. data/client/spec/models/api_comment_base_meta_spec.rb +1 -1
  517. data/client/spec/models/api_comment_base_spec.rb +2 -2
  518. data/client/spec/models/api_comment_common_banned_user_spec.rb +78 -0
  519. data/client/spec/models/api_comment_spec.rb +2 -2
  520. data/client/spec/models/api_create_user_badge_response_spec.rb +1 -1
  521. data/client/spec/models/api_domain_configuration_spec.rb +1 -1
  522. data/client/spec/models/api_empty_response_spec.rb +1 -1
  523. data/client/spec/models/api_empty_success_response_spec.rb +1 -1
  524. data/client/spec/models/api_error_spec.rb +1 -1
  525. data/client/spec/models/api_get_comment_response_spec.rb +1 -1
  526. data/client/spec/models/api_get_comments_response_spec.rb +1 -1
  527. data/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +1 -1
  528. data/client/spec/models/api_get_user_badge_progress_response_spec.rb +1 -1
  529. data/client/spec/models/api_get_user_badge_response_spec.rb +1 -1
  530. data/client/spec/models/api_get_user_badges_response_spec.rb +1 -1
  531. data/client/spec/models/api_moderate_get_user_ban_preferences_response_spec.rb +42 -0
  532. data/client/spec/models/api_moderate_user_ban_preferences_spec.rb +54 -0
  533. data/client/spec/models/api_page_spec.rb +1 -1
  534. data/client/spec/models/{save_comment_response_spec.rb → api_save_comment_response_spec.rb} +7 -7
  535. data/client/spec/models/api_status_spec.rb +1 -1
  536. data/client/spec/models/api_tenant_daily_usage_spec.rb +1 -1
  537. data/client/spec/models/api_tenant_spec.rb +1 -1
  538. data/client/spec/models/api_ticket_detail_spec.rb +1 -1
  539. data/client/spec/models/api_ticket_file_spec.rb +1 -1
  540. data/client/spec/models/api_ticket_spec.rb +1 -1
  541. data/client/spec/models/api_user_subscription_spec.rb +1 -1
  542. data/client/spec/models/apisso_user_spec.rb +1 -1
  543. data/client/spec/models/award_user_badge_response_spec.rb +48 -0
  544. data/client/spec/models/ban_user_from_comment_result_spec.rb +54 -0
  545. data/client/spec/models/ban_user_undo_params_spec.rb +36 -0
  546. data/client/spec/models/{add_domain_config200_response_spec.rb → banned_user_match_matched_on_value_spec.rb} +3 -3
  547. data/client/spec/models/banned_user_match_spec.rb +42 -0
  548. data/client/spec/models/banned_user_match_type_spec.rb +30 -0
  549. data/client/spec/models/billing_info_spec.rb +1 -1
  550. data/client/spec/models/block_from_comment_params_spec.rb +1 -1
  551. data/client/spec/models/block_success_spec.rb +1 -1
  552. data/client/spec/models/build_moderation_filter_params_spec.rb +60 -0
  553. data/client/spec/models/build_moderation_filter_response_spec.rb +42 -0
  554. data/client/spec/models/bulk_aggregate_question_item_spec.rb +1 -1
  555. data/client/spec/models/bulk_aggregate_question_results_request_spec.rb +1 -1
  556. data/client/spec/models/bulk_aggregate_question_results_response_spec.rb +1 -1
  557. data/client/spec/models/bulk_create_hash_tags_body_spec.rb +1 -1
  558. data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +1 -1
  559. data/client/spec/models/{add_hash_tags_bulk200_response_spec.rb → bulk_create_hash_tags_response_results_inner_spec.rb} +3 -3
  560. data/client/spec/models/bulk_create_hash_tags_response_spec.rb +1 -1
  561. data/client/spec/models/bulk_pre_ban_params_spec.rb +36 -0
  562. data/client/spec/models/bulk_pre_ban_summary_spec.rb +66 -0
  563. data/client/spec/models/change_comment_pin_status_response_spec.rb +1 -1
  564. data/client/spec/models/change_ticket_state_body_spec.rb +1 -1
  565. data/client/spec/models/change_ticket_state_response_spec.rb +1 -1
  566. data/client/spec/models/check_blocked_comments_response_spec.rb +1 -1
  567. data/client/spec/models/combine_question_results_with_comments_response_spec.rb +1 -1
  568. data/client/spec/models/comment_data_spec.rb +7 -1
  569. data/client/spec/models/comment_html_rendering_mode_spec.rb +1 -1
  570. data/client/spec/models/comment_log_data_spec.rb +7 -1
  571. data/client/spec/models/comment_log_entry_spec.rb +1 -1
  572. data/client/spec/models/comment_log_type_spec.rb +1 -1
  573. data/client/spec/models/comment_question_results_rendering_type_spec.rb +1 -1
  574. data/client/spec/models/comment_questions_required_spec.rb +1 -1
  575. data/client/spec/models/comment_text_update_request_spec.rb +1 -1
  576. data/client/spec/models/comment_thread_deletion_mode_spec.rb +1 -1
  577. data/client/spec/models/comment_user_badge_info_spec.rb +1 -1
  578. data/client/spec/models/comment_user_hash_tag_info_spec.rb +1 -1
  579. data/client/spec/models/comment_user_mention_info_spec.rb +1 -1
  580. data/client/spec/models/commenter_name_formats_spec.rb +1 -1
  581. data/client/spec/models/comments_by_ids_params_spec.rb +36 -0
  582. data/client/spec/models/create_api_page_data_spec.rb +1 -1
  583. data/client/spec/models/create_api_user_subscription_data_spec.rb +1 -1
  584. data/client/spec/models/create_apisso_user_data_spec.rb +1 -1
  585. data/client/spec/models/create_comment_params_spec.rb +7 -1
  586. data/client/spec/models/create_email_template_body_spec.rb +1 -1
  587. data/client/spec/models/create_email_template_response_spec.rb +1 -1
  588. data/client/spec/models/create_feed_post_params_spec.rb +1 -1
  589. data/client/spec/models/create_feed_post_response_spec.rb +1 -1
  590. data/client/spec/models/create_feed_posts_response_spec.rb +1 -1
  591. data/client/spec/models/create_hash_tag_body_spec.rb +1 -1
  592. data/client/spec/models/create_hash_tag_response_spec.rb +1 -1
  593. data/client/spec/models/create_moderator_body_spec.rb +1 -1
  594. data/client/spec/models/create_moderator_response_spec.rb +1 -1
  595. data/client/spec/models/create_question_config_body_spec.rb +1 -1
  596. data/client/spec/models/create_question_config_response_spec.rb +1 -1
  597. data/client/spec/models/create_question_result_body_spec.rb +1 -1
  598. data/client/spec/models/create_question_result_response_spec.rb +1 -1
  599. data/client/spec/models/create_subscription_api_response_spec.rb +1 -1
  600. data/client/spec/models/create_tenant_body_spec.rb +1 -1
  601. data/client/spec/models/create_tenant_package_body_spec.rb +3 -3
  602. data/client/spec/models/create_tenant_package_response_spec.rb +1 -1
  603. data/client/spec/models/create_tenant_response_spec.rb +1 -1
  604. data/client/spec/models/create_tenant_user_body_spec.rb +1 -1
  605. data/client/spec/models/create_tenant_user_response_spec.rb +1 -1
  606. data/client/spec/models/create_ticket_body_spec.rb +1 -1
  607. data/client/spec/models/create_ticket_response_spec.rb +1 -1
  608. data/client/spec/models/create_user_badge_params_spec.rb +1 -1
  609. data/client/spec/models/create_v1_page_react_spec.rb +42 -0
  610. data/client/spec/models/custom_config_parameters_spec.rb +31 -1
  611. data/client/spec/models/custom_email_template_spec.rb +1 -1
  612. data/client/spec/models/delete_comment_action_spec.rb +1 -1
  613. data/client/spec/models/delete_comment_result_spec.rb +1 -1
  614. data/client/spec/models/{delete_domain_config200_response_spec.rb → delete_domain_config_response_spec.rb} +7 -7
  615. data/client/spec/models/{delete_feed_post_public200_response_any_of_spec.rb → delete_feed_post_public_response_spec.rb} +7 -7
  616. data/client/spec/models/{delete_hash_tag_request_spec.rb → delete_hash_tag_request_body_spec.rb} +7 -7
  617. data/client/spec/models/delete_page_api_response_spec.rb +1 -1
  618. data/client/spec/models/delete_sso_user_api_response_spec.rb +1 -1
  619. data/client/spec/models/delete_subscription_api_response_spec.rb +1 -1
  620. data/client/spec/models/deleted_comment_result_comment_spec.rb +1 -1
  621. data/client/spec/models/digest_email_frequency_spec.rb +1 -1
  622. data/client/spec/models/email_template_definition_spec.rb +1 -1
  623. data/client/spec/models/email_template_render_error_response_spec.rb +1 -1
  624. data/client/spec/models/event_log_entry_spec.rb +1 -1
  625. data/client/spec/models/f_comment_meta_spec.rb +1 -1
  626. data/client/spec/models/f_comment_spec.rb +7 -1
  627. data/client/spec/models/feed_post_link_spec.rb +1 -1
  628. data/client/spec/models/feed_post_media_item_asset_spec.rb +1 -1
  629. data/client/spec/models/feed_post_media_item_spec.rb +1 -1
  630. data/client/spec/models/feed_post_spec.rb +1 -1
  631. data/client/spec/models/feed_post_stats_spec.rb +1 -1
  632. data/client/spec/models/feed_posts_stats_response_spec.rb +1 -1
  633. data/client/spec/models/find_comments_by_range_item_spec.rb +1 -1
  634. data/client/spec/models/find_comments_by_range_response_spec.rb +1 -1
  635. data/client/spec/models/flag_comment_response_spec.rb +1 -1
  636. data/client/spec/models/get_audit_logs_response_spec.rb +1 -1
  637. data/client/spec/models/get_banned_users_count_response_spec.rb +42 -0
  638. data/client/spec/models/get_banned_users_from_comment_response_spec.rb +52 -0
  639. data/client/spec/models/get_cached_notification_count_response_spec.rb +1 -1
  640. data/client/spec/models/get_comment_ban_status_response_spec.rb +48 -0
  641. data/client/spec/models/get_comment_text_response_spec.rb +42 -0
  642. data/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +1 -1
  643. data/client/spec/models/get_comments_for_user_response_spec.rb +36 -0
  644. data/client/spec/models/get_comments_response_public_comment_spec.rb +1 -1
  645. data/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +1 -1
  646. data/client/spec/models/{add_hash_tag200_response_spec.rb → get_domain_config_response_spec.rb} +3 -3
  647. data/client/spec/models/{get_domain_configs200_response_any_of1_spec.rb → get_domain_configs_response_any_of1_spec.rb} +7 -7
  648. data/client/spec/models/{get_domain_configs200_response_any_of_spec.rb → get_domain_configs_response_any_of_spec.rb} +7 -7
  649. data/client/spec/models/{delete_comment200_response_spec.rb → get_domain_configs_response_spec.rb} +3 -3
  650. data/client/spec/models/get_email_template_definitions_response_spec.rb +1 -1
  651. data/client/spec/models/get_email_template_render_errors_response_spec.rb +1 -1
  652. data/client/spec/models/get_email_template_response_spec.rb +1 -1
  653. data/client/spec/models/get_email_templates_response_spec.rb +1 -1
  654. data/client/spec/models/get_event_log_response_spec.rb +1 -1
  655. data/client/spec/models/get_feed_posts_response_spec.rb +1 -1
  656. data/client/spec/models/{get_comment200_response_spec.rb → get_gifs_search_response_spec.rb} +3 -3
  657. data/client/spec/models/{create_ticket200_response_spec.rb → get_gifs_trending_response_spec.rb} +3 -3
  658. data/client/spec/models/get_hash_tags_response_spec.rb +1 -1
  659. data/client/spec/models/get_moderator_response_spec.rb +1 -1
  660. data/client/spec/models/get_moderators_response_spec.rb +1 -1
  661. data/client/spec/models/get_my_notifications_response_spec.rb +1 -1
  662. data/client/spec/models/get_notification_count_response_spec.rb +1 -1
  663. data/client/spec/models/get_notifications_response_spec.rb +1 -1
  664. data/client/spec/models/get_page_by_urlid_api_response_spec.rb +1 -1
  665. data/client/spec/models/get_pages_api_response_spec.rb +1 -1
  666. data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +1 -1
  667. data/client/spec/models/get_pending_webhook_events_response_spec.rb +1 -1
  668. data/client/spec/models/get_public_feed_posts_response_spec.rb +1 -1
  669. data/client/spec/models/get_public_pages_response_spec.rb +48 -0
  670. data/client/spec/models/get_question_config_response_spec.rb +1 -1
  671. data/client/spec/models/get_question_configs_response_spec.rb +1 -1
  672. data/client/spec/models/get_question_result_response_spec.rb +1 -1
  673. data/client/spec/models/get_question_results_response_spec.rb +1 -1
  674. data/client/spec/models/get_sso_user_by_email_api_response_spec.rb +1 -1
  675. data/client/spec/models/get_sso_user_by_id_api_response_spec.rb +1 -1
  676. data/client/spec/models/{get_sso_users200_response_spec.rb → get_sso_users_response_spec.rb} +7 -7
  677. data/client/spec/models/get_subscriptions_api_response_spec.rb +1 -1
  678. data/client/spec/models/get_tenant_daily_usages_response_spec.rb +1 -1
  679. data/client/spec/models/get_tenant_manual_badges_response_spec.rb +42 -0
  680. data/client/spec/models/get_tenant_package_response_spec.rb +1 -1
  681. data/client/spec/models/get_tenant_packages_response_spec.rb +1 -1
  682. data/client/spec/models/get_tenant_response_spec.rb +1 -1
  683. data/client/spec/models/get_tenant_user_response_spec.rb +1 -1
  684. data/client/spec/models/get_tenant_users_response_spec.rb +1 -1
  685. data/client/spec/models/get_tenants_response_spec.rb +1 -1
  686. data/client/spec/models/get_ticket_response_spec.rb +1 -1
  687. data/client/spec/models/get_tickets_response_spec.rb +1 -1
  688. data/client/spec/models/get_translations_response_spec.rb +42 -0
  689. data/client/spec/models/get_user_internal_profile_response_profile_spec.rb +132 -0
  690. data/client/spec/models/get_user_internal_profile_response_spec.rb +42 -0
  691. data/client/spec/models/get_user_manual_badges_response_spec.rb +42 -0
  692. data/client/spec/models/get_user_notification_count_response_spec.rb +1 -1
  693. data/client/spec/models/get_user_presence_statuses_response_spec.rb +1 -1
  694. data/client/spec/models/get_user_response_spec.rb +1 -1
  695. data/client/spec/models/get_user_trust_factor_response_spec.rb +48 -0
  696. data/client/spec/models/get_v1_page_likes_spec.rb +60 -0
  697. data/client/spec/models/get_v2_page_react_users_response_spec.rb +42 -0
  698. data/client/spec/models/get_v2_page_reacts_spec.rb +48 -0
  699. data/client/spec/models/get_votes_for_user_response_spec.rb +1 -1
  700. data/client/spec/models/get_votes_response_spec.rb +1 -1
  701. data/client/spec/models/gif_get_large_response_spec.rb +42 -0
  702. data/client/spec/models/gif_rating_spec.rb +1 -1
  703. data/client/spec/models/gif_search_internal_error_spec.rb +42 -0
  704. data/client/spec/models/{reset_user_notifications200_response_spec.rb → gif_search_response_images_inner_inner_spec.rb} +3 -3
  705. data/client/spec/models/gif_search_response_spec.rb +42 -0
  706. data/client/spec/models/header_account_notification_spec.rb +7 -1
  707. data/client/spec/models/header_state_spec.rb +1 -1
  708. data/client/spec/models/ignored_response_spec.rb +1 -1
  709. data/client/spec/models/image_content_profanity_level_spec.rb +1 -1
  710. data/client/spec/models/imported_agent_approval_notification_frequency_spec.rb +30 -0
  711. data/client/spec/models/imported_site_type_spec.rb +1 -1
  712. data/client/spec/models/live_event_extra_info_spec.rb +1 -1
  713. data/client/spec/models/live_event_spec.rb +7 -1
  714. data/client/spec/models/live_event_type_spec.rb +1 -1
  715. data/client/spec/models/media_asset_spec.rb +1 -1
  716. data/client/spec/models/mention_auto_complete_mode_spec.rb +1 -1
  717. data/client/spec/models/meta_item_spec.rb +1 -1
  718. data/client/spec/models/moderation_api_child_comments_response_spec.rb +42 -0
  719. data/client/spec/models/moderation_api_comment_log_spec.rb +54 -0
  720. data/client/spec/models/moderation_api_comment_response_spec.rb +42 -0
  721. data/client/spec/models/moderation_api_comment_spec.rb +282 -0
  722. data/client/spec/models/moderation_api_count_comments_response_spec.rb +42 -0
  723. data/client/spec/models/moderation_api_get_comment_ids_response_spec.rb +48 -0
  724. data/client/spec/models/moderation_api_get_comments_response_spec.rb +54 -0
  725. data/client/spec/models/moderation_api_get_logs_response_spec.rb +42 -0
  726. data/client/spec/models/moderation_comment_search_response_spec.rb +42 -0
  727. data/client/spec/models/moderation_export_response_spec.rb +42 -0
  728. data/client/spec/models/moderation_export_status_response_spec.rb +54 -0
  729. data/client/spec/models/moderation_filter_spec.rb +102 -0
  730. data/client/spec/models/moderation_page_search_projected_spec.rb +54 -0
  731. data/client/spec/models/moderation_page_search_response_spec.rb +42 -0
  732. data/client/spec/models/moderation_site_search_projected_spec.rb +42 -0
  733. data/client/spec/models/moderation_site_search_response_spec.rb +42 -0
  734. data/client/spec/models/moderation_suggest_response_spec.rb +54 -0
  735. data/client/spec/models/moderation_user_search_projected_spec.rb +54 -0
  736. data/client/spec/models/moderation_user_search_response_spec.rb +42 -0
  737. data/client/spec/models/moderator_spec.rb +1 -1
  738. data/client/spec/models/notification_and_count_spec.rb +1 -1
  739. data/client/spec/models/notification_object_type_spec.rb +1 -1
  740. data/client/spec/models/notification_type_spec.rb +1 -1
  741. data/client/spec/models/page_user_entry_spec.rb +54 -0
  742. data/client/spec/models/page_users_info_response_spec.rb +42 -0
  743. data/client/spec/models/page_users_offline_response_spec.rb +54 -0
  744. data/client/spec/models/page_users_online_response_spec.rb +66 -0
  745. data/client/spec/models/pages_sort_by_spec.rb +30 -0
  746. data/client/spec/models/patch_domain_config_params_spec.rb +1 -1
  747. data/client/spec/models/{create_feed_post200_response_spec.rb → patch_domain_config_response_spec.rb} +3 -3
  748. data/client/spec/models/patch_page_api_response_spec.rb +1 -1
  749. data/client/spec/models/patch_sso_user_api_response_spec.rb +1 -1
  750. data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +1 -1
  751. data/client/spec/models/{delete_comment_vote200_response_spec.rb → post_remove_comment_api_response_spec.rb} +3 -3
  752. data/client/spec/models/pre_ban_summary_spec.rb +48 -0
  753. data/client/spec/models/pub_sub_comment_base_spec.rb +1 -1
  754. data/client/spec/models/pub_sub_comment_spec.rb +1 -1
  755. data/client/spec/models/pub_sub_vote_spec.rb +1 -1
  756. data/client/spec/models/public_api_delete_comment_response_spec.rb +1 -1
  757. data/client/spec/models/public_api_get_comment_text_response_spec.rb +1 -1
  758. data/client/spec/models/public_api_set_comment_text_response_spec.rb +1 -1
  759. data/client/spec/models/public_block_from_comment_params_spec.rb +1 -1
  760. data/client/spec/models/public_comment_base_spec.rb +1 -1
  761. data/client/spec/models/public_comment_spec.rb +1 -1
  762. data/client/spec/models/public_feed_posts_response_spec.rb +1 -1
  763. data/client/spec/models/public_page_spec.rb +60 -0
  764. data/client/spec/models/public_vote_spec.rb +1 -1
  765. data/client/spec/models/{flag_comment200_response_spec.rb → put_domain_config_response_spec.rb} +3 -3
  766. data/client/spec/models/put_sso_user_api_response_spec.rb +1 -1
  767. data/client/spec/models/query_predicate_spec.rb +1 -1
  768. data/client/spec/models/query_predicate_value_spec.rb +1 -1
  769. data/client/spec/models/question_config_custom_options_inner_spec.rb +1 -1
  770. data/client/spec/models/question_config_spec.rb +1 -1
  771. data/client/spec/models/question_datum_spec.rb +1 -1
  772. data/client/spec/models/question_rendering_type_spec.rb +1 -1
  773. data/client/spec/models/question_result_aggregation_overall_spec.rb +1 -1
  774. data/client/spec/models/question_result_spec.rb +1 -1
  775. data/client/spec/models/question_sub_question_visibility_spec.rb +1 -1
  776. data/client/spec/models/question_when_save_spec.rb +1 -1
  777. data/client/spec/models/react_body_params_spec.rb +1 -1
  778. data/client/spec/models/react_feed_post_response_spec.rb +1 -1
  779. data/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +1 -1
  780. data/client/spec/models/remove_comment_action_response_spec.rb +42 -0
  781. data/client/spec/models/remove_user_badge_response_spec.rb +42 -0
  782. data/client/spec/models/render_email_template_body_spec.rb +1 -1
  783. data/client/spec/models/render_email_template_response_spec.rb +1 -1
  784. data/client/spec/models/renderable_user_notification_spec.rb +1 -1
  785. data/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +1 -1
  786. data/client/spec/models/repeat_comment_handling_action_spec.rb +1 -1
  787. data/client/spec/models/replace_tenant_package_body_spec.rb +1 -1
  788. data/client/spec/models/replace_tenant_user_body_spec.rb +1 -1
  789. data/client/spec/models/reset_user_notifications_response_spec.rb +1 -1
  790. data/client/spec/models/save_comment_response_optimized_spec.rb +1 -1
  791. data/client/spec/models/save_comments_bulk_response_spec.rb +21 -0
  792. data/client/spec/models/save_comments_response_with_presence_spec.rb +1 -1
  793. data/client/spec/models/search_users_response_spec.rb +1 -1
  794. data/client/spec/models/{get_votes200_response_spec.rb → search_users_result_spec.rb} +3 -3
  795. data/client/spec/models/search_users_sectioned_response_spec.rb +1 -1
  796. data/client/spec/models/set_comment_approved_response_spec.rb +42 -0
  797. data/client/spec/models/set_comment_text_params_spec.rb +36 -0
  798. data/client/spec/models/set_comment_text_response_spec.rb +42 -0
  799. data/client/spec/models/set_comment_text_result_spec.rb +1 -1
  800. data/client/spec/models/set_user_trust_factor_response_spec.rb +42 -0
  801. data/client/spec/models/size_preset_spec.rb +1 -1
  802. data/client/spec/models/sort_directions_spec.rb +1 -1
  803. data/client/spec/models/sortdir_spec.rb +1 -1
  804. data/client/spec/models/spam_rule_spec.rb +1 -1
  805. data/client/spec/models/sso_security_level_spec.rb +1 -1
  806. data/client/spec/models/tenant_badge_spec.rb +156 -0
  807. data/client/spec/models/tenant_hash_tag_spec.rb +1 -1
  808. data/client/spec/models/tenant_package_spec.rb +43 -1
  809. data/client/spec/models/tos_config_spec.rb +1 -1
  810. data/client/spec/models/un_block_from_comment_params_spec.rb +1 -1
  811. data/client/spec/models/unblock_success_spec.rb +1 -1
  812. data/client/spec/models/updatable_comment_params_spec.rb +1 -1
  813. data/client/spec/models/update_api_page_data_spec.rb +1 -1
  814. data/client/spec/models/update_api_user_subscription_data_spec.rb +1 -1
  815. data/client/spec/models/update_apisso_user_data_spec.rb +1 -1
  816. data/client/spec/models/update_domain_config_params_spec.rb +1 -1
  817. data/client/spec/models/update_email_template_body_spec.rb +1 -1
  818. data/client/spec/models/update_feed_post_params_spec.rb +1 -1
  819. data/client/spec/models/update_hash_tag_body_spec.rb +1 -1
  820. data/client/spec/models/update_hash_tag_response_spec.rb +1 -1
  821. data/client/spec/models/update_moderator_body_spec.rb +1 -1
  822. data/client/spec/models/update_notification_body_spec.rb +1 -1
  823. data/client/spec/models/update_question_config_body_spec.rb +1 -1
  824. data/client/spec/models/update_question_result_body_spec.rb +1 -1
  825. data/client/spec/models/update_subscription_api_response_spec.rb +1 -1
  826. data/client/spec/models/update_tenant_body_spec.rb +1 -1
  827. data/client/spec/models/update_tenant_package_body_spec.rb +1 -1
  828. data/client/spec/models/update_tenant_user_body_spec.rb +1 -1
  829. data/client/spec/models/update_user_badge_params_spec.rb +1 -1
  830. data/client/spec/models/update_user_notification_comment_subscription_status_response_spec.rb +21 -0
  831. data/client/spec/models/{aggregate_question_results200_response_spec.rb → update_user_notification_page_subscription_status_response_spec.rb} +3 -3
  832. data/client/spec/models/{update_user_notification_status200_response_spec.rb → update_user_notification_status_response_spec.rb} +3 -3
  833. data/client/spec/models/upload_image_response_spec.rb +1 -1
  834. data/client/spec/models/user_badge_progress_spec.rb +1 -1
  835. data/client/spec/models/user_badge_spec.rb +1 -1
  836. data/client/spec/models/user_notification_count_spec.rb +1 -1
  837. data/client/spec/models/user_notification_spec.rb +1 -1
  838. data/client/spec/models/user_notification_write_response_spec.rb +1 -1
  839. data/client/spec/models/user_presence_data_spec.rb +1 -1
  840. data/client/spec/models/user_reacts_response_spec.rb +1 -1
  841. data/client/spec/models/user_search_result_spec.rb +1 -1
  842. data/client/spec/models/user_search_section_result_spec.rb +1 -1
  843. data/client/spec/models/user_search_section_spec.rb +1 -1
  844. data/client/spec/models/user_session_info_spec.rb +1 -1
  845. data/client/spec/models/user_spec.rb +7 -1
  846. data/client/spec/models/users_list_location_spec.rb +30 -0
  847. data/client/spec/models/vote_body_params_spec.rb +1 -1
  848. data/client/spec/models/vote_delete_response_spec.rb +1 -1
  849. data/client/spec/models/vote_response_spec.rb +1 -1
  850. data/client/spec/models/vote_response_user_spec.rb +1 -1
  851. data/client/spec/models/vote_style_spec.rb +1 -1
  852. data/client/spec/spec_helper.rb +1 -1
  853. data/lib/fastcomments.rb +1 -1
  854. metadata +302 -293
  855. data/client/docs/AddHashTag200Response.md +0 -34
  856. data/client/docs/AddHashTagsBulk200Response.md +0 -34
  857. data/client/docs/AggregateQuestionResults200Response.md +0 -34
  858. data/client/docs/BlockFromCommentPublic200Response.md +0 -34
  859. data/client/docs/BulkAggregateQuestionResults200Response.md +0 -34
  860. data/client/docs/ChangeTicketState200Response.md +0 -34
  861. data/client/docs/CheckedCommentsForBlocked200Response.md +0 -34
  862. data/client/docs/CombineCommentsWithQuestionResults200Response.md +0 -34
  863. data/client/docs/CreateCommentPublic200Response.md +0 -40
  864. data/client/docs/CreateEmailTemplate200Response.md +0 -34
  865. data/client/docs/CreateFeedPost200Response.md +0 -34
  866. data/client/docs/CreateFeedPostPublic200Response.md +0 -34
  867. data/client/docs/CreateModerator200Response.md +0 -34
  868. data/client/docs/CreateQuestionConfig200Response.md +0 -34
  869. data/client/docs/CreateQuestionResult200Response.md +0 -34
  870. data/client/docs/CreateTenant200Response.md +0 -34
  871. data/client/docs/CreateTenantPackage200Response.md +0 -34
  872. data/client/docs/CreateTenantUser200Response.md +0 -34
  873. data/client/docs/CreateTicket200Response.md +0 -34
  874. data/client/docs/CreateUserBadge200Response.md +0 -36
  875. data/client/docs/DeleteComment200Response.md +0 -34
  876. data/client/docs/DeleteCommentPublic200Response.md +0 -36
  877. data/client/docs/DeleteCommentVote200Response.md +0 -34
  878. data/client/docs/DeleteFeedPostPublic200Response.md +0 -32
  879. data/client/docs/FlagComment200Response.md +0 -36
  880. data/client/docs/FlagCommentPublic200Response.md +0 -32
  881. data/client/docs/GetAuditLogs200Response.md +0 -34
  882. data/client/docs/GetCachedNotificationCount200Response.md +0 -34
  883. data/client/docs/GetComment200Response.md +0 -34
  884. data/client/docs/GetCommentText200Response.md +0 -36
  885. data/client/docs/GetCommentVoteUserNames200Response.md +0 -36
  886. data/client/docs/GetComments200Response.md +0 -34
  887. data/client/docs/GetCommentsPublic200Response.md +0 -78
  888. data/client/docs/GetEmailTemplate200Response.md +0 -34
  889. data/client/docs/GetEmailTemplateDefinitions200Response.md +0 -34
  890. data/client/docs/GetEmailTemplateRenderErrors200Response.md +0 -34
  891. data/client/docs/GetEmailTemplates200Response.md +0 -34
  892. data/client/docs/GetEventLog200Response.md +0 -34
  893. data/client/docs/GetFeedPosts200Response.md +0 -34
  894. data/client/docs/GetFeedPostsPublic200Response.md +0 -44
  895. data/client/docs/GetFeedPostsStats200Response.md +0 -34
  896. data/client/docs/GetHashTags200Response.md +0 -34
  897. data/client/docs/GetModerator200Response.md +0 -34
  898. data/client/docs/GetModerators200Response.md +0 -34
  899. data/client/docs/GetNotificationCount200Response.md +0 -34
  900. data/client/docs/GetNotifications200Response.md +0 -34
  901. data/client/docs/GetPendingWebhookEventCount200Response.md +0 -34
  902. data/client/docs/GetPendingWebhookEvents200Response.md +0 -34
  903. data/client/docs/GetQuestionConfig200Response.md +0 -34
  904. data/client/docs/GetQuestionConfigs200Response.md +0 -34
  905. data/client/docs/GetQuestionResult200Response.md +0 -34
  906. data/client/docs/GetQuestionResults200Response.md +0 -34
  907. data/client/docs/GetTenant200Response.md +0 -34
  908. data/client/docs/GetTenantDailyUsages200Response.md +0 -34
  909. data/client/docs/GetTenantPackage200Response.md +0 -34
  910. data/client/docs/GetTenantPackages200Response.md +0 -34
  911. data/client/docs/GetTenantUser200Response.md +0 -34
  912. data/client/docs/GetTenantUsers200Response.md +0 -34
  913. data/client/docs/GetTenants200Response.md +0 -34
  914. data/client/docs/GetTicket200Response.md +0 -36
  915. data/client/docs/GetTickets200Response.md +0 -34
  916. data/client/docs/GetUser200Response.md +0 -34
  917. data/client/docs/GetUserBadge200Response.md +0 -34
  918. data/client/docs/GetUserBadgeProgressById200Response.md +0 -34
  919. data/client/docs/GetUserBadgeProgressList200Response.md +0 -34
  920. data/client/docs/GetUserBadges200Response.md +0 -34
  921. data/client/docs/GetUserNotificationCount200Response.md +0 -34
  922. data/client/docs/GetUserNotifications200Response.md +0 -40
  923. data/client/docs/GetUserPresenceStatuses200Response.md +0 -34
  924. data/client/docs/GetUserReactsPublic200Response.md +0 -34
  925. data/client/docs/GetVotes200Response.md +0 -38
  926. data/client/docs/GetVotesForUser200Response.md +0 -38
  927. data/client/docs/LockComment200Response.md +0 -32
  928. data/client/docs/PinComment200Response.md +0 -34
  929. data/client/docs/ReactFeedPostPublic200Response.md +0 -36
  930. data/client/docs/RenderEmailTemplate200Response.md +0 -34
  931. data/client/docs/ResetUserNotifications200Response.md +0 -32
  932. data/client/docs/SearchUsers200Response.md +0 -36
  933. data/client/docs/SetCommentText200Response.md +0 -34
  934. data/client/docs/UnBlockCommentPublic200Response.md +0 -34
  935. data/client/docs/UpdateUserBadge200Response.md +0 -32
  936. data/client/docs/UpdateUserNotificationStatus200Response.md +0 -38
  937. data/client/docs/VoteComment200Response.md +0 -40
  938. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +0 -103
  939. data/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb +0 -103
  940. data/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +0 -103
  941. data/client/lib/fastcomments-client/models/create_comment_public200_response.rb +0 -103
  942. data/client/lib/fastcomments-client/models/create_email_template200_response.rb +0 -103
  943. data/client/lib/fastcomments-client/models/create_feed_post200_response.rb +0 -103
  944. data/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +0 -103
  945. data/client/lib/fastcomments-client/models/create_moderator200_response.rb +0 -103
  946. data/client/lib/fastcomments-client/models/create_question_config200_response.rb +0 -103
  947. data/client/lib/fastcomments-client/models/create_question_result200_response.rb +0 -103
  948. data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +0 -103
  949. data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +0 -103
  950. data/client/lib/fastcomments-client/models/create_ticket200_response.rb +0 -103
  951. data/client/lib/fastcomments-client/models/create_user_badge200_response.rb +0 -103
  952. data/client/lib/fastcomments-client/models/delete_comment200_response.rb +0 -103
  953. data/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +0 -103
  954. data/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +0 -103
  955. data/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +0 -103
  956. data/client/lib/fastcomments-client/models/flag_comment200_response.rb +0 -103
  957. data/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +0 -103
  958. data/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +0 -103
  959. data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +0 -103
  960. data/client/lib/fastcomments-client/models/get_comment200_response.rb +0 -103
  961. data/client/lib/fastcomments-client/models/get_comment_text200_response.rb +0 -103
  962. data/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +0 -103
  963. data/client/lib/fastcomments-client/models/get_comments200_response.rb +0 -103
  964. data/client/lib/fastcomments-client/models/get_comments_public200_response.rb +0 -103
  965. data/client/lib/fastcomments-client/models/get_domain_config200_response.rb +0 -103
  966. data/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +0 -103
  967. data/client/lib/fastcomments-client/models/get_email_template200_response.rb +0 -103
  968. data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +0 -103
  969. data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +0 -103
  970. data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +0 -103
  971. data/client/lib/fastcomments-client/models/get_event_log200_response.rb +0 -103
  972. data/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +0 -103
  973. data/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +0 -103
  974. data/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +0 -103
  975. data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +0 -103
  976. data/client/lib/fastcomments-client/models/get_moderator200_response.rb +0 -103
  977. data/client/lib/fastcomments-client/models/get_moderators200_response.rb +0 -103
  978. data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +0 -103
  979. data/client/lib/fastcomments-client/models/get_notifications200_response.rb +0 -103
  980. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +0 -103
  981. data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +0 -103
  982. data/client/lib/fastcomments-client/models/get_question_config200_response.rb +0 -103
  983. data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +0 -103
  984. data/client/lib/fastcomments-client/models/get_question_result200_response.rb +0 -103
  985. data/client/lib/fastcomments-client/models/get_question_results200_response.rb +0 -103
  986. data/client/lib/fastcomments-client/models/get_tenant200_response.rb +0 -103
  987. data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +0 -103
  988. data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +0 -103
  989. data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +0 -103
  990. data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +0 -103
  991. data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +0 -103
  992. data/client/lib/fastcomments-client/models/get_tenants200_response.rb +0 -103
  993. data/client/lib/fastcomments-client/models/get_ticket200_response.rb +0 -103
  994. data/client/lib/fastcomments-client/models/get_tickets200_response.rb +0 -103
  995. data/client/lib/fastcomments-client/models/get_user_badge200_response.rb +0 -103
  996. data/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +0 -103
  997. data/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +0 -103
  998. data/client/lib/fastcomments-client/models/get_user_badges200_response.rb +0 -103
  999. data/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +0 -103
  1000. data/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +0 -103
  1001. data/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +0 -103
  1002. data/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +0 -103
  1003. data/client/lib/fastcomments-client/models/get_votes200_response.rb +0 -103
  1004. data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +0 -103
  1005. data/client/lib/fastcomments-client/models/lock_comment200_response.rb +0 -103
  1006. data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +0 -103
  1007. data/client/lib/fastcomments-client/models/pin_comment200_response.rb +0 -103
  1008. data/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +0 -103
  1009. data/client/lib/fastcomments-client/models/render_email_template200_response.rb +0 -103
  1010. data/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +0 -103
  1011. data/client/lib/fastcomments-client/models/save_comment200_response.rb +0 -103
  1012. data/client/lib/fastcomments-client/models/set_comment_text200_response.rb +0 -103
  1013. data/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +0 -103
  1014. data/client/lib/fastcomments-client/models/update_user_badge200_response.rb +0 -103
  1015. data/client/lib/fastcomments-client/models/vote_comment200_response.rb +0 -103
  1016. data/client/spec/models/block_from_comment_public200_response_spec.rb +0 -21
  1017. data/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +0 -21
  1018. data/client/spec/models/change_ticket_state200_response_spec.rb +0 -21
  1019. data/client/spec/models/checked_comments_for_blocked200_response_spec.rb +0 -21
  1020. data/client/spec/models/combine_comments_with_question_results200_response_spec.rb +0 -21
  1021. data/client/spec/models/create_comment_public200_response_spec.rb +0 -21
  1022. data/client/spec/models/create_email_template200_response_spec.rb +0 -21
  1023. data/client/spec/models/create_feed_post_public200_response_spec.rb +0 -21
  1024. data/client/spec/models/create_moderator200_response_spec.rb +0 -21
  1025. data/client/spec/models/create_question_config200_response_spec.rb +0 -21
  1026. data/client/spec/models/create_question_result200_response_spec.rb +0 -21
  1027. data/client/spec/models/create_tenant_package200_response_spec.rb +0 -21
  1028. data/client/spec/models/create_tenant_user200_response_spec.rb +0 -21
  1029. data/client/spec/models/create_user_badge200_response_spec.rb +0 -21
  1030. data/client/spec/models/delete_comment_public200_response_spec.rb +0 -21
  1031. data/client/spec/models/delete_feed_post_public200_response_spec.rb +0 -21
  1032. data/client/spec/models/flag_comment_public200_response_spec.rb +0 -21
  1033. data/client/spec/models/get_audit_logs200_response_spec.rb +0 -21
  1034. data/client/spec/models/get_cached_notification_count200_response_spec.rb +0 -21
  1035. data/client/spec/models/get_comment_text200_response_spec.rb +0 -21
  1036. data/client/spec/models/get_comment_vote_user_names200_response_spec.rb +0 -21
  1037. data/client/spec/models/get_comments200_response_spec.rb +0 -21
  1038. data/client/spec/models/get_comments_public200_response_spec.rb +0 -21
  1039. data/client/spec/models/get_domain_config200_response_spec.rb +0 -21
  1040. data/client/spec/models/get_domain_configs200_response_spec.rb +0 -21
  1041. data/client/spec/models/get_email_template200_response_spec.rb +0 -21
  1042. data/client/spec/models/get_email_template_definitions200_response_spec.rb +0 -21
  1043. data/client/spec/models/get_email_template_render_errors200_response_spec.rb +0 -21
  1044. data/client/spec/models/get_email_templates200_response_spec.rb +0 -21
  1045. data/client/spec/models/get_event_log200_response_spec.rb +0 -21
  1046. data/client/spec/models/get_feed_posts200_response_spec.rb +0 -21
  1047. data/client/spec/models/get_feed_posts_public200_response_spec.rb +0 -21
  1048. data/client/spec/models/get_feed_posts_stats200_response_spec.rb +0 -21
  1049. data/client/spec/models/get_hash_tags200_response_spec.rb +0 -21
  1050. data/client/spec/models/get_moderator200_response_spec.rb +0 -21
  1051. data/client/spec/models/get_moderators200_response_spec.rb +0 -21
  1052. data/client/spec/models/get_notification_count200_response_spec.rb +0 -21
  1053. data/client/spec/models/get_notifications200_response_spec.rb +0 -21
  1054. data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +0 -21
  1055. data/client/spec/models/get_pending_webhook_events200_response_spec.rb +0 -21
  1056. data/client/spec/models/get_question_config200_response_spec.rb +0 -21
  1057. data/client/spec/models/get_question_configs200_response_spec.rb +0 -21
  1058. data/client/spec/models/get_question_result200_response_spec.rb +0 -21
  1059. data/client/spec/models/get_question_results200_response_spec.rb +0 -21
  1060. data/client/spec/models/get_tenant200_response_spec.rb +0 -21
  1061. data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +0 -21
  1062. data/client/spec/models/get_tenant_package200_response_spec.rb +0 -21
  1063. data/client/spec/models/get_tenant_packages200_response_spec.rb +0 -21
  1064. data/client/spec/models/get_tenant_user200_response_spec.rb +0 -21
  1065. data/client/spec/models/get_tenant_users200_response_spec.rb +0 -21
  1066. data/client/spec/models/get_tenants200_response_spec.rb +0 -21
  1067. data/client/spec/models/get_ticket200_response_spec.rb +0 -21
  1068. data/client/spec/models/get_tickets200_response_spec.rb +0 -21
  1069. data/client/spec/models/get_user_badge200_response_spec.rb +0 -21
  1070. data/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +0 -21
  1071. data/client/spec/models/get_user_badge_progress_list200_response_spec.rb +0 -21
  1072. data/client/spec/models/get_user_badges200_response_spec.rb +0 -21
  1073. data/client/spec/models/get_user_notification_count200_response_spec.rb +0 -21
  1074. data/client/spec/models/get_user_notifications200_response_spec.rb +0 -21
  1075. data/client/spec/models/get_user_presence_statuses200_response_spec.rb +0 -21
  1076. data/client/spec/models/get_user_reacts_public200_response_spec.rb +0 -21
  1077. data/client/spec/models/get_votes_for_user200_response_spec.rb +0 -21
  1078. data/client/spec/models/lock_comment200_response_spec.rb +0 -21
  1079. data/client/spec/models/patch_hash_tag200_response_spec.rb +0 -21
  1080. data/client/spec/models/pin_comment200_response_spec.rb +0 -21
  1081. data/client/spec/models/react_feed_post_public200_response_spec.rb +0 -21
  1082. data/client/spec/models/record_string_string_or_number_value_spec.rb +0 -21
  1083. data/client/spec/models/render_email_template200_response_spec.rb +0 -21
  1084. data/client/spec/models/save_comment200_response_spec.rb +0 -21
  1085. data/client/spec/models/search_users200_response_spec.rb +0 -21
  1086. data/client/spec/models/set_comment_text200_response_spec.rb +0 -21
  1087. data/client/spec/models/un_block_comment_public200_response_spec.rb +0 -21
  1088. data/client/spec/models/update_user_badge200_response_spec.rb +0 -21
  1089. data/client/spec/models/vote_comment200_response_spec.rb +0 -21
@@ -122,7 +122,7 @@ All URIs are relative to *https://fastcomments.com*
122
122
 
123
123
  ## add_domain_config
124
124
 
125
- > <AddDomainConfig200Response> add_domain_config(tenant_id, add_domain_config_params)
125
+ > <AddDomainConfigResponse> add_domain_config(tenant_id, add_domain_config_params)
126
126
 
127
127
 
128
128
 
@@ -156,7 +156,7 @@ end
156
156
 
157
157
  This returns an Array which contains the response data, status code and headers.
158
158
 
159
- > <Array(<AddDomainConfig200Response>, Integer, Hash)> add_domain_config_with_http_info(tenant_id, add_domain_config_params)
159
+ > <Array(<AddDomainConfigResponse>, Integer, Hash)> add_domain_config_with_http_info(tenant_id, add_domain_config_params)
160
160
 
161
161
  ```ruby
162
162
  begin
@@ -164,7 +164,7 @@ begin
164
164
  data, status_code, headers = api_instance.add_domain_config_with_http_info(tenant_id, add_domain_config_params)
165
165
  p status_code # => 2xx
166
166
  p headers # => { ... }
167
- p data # => <AddDomainConfig200Response>
167
+ p data # => <AddDomainConfigResponse>
168
168
  rescue FastCommentsClient::ApiError => e
169
169
  puts "Error when calling DefaultApi->add_domain_config_with_http_info: #{e}"
170
170
  end
@@ -179,7 +179,7 @@ end
179
179
 
180
180
  ### Return type
181
181
 
182
- [**AddDomainConfig200Response**](AddDomainConfig200Response.md)
182
+ [**AddDomainConfigResponse**](AddDomainConfigResponse.md)
183
183
 
184
184
  ### Authorization
185
185
 
@@ -193,7 +193,7 @@ end
193
193
 
194
194
  ## add_hash_tag
195
195
 
196
- > <AddHashTag200Response> add_hash_tag(opts)
196
+ > <CreateHashTagResponse> add_hash_tag(tenant_id, create_hash_tag_body)
197
197
 
198
198
 
199
199
 
@@ -211,14 +211,12 @@ FastCommentsClient.configure do |config|
211
211
  end
212
212
 
213
213
  api_instance = FastCommentsClient::DefaultApi.new
214
- opts = {
215
- tenant_id: 'tenant_id_example', # String |
216
- create_hash_tag_body: FastCommentsClient::CreateHashTagBody.new({tag: 'tag_example'}) # CreateHashTagBody |
217
- }
214
+ tenant_id = 'tenant_id_example' # String |
215
+ create_hash_tag_body = FastCommentsClient::CreateHashTagBody.new({tag: 'tag_example'}) # CreateHashTagBody |
218
216
 
219
217
  begin
220
218
 
221
- result = api_instance.add_hash_tag(opts)
219
+ result = api_instance.add_hash_tag(tenant_id, create_hash_tag_body)
222
220
  p result
223
221
  rescue FastCommentsClient::ApiError => e
224
222
  puts "Error when calling DefaultApi->add_hash_tag: #{e}"
@@ -229,15 +227,15 @@ end
229
227
 
230
228
  This returns an Array which contains the response data, status code and headers.
231
229
 
232
- > <Array(<AddHashTag200Response>, Integer, Hash)> add_hash_tag_with_http_info(opts)
230
+ > <Array(<CreateHashTagResponse>, Integer, Hash)> add_hash_tag_with_http_info(tenant_id, create_hash_tag_body)
233
231
 
234
232
  ```ruby
235
233
  begin
236
234
 
237
- data, status_code, headers = api_instance.add_hash_tag_with_http_info(opts)
235
+ data, status_code, headers = api_instance.add_hash_tag_with_http_info(tenant_id, create_hash_tag_body)
238
236
  p status_code # => 2xx
239
237
  p headers # => { ... }
240
- p data # => <AddHashTag200Response>
238
+ p data # => <CreateHashTagResponse>
241
239
  rescue FastCommentsClient::ApiError => e
242
240
  puts "Error when calling DefaultApi->add_hash_tag_with_http_info: #{e}"
243
241
  end
@@ -247,12 +245,12 @@ end
247
245
 
248
246
  | Name | Type | Description | Notes |
249
247
  | ---- | ---- | ----------- | ----- |
250
- | **tenant_id** | **String** | | [optional] |
248
+ | **tenant_id** | **String** | | |
251
249
  | **create_hash_tag_body** | [**CreateHashTagBody**](CreateHashTagBody.md) | | [optional] |
252
250
 
253
251
  ### Return type
254
252
 
255
- [**AddHashTag200Response**](AddHashTag200Response.md)
253
+ [**CreateHashTagResponse**](CreateHashTagResponse.md)
256
254
 
257
255
  ### Authorization
258
256
 
@@ -266,7 +264,7 @@ end
266
264
 
267
265
  ## add_hash_tags_bulk
268
266
 
269
- > <AddHashTagsBulk200Response> add_hash_tags_bulk(opts)
267
+ > <BulkCreateHashTagsResponse> add_hash_tags_bulk(tenant_id, bulk_create_hash_tags_body)
270
268
 
271
269
 
272
270
 
@@ -284,14 +282,12 @@ FastCommentsClient.configure do |config|
284
282
  end
285
283
 
286
284
  api_instance = FastCommentsClient::DefaultApi.new
287
- opts = {
288
- tenant_id: 'tenant_id_example', # String |
289
- bulk_create_hash_tags_body: FastCommentsClient::BulkCreateHashTagsBody.new({tags: [FastCommentsClient::BulkCreateHashTagsBodyTagsInner.new({tag: 'tag_example'})]}) # BulkCreateHashTagsBody |
290
- }
285
+ tenant_id = 'tenant_id_example' # String |
286
+ bulk_create_hash_tags_body = FastCommentsClient::BulkCreateHashTagsBody.new({tags: [FastCommentsClient::BulkCreateHashTagsBodyTagsInner.new({tag: 'tag_example'})]}) # BulkCreateHashTagsBody |
291
287
 
292
288
  begin
293
289
 
294
- result = api_instance.add_hash_tags_bulk(opts)
290
+ result = api_instance.add_hash_tags_bulk(tenant_id, bulk_create_hash_tags_body)
295
291
  p result
296
292
  rescue FastCommentsClient::ApiError => e
297
293
  puts "Error when calling DefaultApi->add_hash_tags_bulk: #{e}"
@@ -302,15 +298,15 @@ end
302
298
 
303
299
  This returns an Array which contains the response data, status code and headers.
304
300
 
305
- > <Array(<AddHashTagsBulk200Response>, Integer, Hash)> add_hash_tags_bulk_with_http_info(opts)
301
+ > <Array(<BulkCreateHashTagsResponse>, Integer, Hash)> add_hash_tags_bulk_with_http_info(tenant_id, bulk_create_hash_tags_body)
306
302
 
307
303
  ```ruby
308
304
  begin
309
305
 
310
- data, status_code, headers = api_instance.add_hash_tags_bulk_with_http_info(opts)
306
+ data, status_code, headers = api_instance.add_hash_tags_bulk_with_http_info(tenant_id, bulk_create_hash_tags_body)
311
307
  p status_code # => 2xx
312
308
  p headers # => { ... }
313
- p data # => <AddHashTagsBulk200Response>
309
+ p data # => <BulkCreateHashTagsResponse>
314
310
  rescue FastCommentsClient::ApiError => e
315
311
  puts "Error when calling DefaultApi->add_hash_tags_bulk_with_http_info: #{e}"
316
312
  end
@@ -320,12 +316,12 @@ end
320
316
 
321
317
  | Name | Type | Description | Notes |
322
318
  | ---- | ---- | ----------- | ----- |
323
- | **tenant_id** | **String** | | [optional] |
319
+ | **tenant_id** | **String** | | |
324
320
  | **bulk_create_hash_tags_body** | [**BulkCreateHashTagsBody**](BulkCreateHashTagsBody.md) | | [optional] |
325
321
 
326
322
  ### Return type
327
323
 
328
- [**AddHashTagsBulk200Response**](AddHashTagsBulk200Response.md)
324
+ [**BulkCreateHashTagsResponse**](BulkCreateHashTagsResponse.md)
329
325
 
330
326
  ### Authorization
331
327
 
@@ -481,7 +477,7 @@ end
481
477
 
482
478
  ## aggregate
483
479
 
484
- > <AggregationResponse> aggregate(tenant_id, aggregation_request, opts)
480
+ > <AggregateResponse> aggregate(tenant_id, aggregation_request, opts)
485
481
 
486
482
 
487
483
 
@@ -521,7 +517,7 @@ end
521
517
 
522
518
  This returns an Array which contains the response data, status code and headers.
523
519
 
524
- > <Array(<AggregationResponse>, Integer, Hash)> aggregate_with_http_info(tenant_id, aggregation_request, opts)
520
+ > <Array(<AggregateResponse>, Integer, Hash)> aggregate_with_http_info(tenant_id, aggregation_request, opts)
525
521
 
526
522
  ```ruby
527
523
  begin
@@ -529,7 +525,7 @@ begin
529
525
  data, status_code, headers = api_instance.aggregate_with_http_info(tenant_id, aggregation_request, opts)
530
526
  p status_code # => 2xx
531
527
  p headers # => { ... }
532
- p data # => <AggregationResponse>
528
+ p data # => <AggregateResponse>
533
529
  rescue FastCommentsClient::ApiError => e
534
530
  puts "Error when calling DefaultApi->aggregate_with_http_info: #{e}"
535
531
  end
@@ -546,7 +542,7 @@ end
546
542
 
547
543
  ### Return type
548
544
 
549
- [**AggregationResponse**](AggregationResponse.md)
545
+ [**AggregateResponse**](AggregateResponse.md)
550
546
 
551
547
  ### Authorization
552
548
 
@@ -560,7 +556,7 @@ end
560
556
 
561
557
  ## aggregate_question_results
562
558
 
563
- > <AggregateQuestionResults200Response> aggregate_question_results(tenant_id, opts)
559
+ > <AggregateQuestionResultsResponse> aggregate_question_results(tenant_id, opts)
564
560
 
565
561
 
566
562
 
@@ -601,7 +597,7 @@ end
601
597
 
602
598
  This returns an Array which contains the response data, status code and headers.
603
599
 
604
- > <Array(<AggregateQuestionResults200Response>, Integer, Hash)> aggregate_question_results_with_http_info(tenant_id, opts)
600
+ > <Array(<AggregateQuestionResultsResponse>, Integer, Hash)> aggregate_question_results_with_http_info(tenant_id, opts)
605
601
 
606
602
  ```ruby
607
603
  begin
@@ -609,7 +605,7 @@ begin
609
605
  data, status_code, headers = api_instance.aggregate_question_results_with_http_info(tenant_id, opts)
610
606
  p status_code # => 2xx
611
607
  p headers # => { ... }
612
- p data # => <AggregateQuestionResults200Response>
608
+ p data # => <AggregateQuestionResultsResponse>
613
609
  rescue FastCommentsClient::ApiError => e
614
610
  puts "Error when calling DefaultApi->aggregate_question_results_with_http_info: #{e}"
615
611
  end
@@ -629,7 +625,7 @@ end
629
625
 
630
626
  ### Return type
631
627
 
632
- [**AggregateQuestionResults200Response**](AggregateQuestionResults200Response.md)
628
+ [**AggregateQuestionResultsResponse**](AggregateQuestionResultsResponse.md)
633
629
 
634
630
  ### Authorization
635
631
 
@@ -643,7 +639,7 @@ end
643
639
 
644
640
  ## block_user_from_comment
645
641
 
646
- > <BlockFromCommentPublic200Response> block_user_from_comment(tenant_id, id, block_from_comment_params, opts)
642
+ > <BlockSuccess> block_user_from_comment(tenant_id, id, block_from_comment_params, opts)
647
643
 
648
644
 
649
645
 
@@ -682,7 +678,7 @@ end
682
678
 
683
679
  This returns an Array which contains the response data, status code and headers.
684
680
 
685
- > <Array(<BlockFromCommentPublic200Response>, Integer, Hash)> block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
681
+ > <Array(<BlockSuccess>, Integer, Hash)> block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
686
682
 
687
683
  ```ruby
688
684
  begin
@@ -690,7 +686,7 @@ begin
690
686
  data, status_code, headers = api_instance.block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
691
687
  p status_code # => 2xx
692
688
  p headers # => { ... }
693
- p data # => <BlockFromCommentPublic200Response>
689
+ p data # => <BlockSuccess>
694
690
  rescue FastCommentsClient::ApiError => e
695
691
  puts "Error when calling DefaultApi->block_user_from_comment_with_http_info: #{e}"
696
692
  end
@@ -708,7 +704,7 @@ end
708
704
 
709
705
  ### Return type
710
706
 
711
- [**BlockFromCommentPublic200Response**](BlockFromCommentPublic200Response.md)
707
+ [**BlockSuccess**](BlockSuccess.md)
712
708
 
713
709
  ### Authorization
714
710
 
@@ -722,7 +718,7 @@ end
722
718
 
723
719
  ## bulk_aggregate_question_results
724
720
 
725
- > <BulkAggregateQuestionResults200Response> bulk_aggregate_question_results(tenant_id, bulk_aggregate_question_results_request, opts)
721
+ > <BulkAggregateQuestionResultsResponse> bulk_aggregate_question_results(tenant_id, bulk_aggregate_question_results_request, opts)
726
722
 
727
723
 
728
724
 
@@ -759,7 +755,7 @@ end
759
755
 
760
756
  This returns an Array which contains the response data, status code and headers.
761
757
 
762
- > <Array(<BulkAggregateQuestionResults200Response>, Integer, Hash)> bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
758
+ > <Array(<BulkAggregateQuestionResultsResponse>, Integer, Hash)> bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
763
759
 
764
760
  ```ruby
765
761
  begin
@@ -767,7 +763,7 @@ begin
767
763
  data, status_code, headers = api_instance.bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
768
764
  p status_code # => 2xx
769
765
  p headers # => { ... }
770
- p data # => <BulkAggregateQuestionResults200Response>
766
+ p data # => <BulkAggregateQuestionResultsResponse>
771
767
  rescue FastCommentsClient::ApiError => e
772
768
  puts "Error when calling DefaultApi->bulk_aggregate_question_results_with_http_info: #{e}"
773
769
  end
@@ -783,7 +779,7 @@ end
783
779
 
784
780
  ### Return type
785
781
 
786
- [**BulkAggregateQuestionResults200Response**](BulkAggregateQuestionResults200Response.md)
782
+ [**BulkAggregateQuestionResultsResponse**](BulkAggregateQuestionResultsResponse.md)
787
783
 
788
784
  ### Authorization
789
785
 
@@ -797,7 +793,7 @@ end
797
793
 
798
794
  ## change_ticket_state
799
795
 
800
- > <ChangeTicketState200Response> change_ticket_state(tenant_id, user_id, id, change_ticket_state_body)
796
+ > <ChangeTicketStateResponse> change_ticket_state(tenant_id, user_id, id, change_ticket_state_body)
801
797
 
802
798
 
803
799
 
@@ -833,7 +829,7 @@ end
833
829
 
834
830
  This returns an Array which contains the response data, status code and headers.
835
831
 
836
- > <Array(<ChangeTicketState200Response>, Integer, Hash)> change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body)
832
+ > <Array(<ChangeTicketStateResponse>, Integer, Hash)> change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body)
837
833
 
838
834
  ```ruby
839
835
  begin
@@ -841,7 +837,7 @@ begin
841
837
  data, status_code, headers = api_instance.change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body)
842
838
  p status_code # => 2xx
843
839
  p headers # => { ... }
844
- p data # => <ChangeTicketState200Response>
840
+ p data # => <ChangeTicketStateResponse>
845
841
  rescue FastCommentsClient::ApiError => e
846
842
  puts "Error when calling DefaultApi->change_ticket_state_with_http_info: #{e}"
847
843
  end
@@ -858,7 +854,7 @@ end
858
854
 
859
855
  ### Return type
860
856
 
861
- [**ChangeTicketState200Response**](ChangeTicketState200Response.md)
857
+ [**ChangeTicketStateResponse**](ChangeTicketStateResponse.md)
862
858
 
863
859
  ### Authorization
864
860
 
@@ -872,7 +868,7 @@ end
872
868
 
873
869
  ## combine_comments_with_question_results
874
870
 
875
- > <CombineCommentsWithQuestionResults200Response> combine_comments_with_question_results(tenant_id, opts)
871
+ > <CombineQuestionResultsWithCommentsResponse> combine_comments_with_question_results(tenant_id, opts)
876
872
 
877
873
 
878
874
 
@@ -915,7 +911,7 @@ end
915
911
 
916
912
  This returns an Array which contains the response data, status code and headers.
917
913
 
918
- > <Array(<CombineCommentsWithQuestionResults200Response>, Integer, Hash)> combine_comments_with_question_results_with_http_info(tenant_id, opts)
914
+ > <Array(<CombineQuestionResultsWithCommentsResponse>, Integer, Hash)> combine_comments_with_question_results_with_http_info(tenant_id, opts)
919
915
 
920
916
  ```ruby
921
917
  begin
@@ -923,7 +919,7 @@ begin
923
919
  data, status_code, headers = api_instance.combine_comments_with_question_results_with_http_info(tenant_id, opts)
924
920
  p status_code # => 2xx
925
921
  p headers # => { ... }
926
- p data # => <CombineCommentsWithQuestionResults200Response>
922
+ p data # => <CombineQuestionResultsWithCommentsResponse>
927
923
  rescue FastCommentsClient::ApiError => e
928
924
  puts "Error when calling DefaultApi->combine_comments_with_question_results_with_http_info: #{e}"
929
925
  end
@@ -945,7 +941,7 @@ end
945
941
 
946
942
  ### Return type
947
943
 
948
- [**CombineCommentsWithQuestionResults200Response**](CombineCommentsWithQuestionResults200Response.md)
944
+ [**CombineQuestionResultsWithCommentsResponse**](CombineQuestionResultsWithCommentsResponse.md)
949
945
 
950
946
  ### Authorization
951
947
 
@@ -959,7 +955,7 @@ end
959
955
 
960
956
  ## create_email_template
961
957
 
962
- > <CreateEmailTemplate200Response> create_email_template(tenant_id, create_email_template_body)
958
+ > <CreateEmailTemplateResponse> create_email_template(tenant_id, create_email_template_body)
963
959
 
964
960
 
965
961
 
@@ -993,7 +989,7 @@ end
993
989
 
994
990
  This returns an Array which contains the response data, status code and headers.
995
991
 
996
- > <Array(<CreateEmailTemplate200Response>, Integer, Hash)> create_email_template_with_http_info(tenant_id, create_email_template_body)
992
+ > <Array(<CreateEmailTemplateResponse>, Integer, Hash)> create_email_template_with_http_info(tenant_id, create_email_template_body)
997
993
 
998
994
  ```ruby
999
995
  begin
@@ -1001,7 +997,7 @@ begin
1001
997
  data, status_code, headers = api_instance.create_email_template_with_http_info(tenant_id, create_email_template_body)
1002
998
  p status_code # => 2xx
1003
999
  p headers # => { ... }
1004
- p data # => <CreateEmailTemplate200Response>
1000
+ p data # => <CreateEmailTemplateResponse>
1005
1001
  rescue FastCommentsClient::ApiError => e
1006
1002
  puts "Error when calling DefaultApi->create_email_template_with_http_info: #{e}"
1007
1003
  end
@@ -1016,7 +1012,7 @@ end
1016
1012
 
1017
1013
  ### Return type
1018
1014
 
1019
- [**CreateEmailTemplate200Response**](CreateEmailTemplate200Response.md)
1015
+ [**CreateEmailTemplateResponse**](CreateEmailTemplateResponse.md)
1020
1016
 
1021
1017
  ### Authorization
1022
1018
 
@@ -1030,7 +1026,7 @@ end
1030
1026
 
1031
1027
  ## create_feed_post
1032
1028
 
1033
- > <CreateFeedPost200Response> create_feed_post(tenant_id, create_feed_post_params, opts)
1029
+ > <CreateFeedPostsResponse> create_feed_post(tenant_id, create_feed_post_params, opts)
1034
1030
 
1035
1031
 
1036
1032
 
@@ -1070,7 +1066,7 @@ end
1070
1066
 
1071
1067
  This returns an Array which contains the response data, status code and headers.
1072
1068
 
1073
- > <Array(<CreateFeedPost200Response>, Integer, Hash)> create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
1069
+ > <Array(<CreateFeedPostsResponse>, Integer, Hash)> create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
1074
1070
 
1075
1071
  ```ruby
1076
1072
  begin
@@ -1078,7 +1074,7 @@ begin
1078
1074
  data, status_code, headers = api_instance.create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
1079
1075
  p status_code # => 2xx
1080
1076
  p headers # => { ... }
1081
- p data # => <CreateFeedPost200Response>
1077
+ p data # => <CreateFeedPostsResponse>
1082
1078
  rescue FastCommentsClient::ApiError => e
1083
1079
  puts "Error when calling DefaultApi->create_feed_post_with_http_info: #{e}"
1084
1080
  end
@@ -1097,7 +1093,7 @@ end
1097
1093
 
1098
1094
  ### Return type
1099
1095
 
1100
- [**CreateFeedPost200Response**](CreateFeedPost200Response.md)
1096
+ [**CreateFeedPostsResponse**](CreateFeedPostsResponse.md)
1101
1097
 
1102
1098
  ### Authorization
1103
1099
 
@@ -1111,7 +1107,7 @@ end
1111
1107
 
1112
1108
  ## create_moderator
1113
1109
 
1114
- > <CreateModerator200Response> create_moderator(tenant_id, create_moderator_body)
1110
+ > <CreateModeratorResponse> create_moderator(tenant_id, create_moderator_body)
1115
1111
 
1116
1112
 
1117
1113
 
@@ -1145,7 +1141,7 @@ end
1145
1141
 
1146
1142
  This returns an Array which contains the response data, status code and headers.
1147
1143
 
1148
- > <Array(<CreateModerator200Response>, Integer, Hash)> create_moderator_with_http_info(tenant_id, create_moderator_body)
1144
+ > <Array(<CreateModeratorResponse>, Integer, Hash)> create_moderator_with_http_info(tenant_id, create_moderator_body)
1149
1145
 
1150
1146
  ```ruby
1151
1147
  begin
@@ -1153,7 +1149,7 @@ begin
1153
1149
  data, status_code, headers = api_instance.create_moderator_with_http_info(tenant_id, create_moderator_body)
1154
1150
  p status_code # => 2xx
1155
1151
  p headers # => { ... }
1156
- p data # => <CreateModerator200Response>
1152
+ p data # => <CreateModeratorResponse>
1157
1153
  rescue FastCommentsClient::ApiError => e
1158
1154
  puts "Error when calling DefaultApi->create_moderator_with_http_info: #{e}"
1159
1155
  end
@@ -1168,7 +1164,7 @@ end
1168
1164
 
1169
1165
  ### Return type
1170
1166
 
1171
- [**CreateModerator200Response**](CreateModerator200Response.md)
1167
+ [**CreateModeratorResponse**](CreateModeratorResponse.md)
1172
1168
 
1173
1169
  ### Authorization
1174
1170
 
@@ -1182,7 +1178,7 @@ end
1182
1178
 
1183
1179
  ## create_question_config
1184
1180
 
1185
- > <CreateQuestionConfig200Response> create_question_config(tenant_id, create_question_config_body)
1181
+ > <CreateQuestionConfigResponse> create_question_config(tenant_id, create_question_config_body)
1186
1182
 
1187
1183
 
1188
1184
 
@@ -1216,7 +1212,7 @@ end
1216
1212
 
1217
1213
  This returns an Array which contains the response data, status code and headers.
1218
1214
 
1219
- > <Array(<CreateQuestionConfig200Response>, Integer, Hash)> create_question_config_with_http_info(tenant_id, create_question_config_body)
1215
+ > <Array(<CreateQuestionConfigResponse>, Integer, Hash)> create_question_config_with_http_info(tenant_id, create_question_config_body)
1220
1216
 
1221
1217
  ```ruby
1222
1218
  begin
@@ -1224,7 +1220,7 @@ begin
1224
1220
  data, status_code, headers = api_instance.create_question_config_with_http_info(tenant_id, create_question_config_body)
1225
1221
  p status_code # => 2xx
1226
1222
  p headers # => { ... }
1227
- p data # => <CreateQuestionConfig200Response>
1223
+ p data # => <CreateQuestionConfigResponse>
1228
1224
  rescue FastCommentsClient::ApiError => e
1229
1225
  puts "Error when calling DefaultApi->create_question_config_with_http_info: #{e}"
1230
1226
  end
@@ -1239,7 +1235,7 @@ end
1239
1235
 
1240
1236
  ### Return type
1241
1237
 
1242
- [**CreateQuestionConfig200Response**](CreateQuestionConfig200Response.md)
1238
+ [**CreateQuestionConfigResponse**](CreateQuestionConfigResponse.md)
1243
1239
 
1244
1240
  ### Authorization
1245
1241
 
@@ -1253,7 +1249,7 @@ end
1253
1249
 
1254
1250
  ## create_question_result
1255
1251
 
1256
- > <CreateQuestionResult200Response> create_question_result(tenant_id, create_question_result_body)
1252
+ > <CreateQuestionResultResponse> create_question_result(tenant_id, create_question_result_body)
1257
1253
 
1258
1254
 
1259
1255
 
@@ -1287,7 +1283,7 @@ end
1287
1283
 
1288
1284
  This returns an Array which contains the response data, status code and headers.
1289
1285
 
1290
- > <Array(<CreateQuestionResult200Response>, Integer, Hash)> create_question_result_with_http_info(tenant_id, create_question_result_body)
1286
+ > <Array(<CreateQuestionResultResponse>, Integer, Hash)> create_question_result_with_http_info(tenant_id, create_question_result_body)
1291
1287
 
1292
1288
  ```ruby
1293
1289
  begin
@@ -1295,7 +1291,7 @@ begin
1295
1291
  data, status_code, headers = api_instance.create_question_result_with_http_info(tenant_id, create_question_result_body)
1296
1292
  p status_code # => 2xx
1297
1293
  p headers # => { ... }
1298
- p data # => <CreateQuestionResult200Response>
1294
+ p data # => <CreateQuestionResultResponse>
1299
1295
  rescue FastCommentsClient::ApiError => e
1300
1296
  puts "Error when calling DefaultApi->create_question_result_with_http_info: #{e}"
1301
1297
  end
@@ -1310,7 +1306,7 @@ end
1310
1306
 
1311
1307
  ### Return type
1312
1308
 
1313
- [**CreateQuestionResult200Response**](CreateQuestionResult200Response.md)
1309
+ [**CreateQuestionResultResponse**](CreateQuestionResultResponse.md)
1314
1310
 
1315
1311
  ### Authorization
1316
1312
 
@@ -1395,7 +1391,7 @@ end
1395
1391
 
1396
1392
  ## create_tenant
1397
1393
 
1398
- > <CreateTenant200Response> create_tenant(tenant_id, create_tenant_body)
1394
+ > <CreateTenantResponse> create_tenant(tenant_id, create_tenant_body)
1399
1395
 
1400
1396
 
1401
1397
 
@@ -1429,7 +1425,7 @@ end
1429
1425
 
1430
1426
  This returns an Array which contains the response data, status code and headers.
1431
1427
 
1432
- > <Array(<CreateTenant200Response>, Integer, Hash)> create_tenant_with_http_info(tenant_id, create_tenant_body)
1428
+ > <Array(<CreateTenantResponse>, Integer, Hash)> create_tenant_with_http_info(tenant_id, create_tenant_body)
1433
1429
 
1434
1430
  ```ruby
1435
1431
  begin
@@ -1437,7 +1433,7 @@ begin
1437
1433
  data, status_code, headers = api_instance.create_tenant_with_http_info(tenant_id, create_tenant_body)
1438
1434
  p status_code # => 2xx
1439
1435
  p headers # => { ... }
1440
- p data # => <CreateTenant200Response>
1436
+ p data # => <CreateTenantResponse>
1441
1437
  rescue FastCommentsClient::ApiError => e
1442
1438
  puts "Error when calling DefaultApi->create_tenant_with_http_info: #{e}"
1443
1439
  end
@@ -1452,7 +1448,7 @@ end
1452
1448
 
1453
1449
  ### Return type
1454
1450
 
1455
- [**CreateTenant200Response**](CreateTenant200Response.md)
1451
+ [**CreateTenantResponse**](CreateTenantResponse.md)
1456
1452
 
1457
1453
  ### Authorization
1458
1454
 
@@ -1466,7 +1462,7 @@ end
1466
1462
 
1467
1463
  ## create_tenant_package
1468
1464
 
1469
- > <CreateTenantPackage200Response> create_tenant_package(tenant_id, create_tenant_package_body)
1465
+ > <CreateTenantPackageResponse> create_tenant_package(tenant_id, create_tenant_package_body)
1470
1466
 
1471
1467
 
1472
1468
 
@@ -1500,7 +1496,7 @@ end
1500
1496
 
1501
1497
  This returns an Array which contains the response data, status code and headers.
1502
1498
 
1503
- > <Array(<CreateTenantPackage200Response>, Integer, Hash)> create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1499
+ > <Array(<CreateTenantPackageResponse>, Integer, Hash)> create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1504
1500
 
1505
1501
  ```ruby
1506
1502
  begin
@@ -1508,7 +1504,7 @@ begin
1508
1504
  data, status_code, headers = api_instance.create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1509
1505
  p status_code # => 2xx
1510
1506
  p headers # => { ... }
1511
- p data # => <CreateTenantPackage200Response>
1507
+ p data # => <CreateTenantPackageResponse>
1512
1508
  rescue FastCommentsClient::ApiError => e
1513
1509
  puts "Error when calling DefaultApi->create_tenant_package_with_http_info: #{e}"
1514
1510
  end
@@ -1523,7 +1519,7 @@ end
1523
1519
 
1524
1520
  ### Return type
1525
1521
 
1526
- [**CreateTenantPackage200Response**](CreateTenantPackage200Response.md)
1522
+ [**CreateTenantPackageResponse**](CreateTenantPackageResponse.md)
1527
1523
 
1528
1524
  ### Authorization
1529
1525
 
@@ -1537,7 +1533,7 @@ end
1537
1533
 
1538
1534
  ## create_tenant_user
1539
1535
 
1540
- > <CreateTenantUser200Response> create_tenant_user(tenant_id, create_tenant_user_body)
1536
+ > <CreateTenantUserResponse> create_tenant_user(tenant_id, create_tenant_user_body)
1541
1537
 
1542
1538
 
1543
1539
 
@@ -1571,7 +1567,7 @@ end
1571
1567
 
1572
1568
  This returns an Array which contains the response data, status code and headers.
1573
1569
 
1574
- > <Array(<CreateTenantUser200Response>, Integer, Hash)> create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1570
+ > <Array(<CreateTenantUserResponse>, Integer, Hash)> create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1575
1571
 
1576
1572
  ```ruby
1577
1573
  begin
@@ -1579,7 +1575,7 @@ begin
1579
1575
  data, status_code, headers = api_instance.create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1580
1576
  p status_code # => 2xx
1581
1577
  p headers # => { ... }
1582
- p data # => <CreateTenantUser200Response>
1578
+ p data # => <CreateTenantUserResponse>
1583
1579
  rescue FastCommentsClient::ApiError => e
1584
1580
  puts "Error when calling DefaultApi->create_tenant_user_with_http_info: #{e}"
1585
1581
  end
@@ -1594,7 +1590,7 @@ end
1594
1590
 
1595
1591
  ### Return type
1596
1592
 
1597
- [**CreateTenantUser200Response**](CreateTenantUser200Response.md)
1593
+ [**CreateTenantUserResponse**](CreateTenantUserResponse.md)
1598
1594
 
1599
1595
  ### Authorization
1600
1596
 
@@ -1608,7 +1604,7 @@ end
1608
1604
 
1609
1605
  ## create_ticket
1610
1606
 
1611
- > <CreateTicket200Response> create_ticket(tenant_id, user_id, create_ticket_body)
1607
+ > <CreateTicketResponse> create_ticket(tenant_id, user_id, create_ticket_body)
1612
1608
 
1613
1609
 
1614
1610
 
@@ -1643,7 +1639,7 @@ end
1643
1639
 
1644
1640
  This returns an Array which contains the response data, status code and headers.
1645
1641
 
1646
- > <Array(<CreateTicket200Response>, Integer, Hash)> create_ticket_with_http_info(tenant_id, user_id, create_ticket_body)
1642
+ > <Array(<CreateTicketResponse>, Integer, Hash)> create_ticket_with_http_info(tenant_id, user_id, create_ticket_body)
1647
1643
 
1648
1644
  ```ruby
1649
1645
  begin
@@ -1651,7 +1647,7 @@ begin
1651
1647
  data, status_code, headers = api_instance.create_ticket_with_http_info(tenant_id, user_id, create_ticket_body)
1652
1648
  p status_code # => 2xx
1653
1649
  p headers # => { ... }
1654
- p data # => <CreateTicket200Response>
1650
+ p data # => <CreateTicketResponse>
1655
1651
  rescue FastCommentsClient::ApiError => e
1656
1652
  puts "Error when calling DefaultApi->create_ticket_with_http_info: #{e}"
1657
1653
  end
@@ -1667,7 +1663,7 @@ end
1667
1663
 
1668
1664
  ### Return type
1669
1665
 
1670
- [**CreateTicket200Response**](CreateTicket200Response.md)
1666
+ [**CreateTicketResponse**](CreateTicketResponse.md)
1671
1667
 
1672
1668
  ### Authorization
1673
1669
 
@@ -1681,7 +1677,7 @@ end
1681
1677
 
1682
1678
  ## create_user_badge
1683
1679
 
1684
- > <CreateUserBadge200Response> create_user_badge(tenant_id, create_user_badge_params)
1680
+ > <APICreateUserBadgeResponse> create_user_badge(tenant_id, create_user_badge_params)
1685
1681
 
1686
1682
 
1687
1683
 
@@ -1715,7 +1711,7 @@ end
1715
1711
 
1716
1712
  This returns an Array which contains the response data, status code and headers.
1717
1713
 
1718
- > <Array(<CreateUserBadge200Response>, Integer, Hash)> create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1714
+ > <Array(<APICreateUserBadgeResponse>, Integer, Hash)> create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1719
1715
 
1720
1716
  ```ruby
1721
1717
  begin
@@ -1723,7 +1719,7 @@ begin
1723
1719
  data, status_code, headers = api_instance.create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1724
1720
  p status_code # => 2xx
1725
1721
  p headers # => { ... }
1726
- p data # => <CreateUserBadge200Response>
1722
+ p data # => <APICreateUserBadgeResponse>
1727
1723
  rescue FastCommentsClient::ApiError => e
1728
1724
  puts "Error when calling DefaultApi->create_user_badge_with_http_info: #{e}"
1729
1725
  end
@@ -1738,7 +1734,7 @@ end
1738
1734
 
1739
1735
  ### Return type
1740
1736
 
1741
- [**CreateUserBadge200Response**](CreateUserBadge200Response.md)
1737
+ [**APICreateUserBadgeResponse**](APICreateUserBadgeResponse.md)
1742
1738
 
1743
1739
  ### Authorization
1744
1740
 
@@ -1752,7 +1748,7 @@ end
1752
1748
 
1753
1749
  ## create_vote
1754
1750
 
1755
- > <VoteComment200Response> create_vote(tenant_id, comment_id, direction, opts)
1751
+ > <VoteResponse> create_vote(tenant_id, comment_id, direction, opts)
1756
1752
 
1757
1753
 
1758
1754
 
@@ -1791,7 +1787,7 @@ end
1791
1787
 
1792
1788
  This returns an Array which contains the response data, status code and headers.
1793
1789
 
1794
- > <Array(<VoteComment200Response>, Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1790
+ > <Array(<VoteResponse>, Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1795
1791
 
1796
1792
  ```ruby
1797
1793
  begin
@@ -1799,7 +1795,7 @@ begin
1799
1795
  data, status_code, headers = api_instance.create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1800
1796
  p status_code # => 2xx
1801
1797
  p headers # => { ... }
1802
- p data # => <VoteComment200Response>
1798
+ p data # => <VoteResponse>
1803
1799
  rescue FastCommentsClient::ApiError => e
1804
1800
  puts "Error when calling DefaultApi->create_vote_with_http_info: #{e}"
1805
1801
  end
@@ -1817,7 +1813,7 @@ end
1817
1813
 
1818
1814
  ### Return type
1819
1815
 
1820
- [**VoteComment200Response**](VoteComment200Response.md)
1816
+ [**VoteResponse**](VoteResponse.md)
1821
1817
 
1822
1818
  ### Authorization
1823
1819
 
@@ -1831,7 +1827,7 @@ end
1831
1827
 
1832
1828
  ## delete_comment
1833
1829
 
1834
- > <DeleteComment200Response> delete_comment(tenant_id, id, opts)
1830
+ > <DeleteCommentResult> delete_comment(tenant_id, id, opts)
1835
1831
 
1836
1832
 
1837
1833
 
@@ -1869,7 +1865,7 @@ end
1869
1865
 
1870
1866
  This returns an Array which contains the response data, status code and headers.
1871
1867
 
1872
- > <Array(<DeleteComment200Response>, Integer, Hash)> delete_comment_with_http_info(tenant_id, id, opts)
1868
+ > <Array(<DeleteCommentResult>, Integer, Hash)> delete_comment_with_http_info(tenant_id, id, opts)
1873
1869
 
1874
1870
  ```ruby
1875
1871
  begin
@@ -1877,7 +1873,7 @@ begin
1877
1873
  data, status_code, headers = api_instance.delete_comment_with_http_info(tenant_id, id, opts)
1878
1874
  p status_code # => 2xx
1879
1875
  p headers # => { ... }
1880
- p data # => <DeleteComment200Response>
1876
+ p data # => <DeleteCommentResult>
1881
1877
  rescue FastCommentsClient::ApiError => e
1882
1878
  puts "Error when calling DefaultApi->delete_comment_with_http_info: #{e}"
1883
1879
  end
@@ -1894,7 +1890,7 @@ end
1894
1890
 
1895
1891
  ### Return type
1896
1892
 
1897
- [**DeleteComment200Response**](DeleteComment200Response.md)
1893
+ [**DeleteCommentResult**](DeleteCommentResult.md)
1898
1894
 
1899
1895
  ### Authorization
1900
1896
 
@@ -1908,7 +1904,7 @@ end
1908
1904
 
1909
1905
  ## delete_domain_config
1910
1906
 
1911
- > <DeleteDomainConfig200Response> delete_domain_config(tenant_id, domain)
1907
+ > <DeleteDomainConfigResponse> delete_domain_config(tenant_id, domain)
1912
1908
 
1913
1909
 
1914
1910
 
@@ -1942,7 +1938,7 @@ end
1942
1938
 
1943
1939
  This returns an Array which contains the response data, status code and headers.
1944
1940
 
1945
- > <Array(<DeleteDomainConfig200Response>, Integer, Hash)> delete_domain_config_with_http_info(tenant_id, domain)
1941
+ > <Array(<DeleteDomainConfigResponse>, Integer, Hash)> delete_domain_config_with_http_info(tenant_id, domain)
1946
1942
 
1947
1943
  ```ruby
1948
1944
  begin
@@ -1950,7 +1946,7 @@ begin
1950
1946
  data, status_code, headers = api_instance.delete_domain_config_with_http_info(tenant_id, domain)
1951
1947
  p status_code # => 2xx
1952
1948
  p headers # => { ... }
1953
- p data # => <DeleteDomainConfig200Response>
1949
+ p data # => <DeleteDomainConfigResponse>
1954
1950
  rescue FastCommentsClient::ApiError => e
1955
1951
  puts "Error when calling DefaultApi->delete_domain_config_with_http_info: #{e}"
1956
1952
  end
@@ -1965,7 +1961,7 @@ end
1965
1961
 
1966
1962
  ### Return type
1967
1963
 
1968
- [**DeleteDomainConfig200Response**](DeleteDomainConfig200Response.md)
1964
+ [**DeleteDomainConfigResponse**](DeleteDomainConfigResponse.md)
1969
1965
 
1970
1966
  ### Authorization
1971
1967
 
@@ -1979,7 +1975,7 @@ end
1979
1975
 
1980
1976
  ## delete_email_template
1981
1977
 
1982
- > <FlagCommentPublic200Response> delete_email_template(tenant_id, id)
1978
+ > <APIEmptyResponse> delete_email_template(tenant_id, id)
1983
1979
 
1984
1980
 
1985
1981
 
@@ -2013,7 +2009,7 @@ end
2013
2009
 
2014
2010
  This returns an Array which contains the response data, status code and headers.
2015
2011
 
2016
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_email_template_with_http_info(tenant_id, id)
2012
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_email_template_with_http_info(tenant_id, id)
2017
2013
 
2018
2014
  ```ruby
2019
2015
  begin
@@ -2021,7 +2017,7 @@ begin
2021
2017
  data, status_code, headers = api_instance.delete_email_template_with_http_info(tenant_id, id)
2022
2018
  p status_code # => 2xx
2023
2019
  p headers # => { ... }
2024
- p data # => <FlagCommentPublic200Response>
2020
+ p data # => <APIEmptyResponse>
2025
2021
  rescue FastCommentsClient::ApiError => e
2026
2022
  puts "Error when calling DefaultApi->delete_email_template_with_http_info: #{e}"
2027
2023
  end
@@ -2036,7 +2032,7 @@ end
2036
2032
 
2037
2033
  ### Return type
2038
2034
 
2039
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2035
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2040
2036
 
2041
2037
  ### Authorization
2042
2038
 
@@ -2050,7 +2046,7 @@ end
2050
2046
 
2051
2047
  ## delete_email_template_render_error
2052
2048
 
2053
- > <FlagCommentPublic200Response> delete_email_template_render_error(tenant_id, id, error_id)
2049
+ > <APIEmptyResponse> delete_email_template_render_error(tenant_id, id, error_id)
2054
2050
 
2055
2051
 
2056
2052
 
@@ -2085,7 +2081,7 @@ end
2085
2081
 
2086
2082
  This returns an Array which contains the response data, status code and headers.
2087
2083
 
2088
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
2084
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
2089
2085
 
2090
2086
  ```ruby
2091
2087
  begin
@@ -2093,7 +2089,7 @@ begin
2093
2089
  data, status_code, headers = api_instance.delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
2094
2090
  p status_code # => 2xx
2095
2091
  p headers # => { ... }
2096
- p data # => <FlagCommentPublic200Response>
2092
+ p data # => <APIEmptyResponse>
2097
2093
  rescue FastCommentsClient::ApiError => e
2098
2094
  puts "Error when calling DefaultApi->delete_email_template_render_error_with_http_info: #{e}"
2099
2095
  end
@@ -2109,7 +2105,7 @@ end
2109
2105
 
2110
2106
  ### Return type
2111
2107
 
2112
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2108
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2113
2109
 
2114
2110
  ### Authorization
2115
2111
 
@@ -2123,7 +2119,7 @@ end
2123
2119
 
2124
2120
  ## delete_hash_tag
2125
2121
 
2126
- > <FlagCommentPublic200Response> delete_hash_tag(tag, opts)
2122
+ > <APIEmptyResponse> delete_hash_tag(tenant_id, tag, delete_hash_tag_request_body)
2127
2123
 
2128
2124
 
2129
2125
 
@@ -2141,15 +2137,13 @@ FastCommentsClient.configure do |config|
2141
2137
  end
2142
2138
 
2143
2139
  api_instance = FastCommentsClient::DefaultApi.new
2140
+ tenant_id = 'tenant_id_example' # String |
2144
2141
  tag = 'tag_example' # String |
2145
- opts = {
2146
- tenant_id: 'tenant_id_example', # String |
2147
- delete_hash_tag_request: FastCommentsClient::DeleteHashTagRequest.new # DeleteHashTagRequest |
2148
- }
2142
+ delete_hash_tag_request_body = FastCommentsClient::DeleteHashTagRequestBody.new # DeleteHashTagRequestBody |
2149
2143
 
2150
2144
  begin
2151
2145
 
2152
- result = api_instance.delete_hash_tag(tag, opts)
2146
+ result = api_instance.delete_hash_tag(tenant_id, tag, delete_hash_tag_request_body)
2153
2147
  p result
2154
2148
  rescue FastCommentsClient::ApiError => e
2155
2149
  puts "Error when calling DefaultApi->delete_hash_tag: #{e}"
@@ -2160,15 +2154,15 @@ end
2160
2154
 
2161
2155
  This returns an Array which contains the response data, status code and headers.
2162
2156
 
2163
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_hash_tag_with_http_info(tag, opts)
2157
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_hash_tag_with_http_info(tenant_id, tag, delete_hash_tag_request_body)
2164
2158
 
2165
2159
  ```ruby
2166
2160
  begin
2167
2161
 
2168
- data, status_code, headers = api_instance.delete_hash_tag_with_http_info(tag, opts)
2162
+ data, status_code, headers = api_instance.delete_hash_tag_with_http_info(tenant_id, tag, delete_hash_tag_request_body)
2169
2163
  p status_code # => 2xx
2170
2164
  p headers # => { ... }
2171
- p data # => <FlagCommentPublic200Response>
2165
+ p data # => <APIEmptyResponse>
2172
2166
  rescue FastCommentsClient::ApiError => e
2173
2167
  puts "Error when calling DefaultApi->delete_hash_tag_with_http_info: #{e}"
2174
2168
  end
@@ -2178,13 +2172,13 @@ end
2178
2172
 
2179
2173
  | Name | Type | Description | Notes |
2180
2174
  | ---- | ---- | ----------- | ----- |
2175
+ | **tenant_id** | **String** | | |
2181
2176
  | **tag** | **String** | | |
2182
- | **tenant_id** | **String** | | [optional] |
2183
- | **delete_hash_tag_request** | [**DeleteHashTagRequest**](DeleteHashTagRequest.md) | | [optional] |
2177
+ | **delete_hash_tag_request_body** | [**DeleteHashTagRequestBody**](DeleteHashTagRequestBody.md) | | [optional] |
2184
2178
 
2185
2179
  ### Return type
2186
2180
 
2187
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2181
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2188
2182
 
2189
2183
  ### Authorization
2190
2184
 
@@ -2198,7 +2192,7 @@ end
2198
2192
 
2199
2193
  ## delete_moderator
2200
2194
 
2201
- > <FlagCommentPublic200Response> delete_moderator(tenant_id, id, opts)
2195
+ > <APIEmptyResponse> delete_moderator(tenant_id, id, opts)
2202
2196
 
2203
2197
 
2204
2198
 
@@ -2235,7 +2229,7 @@ end
2235
2229
 
2236
2230
  This returns an Array which contains the response data, status code and headers.
2237
2231
 
2238
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_moderator_with_http_info(tenant_id, id, opts)
2232
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_moderator_with_http_info(tenant_id, id, opts)
2239
2233
 
2240
2234
  ```ruby
2241
2235
  begin
@@ -2243,7 +2237,7 @@ begin
2243
2237
  data, status_code, headers = api_instance.delete_moderator_with_http_info(tenant_id, id, opts)
2244
2238
  p status_code # => 2xx
2245
2239
  p headers # => { ... }
2246
- p data # => <FlagCommentPublic200Response>
2240
+ p data # => <APIEmptyResponse>
2247
2241
  rescue FastCommentsClient::ApiError => e
2248
2242
  puts "Error when calling DefaultApi->delete_moderator_with_http_info: #{e}"
2249
2243
  end
@@ -2259,7 +2253,7 @@ end
2259
2253
 
2260
2254
  ### Return type
2261
2255
 
2262
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2256
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2263
2257
 
2264
2258
  ### Authorization
2265
2259
 
@@ -2273,7 +2267,7 @@ end
2273
2267
 
2274
2268
  ## delete_notification_count
2275
2269
 
2276
- > <FlagCommentPublic200Response> delete_notification_count(tenant_id, id)
2270
+ > <APIEmptyResponse> delete_notification_count(tenant_id, id)
2277
2271
 
2278
2272
 
2279
2273
 
@@ -2307,7 +2301,7 @@ end
2307
2301
 
2308
2302
  This returns an Array which contains the response data, status code and headers.
2309
2303
 
2310
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_notification_count_with_http_info(tenant_id, id)
2304
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_notification_count_with_http_info(tenant_id, id)
2311
2305
 
2312
2306
  ```ruby
2313
2307
  begin
@@ -2315,7 +2309,7 @@ begin
2315
2309
  data, status_code, headers = api_instance.delete_notification_count_with_http_info(tenant_id, id)
2316
2310
  p status_code # => 2xx
2317
2311
  p headers # => { ... }
2318
- p data # => <FlagCommentPublic200Response>
2312
+ p data # => <APIEmptyResponse>
2319
2313
  rescue FastCommentsClient::ApiError => e
2320
2314
  puts "Error when calling DefaultApi->delete_notification_count_with_http_info: #{e}"
2321
2315
  end
@@ -2330,7 +2324,7 @@ end
2330
2324
 
2331
2325
  ### Return type
2332
2326
 
2333
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2327
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2334
2328
 
2335
2329
  ### Authorization
2336
2330
 
@@ -2415,7 +2409,7 @@ end
2415
2409
 
2416
2410
  ## delete_pending_webhook_event
2417
2411
 
2418
- > <FlagCommentPublic200Response> delete_pending_webhook_event(tenant_id, id)
2412
+ > <APIEmptyResponse> delete_pending_webhook_event(tenant_id, id)
2419
2413
 
2420
2414
 
2421
2415
 
@@ -2449,7 +2443,7 @@ end
2449
2443
 
2450
2444
  This returns an Array which contains the response data, status code and headers.
2451
2445
 
2452
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_pending_webhook_event_with_http_info(tenant_id, id)
2446
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_pending_webhook_event_with_http_info(tenant_id, id)
2453
2447
 
2454
2448
  ```ruby
2455
2449
  begin
@@ -2457,7 +2451,7 @@ begin
2457
2451
  data, status_code, headers = api_instance.delete_pending_webhook_event_with_http_info(tenant_id, id)
2458
2452
  p status_code # => 2xx
2459
2453
  p headers # => { ... }
2460
- p data # => <FlagCommentPublic200Response>
2454
+ p data # => <APIEmptyResponse>
2461
2455
  rescue FastCommentsClient::ApiError => e
2462
2456
  puts "Error when calling DefaultApi->delete_pending_webhook_event_with_http_info: #{e}"
2463
2457
  end
@@ -2472,7 +2466,7 @@ end
2472
2466
 
2473
2467
  ### Return type
2474
2468
 
2475
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2469
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2476
2470
 
2477
2471
  ### Authorization
2478
2472
 
@@ -2486,7 +2480,7 @@ end
2486
2480
 
2487
2481
  ## delete_question_config
2488
2482
 
2489
- > <FlagCommentPublic200Response> delete_question_config(tenant_id, id)
2483
+ > <APIEmptyResponse> delete_question_config(tenant_id, id)
2490
2484
 
2491
2485
 
2492
2486
 
@@ -2520,7 +2514,7 @@ end
2520
2514
 
2521
2515
  This returns an Array which contains the response data, status code and headers.
2522
2516
 
2523
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_question_config_with_http_info(tenant_id, id)
2517
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_question_config_with_http_info(tenant_id, id)
2524
2518
 
2525
2519
  ```ruby
2526
2520
  begin
@@ -2528,7 +2522,7 @@ begin
2528
2522
  data, status_code, headers = api_instance.delete_question_config_with_http_info(tenant_id, id)
2529
2523
  p status_code # => 2xx
2530
2524
  p headers # => { ... }
2531
- p data # => <FlagCommentPublic200Response>
2525
+ p data # => <APIEmptyResponse>
2532
2526
  rescue FastCommentsClient::ApiError => e
2533
2527
  puts "Error when calling DefaultApi->delete_question_config_with_http_info: #{e}"
2534
2528
  end
@@ -2543,7 +2537,7 @@ end
2543
2537
 
2544
2538
  ### Return type
2545
2539
 
2546
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2540
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2547
2541
 
2548
2542
  ### Authorization
2549
2543
 
@@ -2557,7 +2551,7 @@ end
2557
2551
 
2558
2552
  ## delete_question_result
2559
2553
 
2560
- > <FlagCommentPublic200Response> delete_question_result(tenant_id, id)
2554
+ > <APIEmptyResponse> delete_question_result(tenant_id, id)
2561
2555
 
2562
2556
 
2563
2557
 
@@ -2591,7 +2585,7 @@ end
2591
2585
 
2592
2586
  This returns an Array which contains the response data, status code and headers.
2593
2587
 
2594
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_question_result_with_http_info(tenant_id, id)
2588
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_question_result_with_http_info(tenant_id, id)
2595
2589
 
2596
2590
  ```ruby
2597
2591
  begin
@@ -2599,7 +2593,7 @@ begin
2599
2593
  data, status_code, headers = api_instance.delete_question_result_with_http_info(tenant_id, id)
2600
2594
  p status_code # => 2xx
2601
2595
  p headers # => { ... }
2602
- p data # => <FlagCommentPublic200Response>
2596
+ p data # => <APIEmptyResponse>
2603
2597
  rescue FastCommentsClient::ApiError => e
2604
2598
  puts "Error when calling DefaultApi->delete_question_result_with_http_info: #{e}"
2605
2599
  end
@@ -2614,7 +2608,7 @@ end
2614
2608
 
2615
2609
  ### Return type
2616
2610
 
2617
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2611
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2618
2612
 
2619
2613
  ### Authorization
2620
2614
 
@@ -2780,7 +2774,7 @@ end
2780
2774
 
2781
2775
  ## delete_tenant
2782
2776
 
2783
- > <FlagCommentPublic200Response> delete_tenant(tenant_id, id, opts)
2777
+ > <APIEmptyResponse> delete_tenant(tenant_id, id, opts)
2784
2778
 
2785
2779
 
2786
2780
 
@@ -2817,7 +2811,7 @@ end
2817
2811
 
2818
2812
  This returns an Array which contains the response data, status code and headers.
2819
2813
 
2820
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_with_http_info(tenant_id, id, opts)
2814
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_with_http_info(tenant_id, id, opts)
2821
2815
 
2822
2816
  ```ruby
2823
2817
  begin
@@ -2825,7 +2819,7 @@ begin
2825
2819
  data, status_code, headers = api_instance.delete_tenant_with_http_info(tenant_id, id, opts)
2826
2820
  p status_code # => 2xx
2827
2821
  p headers # => { ... }
2828
- p data # => <FlagCommentPublic200Response>
2822
+ p data # => <APIEmptyResponse>
2829
2823
  rescue FastCommentsClient::ApiError => e
2830
2824
  puts "Error when calling DefaultApi->delete_tenant_with_http_info: #{e}"
2831
2825
  end
@@ -2841,7 +2835,7 @@ end
2841
2835
 
2842
2836
  ### Return type
2843
2837
 
2844
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2838
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2845
2839
 
2846
2840
  ### Authorization
2847
2841
 
@@ -2855,7 +2849,7 @@ end
2855
2849
 
2856
2850
  ## delete_tenant_package
2857
2851
 
2858
- > <FlagCommentPublic200Response> delete_tenant_package(tenant_id, id)
2852
+ > <APIEmptyResponse> delete_tenant_package(tenant_id, id)
2859
2853
 
2860
2854
 
2861
2855
 
@@ -2889,7 +2883,7 @@ end
2889
2883
 
2890
2884
  This returns an Array which contains the response data, status code and headers.
2891
2885
 
2892
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_package_with_http_info(tenant_id, id)
2886
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_package_with_http_info(tenant_id, id)
2893
2887
 
2894
2888
  ```ruby
2895
2889
  begin
@@ -2897,7 +2891,7 @@ begin
2897
2891
  data, status_code, headers = api_instance.delete_tenant_package_with_http_info(tenant_id, id)
2898
2892
  p status_code # => 2xx
2899
2893
  p headers # => { ... }
2900
- p data # => <FlagCommentPublic200Response>
2894
+ p data # => <APIEmptyResponse>
2901
2895
  rescue FastCommentsClient::ApiError => e
2902
2896
  puts "Error when calling DefaultApi->delete_tenant_package_with_http_info: #{e}"
2903
2897
  end
@@ -2912,7 +2906,7 @@ end
2912
2906
 
2913
2907
  ### Return type
2914
2908
 
2915
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2909
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2916
2910
 
2917
2911
  ### Authorization
2918
2912
 
@@ -2926,7 +2920,7 @@ end
2926
2920
 
2927
2921
  ## delete_tenant_user
2928
2922
 
2929
- > <FlagCommentPublic200Response> delete_tenant_user(tenant_id, id, opts)
2923
+ > <APIEmptyResponse> delete_tenant_user(tenant_id, id, opts)
2930
2924
 
2931
2925
 
2932
2926
 
@@ -2964,7 +2958,7 @@ end
2964
2958
 
2965
2959
  This returns an Array which contains the response data, status code and headers.
2966
2960
 
2967
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_user_with_http_info(tenant_id, id, opts)
2961
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_user_with_http_info(tenant_id, id, opts)
2968
2962
 
2969
2963
  ```ruby
2970
2964
  begin
@@ -2972,7 +2966,7 @@ begin
2972
2966
  data, status_code, headers = api_instance.delete_tenant_user_with_http_info(tenant_id, id, opts)
2973
2967
  p status_code # => 2xx
2974
2968
  p headers # => { ... }
2975
- p data # => <FlagCommentPublic200Response>
2969
+ p data # => <APIEmptyResponse>
2976
2970
  rescue FastCommentsClient::ApiError => e
2977
2971
  puts "Error when calling DefaultApi->delete_tenant_user_with_http_info: #{e}"
2978
2972
  end
@@ -2989,7 +2983,7 @@ end
2989
2983
 
2990
2984
  ### Return type
2991
2985
 
2992
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2986
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2993
2987
 
2994
2988
  ### Authorization
2995
2989
 
@@ -3003,7 +2997,7 @@ end
3003
2997
 
3004
2998
  ## delete_user_badge
3005
2999
 
3006
- > <UpdateUserBadge200Response> delete_user_badge(tenant_id, id)
3000
+ > <APIEmptySuccessResponse> delete_user_badge(tenant_id, id)
3007
3001
 
3008
3002
 
3009
3003
 
@@ -3037,7 +3031,7 @@ end
3037
3031
 
3038
3032
  This returns an Array which contains the response data, status code and headers.
3039
3033
 
3040
- > <Array(<UpdateUserBadge200Response>, Integer, Hash)> delete_user_badge_with_http_info(tenant_id, id)
3034
+ > <Array(<APIEmptySuccessResponse>, Integer, Hash)> delete_user_badge_with_http_info(tenant_id, id)
3041
3035
 
3042
3036
  ```ruby
3043
3037
  begin
@@ -3045,7 +3039,7 @@ begin
3045
3039
  data, status_code, headers = api_instance.delete_user_badge_with_http_info(tenant_id, id)
3046
3040
  p status_code # => 2xx
3047
3041
  p headers # => { ... }
3048
- p data # => <UpdateUserBadge200Response>
3042
+ p data # => <APIEmptySuccessResponse>
3049
3043
  rescue FastCommentsClient::ApiError => e
3050
3044
  puts "Error when calling DefaultApi->delete_user_badge_with_http_info: #{e}"
3051
3045
  end
@@ -3060,7 +3054,7 @@ end
3060
3054
 
3061
3055
  ### Return type
3062
3056
 
3063
- [**UpdateUserBadge200Response**](UpdateUserBadge200Response.md)
3057
+ [**APIEmptySuccessResponse**](APIEmptySuccessResponse.md)
3064
3058
 
3065
3059
  ### Authorization
3066
3060
 
@@ -3074,7 +3068,7 @@ end
3074
3068
 
3075
3069
  ## delete_vote
3076
3070
 
3077
- > <DeleteCommentVote200Response> delete_vote(tenant_id, id, opts)
3071
+ > <VoteDeleteResponse> delete_vote(tenant_id, id, opts)
3078
3072
 
3079
3073
 
3080
3074
 
@@ -3111,7 +3105,7 @@ end
3111
3105
 
3112
3106
  This returns an Array which contains the response data, status code and headers.
3113
3107
 
3114
- > <Array(<DeleteCommentVote200Response>, Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts)
3108
+ > <Array(<VoteDeleteResponse>, Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts)
3115
3109
 
3116
3110
  ```ruby
3117
3111
  begin
@@ -3119,7 +3113,7 @@ begin
3119
3113
  data, status_code, headers = api_instance.delete_vote_with_http_info(tenant_id, id, opts)
3120
3114
  p status_code # => 2xx
3121
3115
  p headers # => { ... }
3122
- p data # => <DeleteCommentVote200Response>
3116
+ p data # => <VoteDeleteResponse>
3123
3117
  rescue FastCommentsClient::ApiError => e
3124
3118
  puts "Error when calling DefaultApi->delete_vote_with_http_info: #{e}"
3125
3119
  end
@@ -3135,7 +3129,7 @@ end
3135
3129
 
3136
3130
  ### Return type
3137
3131
 
3138
- [**DeleteCommentVote200Response**](DeleteCommentVote200Response.md)
3132
+ [**VoteDeleteResponse**](VoteDeleteResponse.md)
3139
3133
 
3140
3134
  ### Authorization
3141
3135
 
@@ -3149,7 +3143,7 @@ end
3149
3143
 
3150
3144
  ## flag_comment
3151
3145
 
3152
- > <FlagComment200Response> flag_comment(tenant_id, id, opts)
3146
+ > <FlagCommentResponse> flag_comment(tenant_id, id, opts)
3153
3147
 
3154
3148
 
3155
3149
 
@@ -3187,7 +3181,7 @@ end
3187
3181
 
3188
3182
  This returns an Array which contains the response data, status code and headers.
3189
3183
 
3190
- > <Array(<FlagComment200Response>, Integer, Hash)> flag_comment_with_http_info(tenant_id, id, opts)
3184
+ > <Array(<FlagCommentResponse>, Integer, Hash)> flag_comment_with_http_info(tenant_id, id, opts)
3191
3185
 
3192
3186
  ```ruby
3193
3187
  begin
@@ -3195,7 +3189,7 @@ begin
3195
3189
  data, status_code, headers = api_instance.flag_comment_with_http_info(tenant_id, id, opts)
3196
3190
  p status_code # => 2xx
3197
3191
  p headers # => { ... }
3198
- p data # => <FlagComment200Response>
3192
+ p data # => <FlagCommentResponse>
3199
3193
  rescue FastCommentsClient::ApiError => e
3200
3194
  puts "Error when calling DefaultApi->flag_comment_with_http_info: #{e}"
3201
3195
  end
@@ -3212,7 +3206,7 @@ end
3212
3206
 
3213
3207
  ### Return type
3214
3208
 
3215
- [**FlagComment200Response**](FlagComment200Response.md)
3209
+ [**FlagCommentResponse**](FlagCommentResponse.md)
3216
3210
 
3217
3211
  ### Authorization
3218
3212
 
@@ -3226,7 +3220,7 @@ end
3226
3220
 
3227
3221
  ## get_audit_logs
3228
3222
 
3229
- > <GetAuditLogs200Response> get_audit_logs(tenant_id, opts)
3223
+ > <GetAuditLogsResponse> get_audit_logs(tenant_id, opts)
3230
3224
 
3231
3225
 
3232
3226
 
@@ -3266,7 +3260,7 @@ end
3266
3260
 
3267
3261
  This returns an Array which contains the response data, status code and headers.
3268
3262
 
3269
- > <Array(<GetAuditLogs200Response>, Integer, Hash)> get_audit_logs_with_http_info(tenant_id, opts)
3263
+ > <Array(<GetAuditLogsResponse>, Integer, Hash)> get_audit_logs_with_http_info(tenant_id, opts)
3270
3264
 
3271
3265
  ```ruby
3272
3266
  begin
@@ -3274,7 +3268,7 @@ begin
3274
3268
  data, status_code, headers = api_instance.get_audit_logs_with_http_info(tenant_id, opts)
3275
3269
  p status_code # => 2xx
3276
3270
  p headers # => { ... }
3277
- p data # => <GetAuditLogs200Response>
3271
+ p data # => <GetAuditLogsResponse>
3278
3272
  rescue FastCommentsClient::ApiError => e
3279
3273
  puts "Error when calling DefaultApi->get_audit_logs_with_http_info: #{e}"
3280
3274
  end
@@ -3293,7 +3287,7 @@ end
3293
3287
 
3294
3288
  ### Return type
3295
3289
 
3296
- [**GetAuditLogs200Response**](GetAuditLogs200Response.md)
3290
+ [**GetAuditLogsResponse**](GetAuditLogsResponse.md)
3297
3291
 
3298
3292
  ### Authorization
3299
3293
 
@@ -3307,7 +3301,7 @@ end
3307
3301
 
3308
3302
  ## get_cached_notification_count
3309
3303
 
3310
- > <GetCachedNotificationCount200Response> get_cached_notification_count(tenant_id, id)
3304
+ > <GetCachedNotificationCountResponse> get_cached_notification_count(tenant_id, id)
3311
3305
 
3312
3306
 
3313
3307
 
@@ -3341,7 +3335,7 @@ end
3341
3335
 
3342
3336
  This returns an Array which contains the response data, status code and headers.
3343
3337
 
3344
- > <Array(<GetCachedNotificationCount200Response>, Integer, Hash)> get_cached_notification_count_with_http_info(tenant_id, id)
3338
+ > <Array(<GetCachedNotificationCountResponse>, Integer, Hash)> get_cached_notification_count_with_http_info(tenant_id, id)
3345
3339
 
3346
3340
  ```ruby
3347
3341
  begin
@@ -3349,7 +3343,7 @@ begin
3349
3343
  data, status_code, headers = api_instance.get_cached_notification_count_with_http_info(tenant_id, id)
3350
3344
  p status_code # => 2xx
3351
3345
  p headers # => { ... }
3352
- p data # => <GetCachedNotificationCount200Response>
3346
+ p data # => <GetCachedNotificationCountResponse>
3353
3347
  rescue FastCommentsClient::ApiError => e
3354
3348
  puts "Error when calling DefaultApi->get_cached_notification_count_with_http_info: #{e}"
3355
3349
  end
@@ -3364,7 +3358,7 @@ end
3364
3358
 
3365
3359
  ### Return type
3366
3360
 
3367
- [**GetCachedNotificationCount200Response**](GetCachedNotificationCount200Response.md)
3361
+ [**GetCachedNotificationCountResponse**](GetCachedNotificationCountResponse.md)
3368
3362
 
3369
3363
  ### Authorization
3370
3364
 
@@ -3378,7 +3372,7 @@ end
3378
3372
 
3379
3373
  ## get_comment
3380
3374
 
3381
- > <GetComment200Response> get_comment(tenant_id, id)
3375
+ > <APIGetCommentResponse> get_comment(tenant_id, id)
3382
3376
 
3383
3377
 
3384
3378
 
@@ -3412,7 +3406,7 @@ end
3412
3406
 
3413
3407
  This returns an Array which contains the response data, status code and headers.
3414
3408
 
3415
- > <Array(<GetComment200Response>, Integer, Hash)> get_comment_with_http_info(tenant_id, id)
3409
+ > <Array(<APIGetCommentResponse>, Integer, Hash)> get_comment_with_http_info(tenant_id, id)
3416
3410
 
3417
3411
  ```ruby
3418
3412
  begin
@@ -3420,7 +3414,7 @@ begin
3420
3414
  data, status_code, headers = api_instance.get_comment_with_http_info(tenant_id, id)
3421
3415
  p status_code # => 2xx
3422
3416
  p headers # => { ... }
3423
- p data # => <GetComment200Response>
3417
+ p data # => <APIGetCommentResponse>
3424
3418
  rescue FastCommentsClient::ApiError => e
3425
3419
  puts "Error when calling DefaultApi->get_comment_with_http_info: #{e}"
3426
3420
  end
@@ -3435,7 +3429,7 @@ end
3435
3429
 
3436
3430
  ### Return type
3437
3431
 
3438
- [**GetComment200Response**](GetComment200Response.md)
3432
+ [**APIGetCommentResponse**](APIGetCommentResponse.md)
3439
3433
 
3440
3434
  ### Authorization
3441
3435
 
@@ -3449,7 +3443,7 @@ end
3449
3443
 
3450
3444
  ## get_comments
3451
3445
 
3452
- > <GetComments200Response> get_comments(tenant_id, opts)
3446
+ > <APIGetCommentsResponse> get_comments(tenant_id, opts)
3453
3447
 
3454
3448
 
3455
3449
 
@@ -3482,7 +3476,9 @@ opts = {
3482
3476
  context_user_id: 'context_user_id_example', # String |
3483
3477
  hash_tag: 'hash_tag_example', # String |
3484
3478
  parent_id: 'parent_id_example', # String |
3485
- direction: FastCommentsClient::SortDirections::OF # SortDirections |
3479
+ direction: FastCommentsClient::SortDirections::OF, # SortDirections |
3480
+ from_date: 789, # Integer |
3481
+ to_date: 789 # Integer |
3486
3482
  }
3487
3483
 
3488
3484
  begin
@@ -3498,7 +3494,7 @@ end
3498
3494
 
3499
3495
  This returns an Array which contains the response data, status code and headers.
3500
3496
 
3501
- > <Array(<GetComments200Response>, Integer, Hash)> get_comments_with_http_info(tenant_id, opts)
3497
+ > <Array(<APIGetCommentsResponse>, Integer, Hash)> get_comments_with_http_info(tenant_id, opts)
3502
3498
 
3503
3499
  ```ruby
3504
3500
  begin
@@ -3506,7 +3502,7 @@ begin
3506
3502
  data, status_code, headers = api_instance.get_comments_with_http_info(tenant_id, opts)
3507
3503
  p status_code # => 2xx
3508
3504
  p headers # => { ... }
3509
- p data # => <GetComments200Response>
3505
+ p data # => <APIGetCommentsResponse>
3510
3506
  rescue FastCommentsClient::ApiError => e
3511
3507
  puts "Error when calling DefaultApi->get_comments_with_http_info: #{e}"
3512
3508
  end
@@ -3531,10 +3527,12 @@ end
3531
3527
  | **hash_tag** | **String** | | [optional] |
3532
3528
  | **parent_id** | **String** | | [optional] |
3533
3529
  | **direction** | [**SortDirections**](.md) | | [optional] |
3530
+ | **from_date** | **Integer** | | [optional] |
3531
+ | **to_date** | **Integer** | | [optional] |
3534
3532
 
3535
3533
  ### Return type
3536
3534
 
3537
- [**GetComments200Response**](GetComments200Response.md)
3535
+ [**APIGetCommentsResponse**](APIGetCommentsResponse.md)
3538
3536
 
3539
3537
  ### Authorization
3540
3538
 
@@ -3548,7 +3546,7 @@ end
3548
3546
 
3549
3547
  ## get_domain_config
3550
3548
 
3551
- > <GetDomainConfig200Response> get_domain_config(tenant_id, domain)
3549
+ > <GetDomainConfigResponse> get_domain_config(tenant_id, domain)
3552
3550
 
3553
3551
 
3554
3552
 
@@ -3582,7 +3580,7 @@ end
3582
3580
 
3583
3581
  This returns an Array which contains the response data, status code and headers.
3584
3582
 
3585
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> get_domain_config_with_http_info(tenant_id, domain)
3583
+ > <Array(<GetDomainConfigResponse>, Integer, Hash)> get_domain_config_with_http_info(tenant_id, domain)
3586
3584
 
3587
3585
  ```ruby
3588
3586
  begin
@@ -3590,7 +3588,7 @@ begin
3590
3588
  data, status_code, headers = api_instance.get_domain_config_with_http_info(tenant_id, domain)
3591
3589
  p status_code # => 2xx
3592
3590
  p headers # => { ... }
3593
- p data # => <GetDomainConfig200Response>
3591
+ p data # => <GetDomainConfigResponse>
3594
3592
  rescue FastCommentsClient::ApiError => e
3595
3593
  puts "Error when calling DefaultApi->get_domain_config_with_http_info: #{e}"
3596
3594
  end
@@ -3605,7 +3603,7 @@ end
3605
3603
 
3606
3604
  ### Return type
3607
3605
 
3608
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
3606
+ [**GetDomainConfigResponse**](GetDomainConfigResponse.md)
3609
3607
 
3610
3608
  ### Authorization
3611
3609
 
@@ -3619,7 +3617,7 @@ end
3619
3617
 
3620
3618
  ## get_domain_configs
3621
3619
 
3622
- > <GetDomainConfigs200Response> get_domain_configs(tenant_id)
3620
+ > <GetDomainConfigsResponse> get_domain_configs(tenant_id)
3623
3621
 
3624
3622
 
3625
3623
 
@@ -3652,7 +3650,7 @@ end
3652
3650
 
3653
3651
  This returns an Array which contains the response data, status code and headers.
3654
3652
 
3655
- > <Array(<GetDomainConfigs200Response>, Integer, Hash)> get_domain_configs_with_http_info(tenant_id)
3653
+ > <Array(<GetDomainConfigsResponse>, Integer, Hash)> get_domain_configs_with_http_info(tenant_id)
3656
3654
 
3657
3655
  ```ruby
3658
3656
  begin
@@ -3660,7 +3658,7 @@ begin
3660
3658
  data, status_code, headers = api_instance.get_domain_configs_with_http_info(tenant_id)
3661
3659
  p status_code # => 2xx
3662
3660
  p headers # => { ... }
3663
- p data # => <GetDomainConfigs200Response>
3661
+ p data # => <GetDomainConfigsResponse>
3664
3662
  rescue FastCommentsClient::ApiError => e
3665
3663
  puts "Error when calling DefaultApi->get_domain_configs_with_http_info: #{e}"
3666
3664
  end
@@ -3674,7 +3672,7 @@ end
3674
3672
 
3675
3673
  ### Return type
3676
3674
 
3677
- [**GetDomainConfigs200Response**](GetDomainConfigs200Response.md)
3675
+ [**GetDomainConfigsResponse**](GetDomainConfigsResponse.md)
3678
3676
 
3679
3677
  ### Authorization
3680
3678
 
@@ -3688,7 +3686,7 @@ end
3688
3686
 
3689
3687
  ## get_email_template
3690
3688
 
3691
- > <GetEmailTemplate200Response> get_email_template(tenant_id, id)
3689
+ > <GetEmailTemplateResponse> get_email_template(tenant_id, id)
3692
3690
 
3693
3691
 
3694
3692
 
@@ -3722,7 +3720,7 @@ end
3722
3720
 
3723
3721
  This returns an Array which contains the response data, status code and headers.
3724
3722
 
3725
- > <Array(<GetEmailTemplate200Response>, Integer, Hash)> get_email_template_with_http_info(tenant_id, id)
3723
+ > <Array(<GetEmailTemplateResponse>, Integer, Hash)> get_email_template_with_http_info(tenant_id, id)
3726
3724
 
3727
3725
  ```ruby
3728
3726
  begin
@@ -3730,7 +3728,7 @@ begin
3730
3728
  data, status_code, headers = api_instance.get_email_template_with_http_info(tenant_id, id)
3731
3729
  p status_code # => 2xx
3732
3730
  p headers # => { ... }
3733
- p data # => <GetEmailTemplate200Response>
3731
+ p data # => <GetEmailTemplateResponse>
3734
3732
  rescue FastCommentsClient::ApiError => e
3735
3733
  puts "Error when calling DefaultApi->get_email_template_with_http_info: #{e}"
3736
3734
  end
@@ -3745,7 +3743,7 @@ end
3745
3743
 
3746
3744
  ### Return type
3747
3745
 
3748
- [**GetEmailTemplate200Response**](GetEmailTemplate200Response.md)
3746
+ [**GetEmailTemplateResponse**](GetEmailTemplateResponse.md)
3749
3747
 
3750
3748
  ### Authorization
3751
3749
 
@@ -3759,7 +3757,7 @@ end
3759
3757
 
3760
3758
  ## get_email_template_definitions
3761
3759
 
3762
- > <GetEmailTemplateDefinitions200Response> get_email_template_definitions(tenant_id)
3760
+ > <GetEmailTemplateDefinitionsResponse> get_email_template_definitions(tenant_id)
3763
3761
 
3764
3762
 
3765
3763
 
@@ -3792,7 +3790,7 @@ end
3792
3790
 
3793
3791
  This returns an Array which contains the response data, status code and headers.
3794
3792
 
3795
- > <Array(<GetEmailTemplateDefinitions200Response>, Integer, Hash)> get_email_template_definitions_with_http_info(tenant_id)
3793
+ > <Array(<GetEmailTemplateDefinitionsResponse>, Integer, Hash)> get_email_template_definitions_with_http_info(tenant_id)
3796
3794
 
3797
3795
  ```ruby
3798
3796
  begin
@@ -3800,7 +3798,7 @@ begin
3800
3798
  data, status_code, headers = api_instance.get_email_template_definitions_with_http_info(tenant_id)
3801
3799
  p status_code # => 2xx
3802
3800
  p headers # => { ... }
3803
- p data # => <GetEmailTemplateDefinitions200Response>
3801
+ p data # => <GetEmailTemplateDefinitionsResponse>
3804
3802
  rescue FastCommentsClient::ApiError => e
3805
3803
  puts "Error when calling DefaultApi->get_email_template_definitions_with_http_info: #{e}"
3806
3804
  end
@@ -3814,7 +3812,7 @@ end
3814
3812
 
3815
3813
  ### Return type
3816
3814
 
3817
- [**GetEmailTemplateDefinitions200Response**](GetEmailTemplateDefinitions200Response.md)
3815
+ [**GetEmailTemplateDefinitionsResponse**](GetEmailTemplateDefinitionsResponse.md)
3818
3816
 
3819
3817
  ### Authorization
3820
3818
 
@@ -3828,7 +3826,7 @@ end
3828
3826
 
3829
3827
  ## get_email_template_render_errors
3830
3828
 
3831
- > <GetEmailTemplateRenderErrors200Response> get_email_template_render_errors(tenant_id, id, opts)
3829
+ > <GetEmailTemplateRenderErrorsResponse> get_email_template_render_errors(tenant_id, id, opts)
3832
3830
 
3833
3831
 
3834
3832
 
@@ -3865,7 +3863,7 @@ end
3865
3863
 
3866
3864
  This returns an Array which contains the response data, status code and headers.
3867
3865
 
3868
- > <Array(<GetEmailTemplateRenderErrors200Response>, Integer, Hash)> get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3866
+ > <Array(<GetEmailTemplateRenderErrorsResponse>, Integer, Hash)> get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3869
3867
 
3870
3868
  ```ruby
3871
3869
  begin
@@ -3873,7 +3871,7 @@ begin
3873
3871
  data, status_code, headers = api_instance.get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3874
3872
  p status_code # => 2xx
3875
3873
  p headers # => { ... }
3876
- p data # => <GetEmailTemplateRenderErrors200Response>
3874
+ p data # => <GetEmailTemplateRenderErrorsResponse>
3877
3875
  rescue FastCommentsClient::ApiError => e
3878
3876
  puts "Error when calling DefaultApi->get_email_template_render_errors_with_http_info: #{e}"
3879
3877
  end
@@ -3889,7 +3887,7 @@ end
3889
3887
 
3890
3888
  ### Return type
3891
3889
 
3892
- [**GetEmailTemplateRenderErrors200Response**](GetEmailTemplateRenderErrors200Response.md)
3890
+ [**GetEmailTemplateRenderErrorsResponse**](GetEmailTemplateRenderErrorsResponse.md)
3893
3891
 
3894
3892
  ### Authorization
3895
3893
 
@@ -3903,7 +3901,7 @@ end
3903
3901
 
3904
3902
  ## get_email_templates
3905
3903
 
3906
- > <GetEmailTemplates200Response> get_email_templates(tenant_id, opts)
3904
+ > <GetEmailTemplatesResponse> get_email_templates(tenant_id, opts)
3907
3905
 
3908
3906
 
3909
3907
 
@@ -3939,7 +3937,7 @@ end
3939
3937
 
3940
3938
  This returns an Array which contains the response data, status code and headers.
3941
3939
 
3942
- > <Array(<GetEmailTemplates200Response>, Integer, Hash)> get_email_templates_with_http_info(tenant_id, opts)
3940
+ > <Array(<GetEmailTemplatesResponse>, Integer, Hash)> get_email_templates_with_http_info(tenant_id, opts)
3943
3941
 
3944
3942
  ```ruby
3945
3943
  begin
@@ -3947,7 +3945,7 @@ begin
3947
3945
  data, status_code, headers = api_instance.get_email_templates_with_http_info(tenant_id, opts)
3948
3946
  p status_code # => 2xx
3949
3947
  p headers # => { ... }
3950
- p data # => <GetEmailTemplates200Response>
3948
+ p data # => <GetEmailTemplatesResponse>
3951
3949
  rescue FastCommentsClient::ApiError => e
3952
3950
  puts "Error when calling DefaultApi->get_email_templates_with_http_info: #{e}"
3953
3951
  end
@@ -3962,7 +3960,7 @@ end
3962
3960
 
3963
3961
  ### Return type
3964
3962
 
3965
- [**GetEmailTemplates200Response**](GetEmailTemplates200Response.md)
3963
+ [**GetEmailTemplatesResponse**](GetEmailTemplatesResponse.md)
3966
3964
 
3967
3965
  ### Authorization
3968
3966
 
@@ -3976,7 +3974,7 @@ end
3976
3974
 
3977
3975
  ## get_feed_posts
3978
3976
 
3979
- > <GetFeedPosts200Response> get_feed_posts(tenant_id, opts)
3977
+ > <GetFeedPostsResponse> get_feed_posts(tenant_id, opts)
3980
3978
 
3981
3979
 
3982
3980
 
@@ -4016,7 +4014,7 @@ end
4016
4014
 
4017
4015
  This returns an Array which contains the response data, status code and headers.
4018
4016
 
4019
- > <Array(<GetFeedPosts200Response>, Integer, Hash)> get_feed_posts_with_http_info(tenant_id, opts)
4017
+ > <Array(<GetFeedPostsResponse>, Integer, Hash)> get_feed_posts_with_http_info(tenant_id, opts)
4020
4018
 
4021
4019
  ```ruby
4022
4020
  begin
@@ -4024,7 +4022,7 @@ begin
4024
4022
  data, status_code, headers = api_instance.get_feed_posts_with_http_info(tenant_id, opts)
4025
4023
  p status_code # => 2xx
4026
4024
  p headers # => { ... }
4027
- p data # => <GetFeedPosts200Response>
4025
+ p data # => <GetFeedPostsResponse>
4028
4026
  rescue FastCommentsClient::ApiError => e
4029
4027
  puts "Error when calling DefaultApi->get_feed_posts_with_http_info: #{e}"
4030
4028
  end
@@ -4041,7 +4039,7 @@ end
4041
4039
 
4042
4040
  ### Return type
4043
4041
 
4044
- [**GetFeedPosts200Response**](GetFeedPosts200Response.md)
4042
+ [**GetFeedPostsResponse**](GetFeedPostsResponse.md)
4045
4043
 
4046
4044
  ### Authorization
4047
4045
 
@@ -4055,7 +4053,7 @@ end
4055
4053
 
4056
4054
  ## get_hash_tags
4057
4055
 
4058
- > <GetHashTags200Response> get_hash_tags(tenant_id, opts)
4056
+ > <GetHashTagsResponse> get_hash_tags(tenant_id, opts)
4059
4057
 
4060
4058
 
4061
4059
 
@@ -4091,7 +4089,7 @@ end
4091
4089
 
4092
4090
  This returns an Array which contains the response data, status code and headers.
4093
4091
 
4094
- > <Array(<GetHashTags200Response>, Integer, Hash)> get_hash_tags_with_http_info(tenant_id, opts)
4092
+ > <Array(<GetHashTagsResponse>, Integer, Hash)> get_hash_tags_with_http_info(tenant_id, opts)
4095
4093
 
4096
4094
  ```ruby
4097
4095
  begin
@@ -4099,7 +4097,7 @@ begin
4099
4097
  data, status_code, headers = api_instance.get_hash_tags_with_http_info(tenant_id, opts)
4100
4098
  p status_code # => 2xx
4101
4099
  p headers # => { ... }
4102
- p data # => <GetHashTags200Response>
4100
+ p data # => <GetHashTagsResponse>
4103
4101
  rescue FastCommentsClient::ApiError => e
4104
4102
  puts "Error when calling DefaultApi->get_hash_tags_with_http_info: #{e}"
4105
4103
  end
@@ -4114,7 +4112,7 @@ end
4114
4112
 
4115
4113
  ### Return type
4116
4114
 
4117
- [**GetHashTags200Response**](GetHashTags200Response.md)
4115
+ [**GetHashTagsResponse**](GetHashTagsResponse.md)
4118
4116
 
4119
4117
  ### Authorization
4120
4118
 
@@ -4128,7 +4126,7 @@ end
4128
4126
 
4129
4127
  ## get_moderator
4130
4128
 
4131
- > <GetModerator200Response> get_moderator(tenant_id, id)
4129
+ > <GetModeratorResponse> get_moderator(tenant_id, id)
4132
4130
 
4133
4131
 
4134
4132
 
@@ -4162,7 +4160,7 @@ end
4162
4160
 
4163
4161
  This returns an Array which contains the response data, status code and headers.
4164
4162
 
4165
- > <Array(<GetModerator200Response>, Integer, Hash)> get_moderator_with_http_info(tenant_id, id)
4163
+ > <Array(<GetModeratorResponse>, Integer, Hash)> get_moderator_with_http_info(tenant_id, id)
4166
4164
 
4167
4165
  ```ruby
4168
4166
  begin
@@ -4170,7 +4168,7 @@ begin
4170
4168
  data, status_code, headers = api_instance.get_moderator_with_http_info(tenant_id, id)
4171
4169
  p status_code # => 2xx
4172
4170
  p headers # => { ... }
4173
- p data # => <GetModerator200Response>
4171
+ p data # => <GetModeratorResponse>
4174
4172
  rescue FastCommentsClient::ApiError => e
4175
4173
  puts "Error when calling DefaultApi->get_moderator_with_http_info: #{e}"
4176
4174
  end
@@ -4185,7 +4183,7 @@ end
4185
4183
 
4186
4184
  ### Return type
4187
4185
 
4188
- [**GetModerator200Response**](GetModerator200Response.md)
4186
+ [**GetModeratorResponse**](GetModeratorResponse.md)
4189
4187
 
4190
4188
  ### Authorization
4191
4189
 
@@ -4199,7 +4197,7 @@ end
4199
4197
 
4200
4198
  ## get_moderators
4201
4199
 
4202
- > <GetModerators200Response> get_moderators(tenant_id, opts)
4200
+ > <GetModeratorsResponse> get_moderators(tenant_id, opts)
4203
4201
 
4204
4202
 
4205
4203
 
@@ -4235,7 +4233,7 @@ end
4235
4233
 
4236
4234
  This returns an Array which contains the response data, status code and headers.
4237
4235
 
4238
- > <Array(<GetModerators200Response>, Integer, Hash)> get_moderators_with_http_info(tenant_id, opts)
4236
+ > <Array(<GetModeratorsResponse>, Integer, Hash)> get_moderators_with_http_info(tenant_id, opts)
4239
4237
 
4240
4238
  ```ruby
4241
4239
  begin
@@ -4243,7 +4241,7 @@ begin
4243
4241
  data, status_code, headers = api_instance.get_moderators_with_http_info(tenant_id, opts)
4244
4242
  p status_code # => 2xx
4245
4243
  p headers # => { ... }
4246
- p data # => <GetModerators200Response>
4244
+ p data # => <GetModeratorsResponse>
4247
4245
  rescue FastCommentsClient::ApiError => e
4248
4246
  puts "Error when calling DefaultApi->get_moderators_with_http_info: #{e}"
4249
4247
  end
@@ -4258,7 +4256,7 @@ end
4258
4256
 
4259
4257
  ### Return type
4260
4258
 
4261
- [**GetModerators200Response**](GetModerators200Response.md)
4259
+ [**GetModeratorsResponse**](GetModeratorsResponse.md)
4262
4260
 
4263
4261
  ### Authorization
4264
4262
 
@@ -4272,7 +4270,7 @@ end
4272
4270
 
4273
4271
  ## get_notification_count
4274
4272
 
4275
- > <GetNotificationCount200Response> get_notification_count(tenant_id, opts)
4273
+ > <GetNotificationCountResponse> get_notification_count(tenant_id, opts)
4276
4274
 
4277
4275
 
4278
4276
 
@@ -4312,7 +4310,7 @@ end
4312
4310
 
4313
4311
  This returns an Array which contains the response data, status code and headers.
4314
4312
 
4315
- > <Array(<GetNotificationCount200Response>, Integer, Hash)> get_notification_count_with_http_info(tenant_id, opts)
4313
+ > <Array(<GetNotificationCountResponse>, Integer, Hash)> get_notification_count_with_http_info(tenant_id, opts)
4316
4314
 
4317
4315
  ```ruby
4318
4316
  begin
@@ -4320,7 +4318,7 @@ begin
4320
4318
  data, status_code, headers = api_instance.get_notification_count_with_http_info(tenant_id, opts)
4321
4319
  p status_code # => 2xx
4322
4320
  p headers # => { ... }
4323
- p data # => <GetNotificationCount200Response>
4321
+ p data # => <GetNotificationCountResponse>
4324
4322
  rescue FastCommentsClient::ApiError => e
4325
4323
  puts "Error when calling DefaultApi->get_notification_count_with_http_info: #{e}"
4326
4324
  end
@@ -4339,7 +4337,7 @@ end
4339
4337
 
4340
4338
  ### Return type
4341
4339
 
4342
- [**GetNotificationCount200Response**](GetNotificationCount200Response.md)
4340
+ [**GetNotificationCountResponse**](GetNotificationCountResponse.md)
4343
4341
 
4344
4342
  ### Authorization
4345
4343
 
@@ -4353,7 +4351,7 @@ end
4353
4351
 
4354
4352
  ## get_notifications
4355
4353
 
4356
- > <GetNotifications200Response> get_notifications(tenant_id, opts)
4354
+ > <GetNotificationsResponse> get_notifications(tenant_id, opts)
4357
4355
 
4358
4356
 
4359
4357
 
@@ -4394,7 +4392,7 @@ end
4394
4392
 
4395
4393
  This returns an Array which contains the response data, status code and headers.
4396
4394
 
4397
- > <Array(<GetNotifications200Response>, Integer, Hash)> get_notifications_with_http_info(tenant_id, opts)
4395
+ > <Array(<GetNotificationsResponse>, Integer, Hash)> get_notifications_with_http_info(tenant_id, opts)
4398
4396
 
4399
4397
  ```ruby
4400
4398
  begin
@@ -4402,7 +4400,7 @@ begin
4402
4400
  data, status_code, headers = api_instance.get_notifications_with_http_info(tenant_id, opts)
4403
4401
  p status_code # => 2xx
4404
4402
  p headers # => { ... }
4405
- p data # => <GetNotifications200Response>
4403
+ p data # => <GetNotificationsResponse>
4406
4404
  rescue FastCommentsClient::ApiError => e
4407
4405
  puts "Error when calling DefaultApi->get_notifications_with_http_info: #{e}"
4408
4406
  end
@@ -4422,7 +4420,7 @@ end
4422
4420
 
4423
4421
  ### Return type
4424
4422
 
4425
- [**GetNotifications200Response**](GetNotifications200Response.md)
4423
+ [**GetNotificationsResponse**](GetNotificationsResponse.md)
4426
4424
 
4427
4425
  ### Authorization
4428
4426
 
@@ -4576,7 +4574,7 @@ end
4576
4574
 
4577
4575
  ## get_pending_webhook_event_count
4578
4576
 
4579
- > <GetPendingWebhookEventCount200Response> get_pending_webhook_event_count(tenant_id, opts)
4577
+ > <GetPendingWebhookEventCountResponse> get_pending_webhook_event_count(tenant_id, opts)
4580
4578
 
4581
4579
 
4582
4580
 
@@ -4617,7 +4615,7 @@ end
4617
4615
 
4618
4616
  This returns an Array which contains the response data, status code and headers.
4619
4617
 
4620
- > <Array(<GetPendingWebhookEventCount200Response>, Integer, Hash)> get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4618
+ > <Array(<GetPendingWebhookEventCountResponse>, Integer, Hash)> get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4621
4619
 
4622
4620
  ```ruby
4623
4621
  begin
@@ -4625,7 +4623,7 @@ begin
4625
4623
  data, status_code, headers = api_instance.get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4626
4624
  p status_code # => 2xx
4627
4625
  p headers # => { ... }
4628
- p data # => <GetPendingWebhookEventCount200Response>
4626
+ p data # => <GetPendingWebhookEventCountResponse>
4629
4627
  rescue FastCommentsClient::ApiError => e
4630
4628
  puts "Error when calling DefaultApi->get_pending_webhook_event_count_with_http_info: #{e}"
4631
4629
  end
@@ -4645,7 +4643,7 @@ end
4645
4643
 
4646
4644
  ### Return type
4647
4645
 
4648
- [**GetPendingWebhookEventCount200Response**](GetPendingWebhookEventCount200Response.md)
4646
+ [**GetPendingWebhookEventCountResponse**](GetPendingWebhookEventCountResponse.md)
4649
4647
 
4650
4648
  ### Authorization
4651
4649
 
@@ -4659,7 +4657,7 @@ end
4659
4657
 
4660
4658
  ## get_pending_webhook_events
4661
4659
 
4662
- > <GetPendingWebhookEvents200Response> get_pending_webhook_events(tenant_id, opts)
4660
+ > <GetPendingWebhookEventsResponse> get_pending_webhook_events(tenant_id, opts)
4663
4661
 
4664
4662
 
4665
4663
 
@@ -4701,7 +4699,7 @@ end
4701
4699
 
4702
4700
  This returns an Array which contains the response data, status code and headers.
4703
4701
 
4704
- > <Array(<GetPendingWebhookEvents200Response>, Integer, Hash)> get_pending_webhook_events_with_http_info(tenant_id, opts)
4702
+ > <Array(<GetPendingWebhookEventsResponse>, Integer, Hash)> get_pending_webhook_events_with_http_info(tenant_id, opts)
4705
4703
 
4706
4704
  ```ruby
4707
4705
  begin
@@ -4709,7 +4707,7 @@ begin
4709
4707
  data, status_code, headers = api_instance.get_pending_webhook_events_with_http_info(tenant_id, opts)
4710
4708
  p status_code # => 2xx
4711
4709
  p headers # => { ... }
4712
- p data # => <GetPendingWebhookEvents200Response>
4710
+ p data # => <GetPendingWebhookEventsResponse>
4713
4711
  rescue FastCommentsClient::ApiError => e
4714
4712
  puts "Error when calling DefaultApi->get_pending_webhook_events_with_http_info: #{e}"
4715
4713
  end
@@ -4730,7 +4728,7 @@ end
4730
4728
 
4731
4729
  ### Return type
4732
4730
 
4733
- [**GetPendingWebhookEvents200Response**](GetPendingWebhookEvents200Response.md)
4731
+ [**GetPendingWebhookEventsResponse**](GetPendingWebhookEventsResponse.md)
4734
4732
 
4735
4733
  ### Authorization
4736
4734
 
@@ -4744,7 +4742,7 @@ end
4744
4742
 
4745
4743
  ## get_question_config
4746
4744
 
4747
- > <GetQuestionConfig200Response> get_question_config(tenant_id, id)
4745
+ > <GetQuestionConfigResponse> get_question_config(tenant_id, id)
4748
4746
 
4749
4747
 
4750
4748
 
@@ -4778,7 +4776,7 @@ end
4778
4776
 
4779
4777
  This returns an Array which contains the response data, status code and headers.
4780
4778
 
4781
- > <Array(<GetQuestionConfig200Response>, Integer, Hash)> get_question_config_with_http_info(tenant_id, id)
4779
+ > <Array(<GetQuestionConfigResponse>, Integer, Hash)> get_question_config_with_http_info(tenant_id, id)
4782
4780
 
4783
4781
  ```ruby
4784
4782
  begin
@@ -4786,7 +4784,7 @@ begin
4786
4784
  data, status_code, headers = api_instance.get_question_config_with_http_info(tenant_id, id)
4787
4785
  p status_code # => 2xx
4788
4786
  p headers # => { ... }
4789
- p data # => <GetQuestionConfig200Response>
4787
+ p data # => <GetQuestionConfigResponse>
4790
4788
  rescue FastCommentsClient::ApiError => e
4791
4789
  puts "Error when calling DefaultApi->get_question_config_with_http_info: #{e}"
4792
4790
  end
@@ -4801,7 +4799,7 @@ end
4801
4799
 
4802
4800
  ### Return type
4803
4801
 
4804
- [**GetQuestionConfig200Response**](GetQuestionConfig200Response.md)
4802
+ [**GetQuestionConfigResponse**](GetQuestionConfigResponse.md)
4805
4803
 
4806
4804
  ### Authorization
4807
4805
 
@@ -4815,7 +4813,7 @@ end
4815
4813
 
4816
4814
  ## get_question_configs
4817
4815
 
4818
- > <GetQuestionConfigs200Response> get_question_configs(tenant_id, opts)
4816
+ > <GetQuestionConfigsResponse> get_question_configs(tenant_id, opts)
4819
4817
 
4820
4818
 
4821
4819
 
@@ -4851,7 +4849,7 @@ end
4851
4849
 
4852
4850
  This returns an Array which contains the response data, status code and headers.
4853
4851
 
4854
- > <Array(<GetQuestionConfigs200Response>, Integer, Hash)> get_question_configs_with_http_info(tenant_id, opts)
4852
+ > <Array(<GetQuestionConfigsResponse>, Integer, Hash)> get_question_configs_with_http_info(tenant_id, opts)
4855
4853
 
4856
4854
  ```ruby
4857
4855
  begin
@@ -4859,7 +4857,7 @@ begin
4859
4857
  data, status_code, headers = api_instance.get_question_configs_with_http_info(tenant_id, opts)
4860
4858
  p status_code # => 2xx
4861
4859
  p headers # => { ... }
4862
- p data # => <GetQuestionConfigs200Response>
4860
+ p data # => <GetQuestionConfigsResponse>
4863
4861
  rescue FastCommentsClient::ApiError => e
4864
4862
  puts "Error when calling DefaultApi->get_question_configs_with_http_info: #{e}"
4865
4863
  end
@@ -4874,7 +4872,7 @@ end
4874
4872
 
4875
4873
  ### Return type
4876
4874
 
4877
- [**GetQuestionConfigs200Response**](GetQuestionConfigs200Response.md)
4875
+ [**GetQuestionConfigsResponse**](GetQuestionConfigsResponse.md)
4878
4876
 
4879
4877
  ### Authorization
4880
4878
 
@@ -4888,7 +4886,7 @@ end
4888
4886
 
4889
4887
  ## get_question_result
4890
4888
 
4891
- > <GetQuestionResult200Response> get_question_result(tenant_id, id)
4889
+ > <GetQuestionResultResponse> get_question_result(tenant_id, id)
4892
4890
 
4893
4891
 
4894
4892
 
@@ -4922,7 +4920,7 @@ end
4922
4920
 
4923
4921
  This returns an Array which contains the response data, status code and headers.
4924
4922
 
4925
- > <Array(<GetQuestionResult200Response>, Integer, Hash)> get_question_result_with_http_info(tenant_id, id)
4923
+ > <Array(<GetQuestionResultResponse>, Integer, Hash)> get_question_result_with_http_info(tenant_id, id)
4926
4924
 
4927
4925
  ```ruby
4928
4926
  begin
@@ -4930,7 +4928,7 @@ begin
4930
4928
  data, status_code, headers = api_instance.get_question_result_with_http_info(tenant_id, id)
4931
4929
  p status_code # => 2xx
4932
4930
  p headers # => { ... }
4933
- p data # => <GetQuestionResult200Response>
4931
+ p data # => <GetQuestionResultResponse>
4934
4932
  rescue FastCommentsClient::ApiError => e
4935
4933
  puts "Error when calling DefaultApi->get_question_result_with_http_info: #{e}"
4936
4934
  end
@@ -4945,7 +4943,7 @@ end
4945
4943
 
4946
4944
  ### Return type
4947
4945
 
4948
- [**GetQuestionResult200Response**](GetQuestionResult200Response.md)
4946
+ [**GetQuestionResultResponse**](GetQuestionResultResponse.md)
4949
4947
 
4950
4948
  ### Authorization
4951
4949
 
@@ -4959,7 +4957,7 @@ end
4959
4957
 
4960
4958
  ## get_question_results
4961
4959
 
4962
- > <GetQuestionResults200Response> get_question_results(tenant_id, opts)
4960
+ > <GetQuestionResultsResponse> get_question_results(tenant_id, opts)
4963
4961
 
4964
4962
 
4965
4963
 
@@ -5000,7 +4998,7 @@ end
5000
4998
 
5001
4999
  This returns an Array which contains the response data, status code and headers.
5002
5000
 
5003
- > <Array(<GetQuestionResults200Response>, Integer, Hash)> get_question_results_with_http_info(tenant_id, opts)
5001
+ > <Array(<GetQuestionResultsResponse>, Integer, Hash)> get_question_results_with_http_info(tenant_id, opts)
5004
5002
 
5005
5003
  ```ruby
5006
5004
  begin
@@ -5008,7 +5006,7 @@ begin
5008
5006
  data, status_code, headers = api_instance.get_question_results_with_http_info(tenant_id, opts)
5009
5007
  p status_code # => 2xx
5010
5008
  p headers # => { ... }
5011
- p data # => <GetQuestionResults200Response>
5009
+ p data # => <GetQuestionResultsResponse>
5012
5010
  rescue FastCommentsClient::ApiError => e
5013
5011
  puts "Error when calling DefaultApi->get_question_results_with_http_info: #{e}"
5014
5012
  end
@@ -5028,7 +5026,7 @@ end
5028
5026
 
5029
5027
  ### Return type
5030
5028
 
5031
- [**GetQuestionResults200Response**](GetQuestionResults200Response.md)
5029
+ [**GetQuestionResultsResponse**](GetQuestionResultsResponse.md)
5032
5030
 
5033
5031
  ### Authorization
5034
5032
 
@@ -5184,7 +5182,7 @@ end
5184
5182
 
5185
5183
  ## get_sso_users
5186
5184
 
5187
- > <GetSSOUsers200Response> get_sso_users(tenant_id, opts)
5185
+ > <GetSSOUsersResponse> get_sso_users(tenant_id, opts)
5188
5186
 
5189
5187
 
5190
5188
 
@@ -5220,7 +5218,7 @@ end
5220
5218
 
5221
5219
  This returns an Array which contains the response data, status code and headers.
5222
5220
 
5223
- > <Array(<GetSSOUsers200Response>, Integer, Hash)> get_sso_users_with_http_info(tenant_id, opts)
5221
+ > <Array(<GetSSOUsersResponse>, Integer, Hash)> get_sso_users_with_http_info(tenant_id, opts)
5224
5222
 
5225
5223
  ```ruby
5226
5224
  begin
@@ -5228,7 +5226,7 @@ begin
5228
5226
  data, status_code, headers = api_instance.get_sso_users_with_http_info(tenant_id, opts)
5229
5227
  p status_code # => 2xx
5230
5228
  p headers # => { ... }
5231
- p data # => <GetSSOUsers200Response>
5229
+ p data # => <GetSSOUsersResponse>
5232
5230
  rescue FastCommentsClient::ApiError => e
5233
5231
  puts "Error when calling DefaultApi->get_sso_users_with_http_info: #{e}"
5234
5232
  end
@@ -5243,7 +5241,7 @@ end
5243
5241
 
5244
5242
  ### Return type
5245
5243
 
5246
- [**GetSSOUsers200Response**](GetSSOUsers200Response.md)
5244
+ [**GetSSOUsersResponse**](GetSSOUsersResponse.md)
5247
5245
 
5248
5246
  ### Authorization
5249
5247
 
@@ -5330,7 +5328,7 @@ end
5330
5328
 
5331
5329
  ## get_tenant
5332
5330
 
5333
- > <GetTenant200Response> get_tenant(tenant_id, id)
5331
+ > <GetTenantResponse> get_tenant(tenant_id, id)
5334
5332
 
5335
5333
 
5336
5334
 
@@ -5364,7 +5362,7 @@ end
5364
5362
 
5365
5363
  This returns an Array which contains the response data, status code and headers.
5366
5364
 
5367
- > <Array(<GetTenant200Response>, Integer, Hash)> get_tenant_with_http_info(tenant_id, id)
5365
+ > <Array(<GetTenantResponse>, Integer, Hash)> get_tenant_with_http_info(tenant_id, id)
5368
5366
 
5369
5367
  ```ruby
5370
5368
  begin
@@ -5372,7 +5370,7 @@ begin
5372
5370
  data, status_code, headers = api_instance.get_tenant_with_http_info(tenant_id, id)
5373
5371
  p status_code # => 2xx
5374
5372
  p headers # => { ... }
5375
- p data # => <GetTenant200Response>
5373
+ p data # => <GetTenantResponse>
5376
5374
  rescue FastCommentsClient::ApiError => e
5377
5375
  puts "Error when calling DefaultApi->get_tenant_with_http_info: #{e}"
5378
5376
  end
@@ -5387,7 +5385,7 @@ end
5387
5385
 
5388
5386
  ### Return type
5389
5387
 
5390
- [**GetTenant200Response**](GetTenant200Response.md)
5388
+ [**GetTenantResponse**](GetTenantResponse.md)
5391
5389
 
5392
5390
  ### Authorization
5393
5391
 
@@ -5401,7 +5399,7 @@ end
5401
5399
 
5402
5400
  ## get_tenant_daily_usages
5403
5401
 
5404
- > <GetTenantDailyUsages200Response> get_tenant_daily_usages(tenant_id, opts)
5402
+ > <GetTenantDailyUsagesResponse> get_tenant_daily_usages(tenant_id, opts)
5405
5403
 
5406
5404
 
5407
5405
 
@@ -5440,7 +5438,7 @@ end
5440
5438
 
5441
5439
  This returns an Array which contains the response data, status code and headers.
5442
5440
 
5443
- > <Array(<GetTenantDailyUsages200Response>, Integer, Hash)> get_tenant_daily_usages_with_http_info(tenant_id, opts)
5441
+ > <Array(<GetTenantDailyUsagesResponse>, Integer, Hash)> get_tenant_daily_usages_with_http_info(tenant_id, opts)
5444
5442
 
5445
5443
  ```ruby
5446
5444
  begin
@@ -5448,7 +5446,7 @@ begin
5448
5446
  data, status_code, headers = api_instance.get_tenant_daily_usages_with_http_info(tenant_id, opts)
5449
5447
  p status_code # => 2xx
5450
5448
  p headers # => { ... }
5451
- p data # => <GetTenantDailyUsages200Response>
5449
+ p data # => <GetTenantDailyUsagesResponse>
5452
5450
  rescue FastCommentsClient::ApiError => e
5453
5451
  puts "Error when calling DefaultApi->get_tenant_daily_usages_with_http_info: #{e}"
5454
5452
  end
@@ -5466,7 +5464,7 @@ end
5466
5464
 
5467
5465
  ### Return type
5468
5466
 
5469
- [**GetTenantDailyUsages200Response**](GetTenantDailyUsages200Response.md)
5467
+ [**GetTenantDailyUsagesResponse**](GetTenantDailyUsagesResponse.md)
5470
5468
 
5471
5469
  ### Authorization
5472
5470
 
@@ -5480,7 +5478,7 @@ end
5480
5478
 
5481
5479
  ## get_tenant_package
5482
5480
 
5483
- > <GetTenantPackage200Response> get_tenant_package(tenant_id, id)
5481
+ > <GetTenantPackageResponse> get_tenant_package(tenant_id, id)
5484
5482
 
5485
5483
 
5486
5484
 
@@ -5514,7 +5512,7 @@ end
5514
5512
 
5515
5513
  This returns an Array which contains the response data, status code and headers.
5516
5514
 
5517
- > <Array(<GetTenantPackage200Response>, Integer, Hash)> get_tenant_package_with_http_info(tenant_id, id)
5515
+ > <Array(<GetTenantPackageResponse>, Integer, Hash)> get_tenant_package_with_http_info(tenant_id, id)
5518
5516
 
5519
5517
  ```ruby
5520
5518
  begin
@@ -5522,7 +5520,7 @@ begin
5522
5520
  data, status_code, headers = api_instance.get_tenant_package_with_http_info(tenant_id, id)
5523
5521
  p status_code # => 2xx
5524
5522
  p headers # => { ... }
5525
- p data # => <GetTenantPackage200Response>
5523
+ p data # => <GetTenantPackageResponse>
5526
5524
  rescue FastCommentsClient::ApiError => e
5527
5525
  puts "Error when calling DefaultApi->get_tenant_package_with_http_info: #{e}"
5528
5526
  end
@@ -5537,7 +5535,7 @@ end
5537
5535
 
5538
5536
  ### Return type
5539
5537
 
5540
- [**GetTenantPackage200Response**](GetTenantPackage200Response.md)
5538
+ [**GetTenantPackageResponse**](GetTenantPackageResponse.md)
5541
5539
 
5542
5540
  ### Authorization
5543
5541
 
@@ -5551,7 +5549,7 @@ end
5551
5549
 
5552
5550
  ## get_tenant_packages
5553
5551
 
5554
- > <GetTenantPackages200Response> get_tenant_packages(tenant_id, opts)
5552
+ > <GetTenantPackagesResponse> get_tenant_packages(tenant_id, opts)
5555
5553
 
5556
5554
 
5557
5555
 
@@ -5587,7 +5585,7 @@ end
5587
5585
 
5588
5586
  This returns an Array which contains the response data, status code and headers.
5589
5587
 
5590
- > <Array(<GetTenantPackages200Response>, Integer, Hash)> get_tenant_packages_with_http_info(tenant_id, opts)
5588
+ > <Array(<GetTenantPackagesResponse>, Integer, Hash)> get_tenant_packages_with_http_info(tenant_id, opts)
5591
5589
 
5592
5590
  ```ruby
5593
5591
  begin
@@ -5595,7 +5593,7 @@ begin
5595
5593
  data, status_code, headers = api_instance.get_tenant_packages_with_http_info(tenant_id, opts)
5596
5594
  p status_code # => 2xx
5597
5595
  p headers # => { ... }
5598
- p data # => <GetTenantPackages200Response>
5596
+ p data # => <GetTenantPackagesResponse>
5599
5597
  rescue FastCommentsClient::ApiError => e
5600
5598
  puts "Error when calling DefaultApi->get_tenant_packages_with_http_info: #{e}"
5601
5599
  end
@@ -5610,7 +5608,7 @@ end
5610
5608
 
5611
5609
  ### Return type
5612
5610
 
5613
- [**GetTenantPackages200Response**](GetTenantPackages200Response.md)
5611
+ [**GetTenantPackagesResponse**](GetTenantPackagesResponse.md)
5614
5612
 
5615
5613
  ### Authorization
5616
5614
 
@@ -5624,7 +5622,7 @@ end
5624
5622
 
5625
5623
  ## get_tenant_user
5626
5624
 
5627
- > <GetTenantUser200Response> get_tenant_user(tenant_id, id)
5625
+ > <GetTenantUserResponse> get_tenant_user(tenant_id, id)
5628
5626
 
5629
5627
 
5630
5628
 
@@ -5658,7 +5656,7 @@ end
5658
5656
 
5659
5657
  This returns an Array which contains the response data, status code and headers.
5660
5658
 
5661
- > <Array(<GetTenantUser200Response>, Integer, Hash)> get_tenant_user_with_http_info(tenant_id, id)
5659
+ > <Array(<GetTenantUserResponse>, Integer, Hash)> get_tenant_user_with_http_info(tenant_id, id)
5662
5660
 
5663
5661
  ```ruby
5664
5662
  begin
@@ -5666,7 +5664,7 @@ begin
5666
5664
  data, status_code, headers = api_instance.get_tenant_user_with_http_info(tenant_id, id)
5667
5665
  p status_code # => 2xx
5668
5666
  p headers # => { ... }
5669
- p data # => <GetTenantUser200Response>
5667
+ p data # => <GetTenantUserResponse>
5670
5668
  rescue FastCommentsClient::ApiError => e
5671
5669
  puts "Error when calling DefaultApi->get_tenant_user_with_http_info: #{e}"
5672
5670
  end
@@ -5681,7 +5679,7 @@ end
5681
5679
 
5682
5680
  ### Return type
5683
5681
 
5684
- [**GetTenantUser200Response**](GetTenantUser200Response.md)
5682
+ [**GetTenantUserResponse**](GetTenantUserResponse.md)
5685
5683
 
5686
5684
  ### Authorization
5687
5685
 
@@ -5695,7 +5693,7 @@ end
5695
5693
 
5696
5694
  ## get_tenant_users
5697
5695
 
5698
- > <GetTenantUsers200Response> get_tenant_users(tenant_id, opts)
5696
+ > <GetTenantUsersResponse> get_tenant_users(tenant_id, opts)
5699
5697
 
5700
5698
 
5701
5699
 
@@ -5731,7 +5729,7 @@ end
5731
5729
 
5732
5730
  This returns an Array which contains the response data, status code and headers.
5733
5731
 
5734
- > <Array(<GetTenantUsers200Response>, Integer, Hash)> get_tenant_users_with_http_info(tenant_id, opts)
5732
+ > <Array(<GetTenantUsersResponse>, Integer, Hash)> get_tenant_users_with_http_info(tenant_id, opts)
5735
5733
 
5736
5734
  ```ruby
5737
5735
  begin
@@ -5739,7 +5737,7 @@ begin
5739
5737
  data, status_code, headers = api_instance.get_tenant_users_with_http_info(tenant_id, opts)
5740
5738
  p status_code # => 2xx
5741
5739
  p headers # => { ... }
5742
- p data # => <GetTenantUsers200Response>
5740
+ p data # => <GetTenantUsersResponse>
5743
5741
  rescue FastCommentsClient::ApiError => e
5744
5742
  puts "Error when calling DefaultApi->get_tenant_users_with_http_info: #{e}"
5745
5743
  end
@@ -5754,7 +5752,7 @@ end
5754
5752
 
5755
5753
  ### Return type
5756
5754
 
5757
- [**GetTenantUsers200Response**](GetTenantUsers200Response.md)
5755
+ [**GetTenantUsersResponse**](GetTenantUsersResponse.md)
5758
5756
 
5759
5757
  ### Authorization
5760
5758
 
@@ -5768,7 +5766,7 @@ end
5768
5766
 
5769
5767
  ## get_tenants
5770
5768
 
5771
- > <GetTenants200Response> get_tenants(tenant_id, opts)
5769
+ > <GetTenantsResponse> get_tenants(tenant_id, opts)
5772
5770
 
5773
5771
 
5774
5772
 
@@ -5805,7 +5803,7 @@ end
5805
5803
 
5806
5804
  This returns an Array which contains the response data, status code and headers.
5807
5805
 
5808
- > <Array(<GetTenants200Response>, Integer, Hash)> get_tenants_with_http_info(tenant_id, opts)
5806
+ > <Array(<GetTenantsResponse>, Integer, Hash)> get_tenants_with_http_info(tenant_id, opts)
5809
5807
 
5810
5808
  ```ruby
5811
5809
  begin
@@ -5813,7 +5811,7 @@ begin
5813
5811
  data, status_code, headers = api_instance.get_tenants_with_http_info(tenant_id, opts)
5814
5812
  p status_code # => 2xx
5815
5813
  p headers # => { ... }
5816
- p data # => <GetTenants200Response>
5814
+ p data # => <GetTenantsResponse>
5817
5815
  rescue FastCommentsClient::ApiError => e
5818
5816
  puts "Error when calling DefaultApi->get_tenants_with_http_info: #{e}"
5819
5817
  end
@@ -5829,7 +5827,7 @@ end
5829
5827
 
5830
5828
  ### Return type
5831
5829
 
5832
- [**GetTenants200Response**](GetTenants200Response.md)
5830
+ [**GetTenantsResponse**](GetTenantsResponse.md)
5833
5831
 
5834
5832
  ### Authorization
5835
5833
 
@@ -5843,7 +5841,7 @@ end
5843
5841
 
5844
5842
  ## get_ticket
5845
5843
 
5846
- > <GetTicket200Response> get_ticket(tenant_id, id, opts)
5844
+ > <GetTicketResponse> get_ticket(tenant_id, id, opts)
5847
5845
 
5848
5846
 
5849
5847
 
@@ -5880,7 +5878,7 @@ end
5880
5878
 
5881
5879
  This returns an Array which contains the response data, status code and headers.
5882
5880
 
5883
- > <Array(<GetTicket200Response>, Integer, Hash)> get_ticket_with_http_info(tenant_id, id, opts)
5881
+ > <Array(<GetTicketResponse>, Integer, Hash)> get_ticket_with_http_info(tenant_id, id, opts)
5884
5882
 
5885
5883
  ```ruby
5886
5884
  begin
@@ -5888,7 +5886,7 @@ begin
5888
5886
  data, status_code, headers = api_instance.get_ticket_with_http_info(tenant_id, id, opts)
5889
5887
  p status_code # => 2xx
5890
5888
  p headers # => { ... }
5891
- p data # => <GetTicket200Response>
5889
+ p data # => <GetTicketResponse>
5892
5890
  rescue FastCommentsClient::ApiError => e
5893
5891
  puts "Error when calling DefaultApi->get_ticket_with_http_info: #{e}"
5894
5892
  end
@@ -5904,7 +5902,7 @@ end
5904
5902
 
5905
5903
  ### Return type
5906
5904
 
5907
- [**GetTicket200Response**](GetTicket200Response.md)
5905
+ [**GetTicketResponse**](GetTicketResponse.md)
5908
5906
 
5909
5907
  ### Authorization
5910
5908
 
@@ -5918,7 +5916,7 @@ end
5918
5916
 
5919
5917
  ## get_tickets
5920
5918
 
5921
- > <GetTickets200Response> get_tickets(tenant_id, opts)
5919
+ > <GetTicketsResponse> get_tickets(tenant_id, opts)
5922
5920
 
5923
5921
 
5924
5922
 
@@ -5957,7 +5955,7 @@ end
5957
5955
 
5958
5956
  This returns an Array which contains the response data, status code and headers.
5959
5957
 
5960
- > <Array(<GetTickets200Response>, Integer, Hash)> get_tickets_with_http_info(tenant_id, opts)
5958
+ > <Array(<GetTicketsResponse>, Integer, Hash)> get_tickets_with_http_info(tenant_id, opts)
5961
5959
 
5962
5960
  ```ruby
5963
5961
  begin
@@ -5965,7 +5963,7 @@ begin
5965
5963
  data, status_code, headers = api_instance.get_tickets_with_http_info(tenant_id, opts)
5966
5964
  p status_code # => 2xx
5967
5965
  p headers # => { ... }
5968
- p data # => <GetTickets200Response>
5966
+ p data # => <GetTicketsResponse>
5969
5967
  rescue FastCommentsClient::ApiError => e
5970
5968
  puts "Error when calling DefaultApi->get_tickets_with_http_info: #{e}"
5971
5969
  end
@@ -5983,7 +5981,7 @@ end
5983
5981
 
5984
5982
  ### Return type
5985
5983
 
5986
- [**GetTickets200Response**](GetTickets200Response.md)
5984
+ [**GetTicketsResponse**](GetTicketsResponse.md)
5987
5985
 
5988
5986
  ### Authorization
5989
5987
 
@@ -5997,7 +5995,7 @@ end
5997
5995
 
5998
5996
  ## get_user
5999
5997
 
6000
- > <GetUser200Response> get_user(tenant_id, id)
5998
+ > <GetUserResponse> get_user(tenant_id, id)
6001
5999
 
6002
6000
 
6003
6001
 
@@ -6031,7 +6029,7 @@ end
6031
6029
 
6032
6030
  This returns an Array which contains the response data, status code and headers.
6033
6031
 
6034
- > <Array(<GetUser200Response>, Integer, Hash)> get_user_with_http_info(tenant_id, id)
6032
+ > <Array(<GetUserResponse>, Integer, Hash)> get_user_with_http_info(tenant_id, id)
6035
6033
 
6036
6034
  ```ruby
6037
6035
  begin
@@ -6039,7 +6037,7 @@ begin
6039
6037
  data, status_code, headers = api_instance.get_user_with_http_info(tenant_id, id)
6040
6038
  p status_code # => 2xx
6041
6039
  p headers # => { ... }
6042
- p data # => <GetUser200Response>
6040
+ p data # => <GetUserResponse>
6043
6041
  rescue FastCommentsClient::ApiError => e
6044
6042
  puts "Error when calling DefaultApi->get_user_with_http_info: #{e}"
6045
6043
  end
@@ -6054,7 +6052,7 @@ end
6054
6052
 
6055
6053
  ### Return type
6056
6054
 
6057
- [**GetUser200Response**](GetUser200Response.md)
6055
+ [**GetUserResponse**](GetUserResponse.md)
6058
6056
 
6059
6057
  ### Authorization
6060
6058
 
@@ -6068,7 +6066,7 @@ end
6068
6066
 
6069
6067
  ## get_user_badge
6070
6068
 
6071
- > <GetUserBadge200Response> get_user_badge(tenant_id, id)
6069
+ > <APIGetUserBadgeResponse> get_user_badge(tenant_id, id)
6072
6070
 
6073
6071
 
6074
6072
 
@@ -6102,7 +6100,7 @@ end
6102
6100
 
6103
6101
  This returns an Array which contains the response data, status code and headers.
6104
6102
 
6105
- > <Array(<GetUserBadge200Response>, Integer, Hash)> get_user_badge_with_http_info(tenant_id, id)
6103
+ > <Array(<APIGetUserBadgeResponse>, Integer, Hash)> get_user_badge_with_http_info(tenant_id, id)
6106
6104
 
6107
6105
  ```ruby
6108
6106
  begin
@@ -6110,7 +6108,7 @@ begin
6110
6108
  data, status_code, headers = api_instance.get_user_badge_with_http_info(tenant_id, id)
6111
6109
  p status_code # => 2xx
6112
6110
  p headers # => { ... }
6113
- p data # => <GetUserBadge200Response>
6111
+ p data # => <APIGetUserBadgeResponse>
6114
6112
  rescue FastCommentsClient::ApiError => e
6115
6113
  puts "Error when calling DefaultApi->get_user_badge_with_http_info: #{e}"
6116
6114
  end
@@ -6125,7 +6123,7 @@ end
6125
6123
 
6126
6124
  ### Return type
6127
6125
 
6128
- [**GetUserBadge200Response**](GetUserBadge200Response.md)
6126
+ [**APIGetUserBadgeResponse**](APIGetUserBadgeResponse.md)
6129
6127
 
6130
6128
  ### Authorization
6131
6129
 
@@ -6139,7 +6137,7 @@ end
6139
6137
 
6140
6138
  ## get_user_badge_progress_by_id
6141
6139
 
6142
- > <GetUserBadgeProgressById200Response> get_user_badge_progress_by_id(tenant_id, id)
6140
+ > <APIGetUserBadgeProgressResponse> get_user_badge_progress_by_id(tenant_id, id)
6143
6141
 
6144
6142
 
6145
6143
 
@@ -6173,7 +6171,7 @@ end
6173
6171
 
6174
6172
  This returns an Array which contains the response data, status code and headers.
6175
6173
 
6176
- > <Array(<GetUserBadgeProgressById200Response>, Integer, Hash)> get_user_badge_progress_by_id_with_http_info(tenant_id, id)
6174
+ > <Array(<APIGetUserBadgeProgressResponse>, Integer, Hash)> get_user_badge_progress_by_id_with_http_info(tenant_id, id)
6177
6175
 
6178
6176
  ```ruby
6179
6177
  begin
@@ -6181,7 +6179,7 @@ begin
6181
6179
  data, status_code, headers = api_instance.get_user_badge_progress_by_id_with_http_info(tenant_id, id)
6182
6180
  p status_code # => 2xx
6183
6181
  p headers # => { ... }
6184
- p data # => <GetUserBadgeProgressById200Response>
6182
+ p data # => <APIGetUserBadgeProgressResponse>
6185
6183
  rescue FastCommentsClient::ApiError => e
6186
6184
  puts "Error when calling DefaultApi->get_user_badge_progress_by_id_with_http_info: #{e}"
6187
6185
  end
@@ -6196,7 +6194,7 @@ end
6196
6194
 
6197
6195
  ### Return type
6198
6196
 
6199
- [**GetUserBadgeProgressById200Response**](GetUserBadgeProgressById200Response.md)
6197
+ [**APIGetUserBadgeProgressResponse**](APIGetUserBadgeProgressResponse.md)
6200
6198
 
6201
6199
  ### Authorization
6202
6200
 
@@ -6210,7 +6208,7 @@ end
6210
6208
 
6211
6209
  ## get_user_badge_progress_by_user_id
6212
6210
 
6213
- > <GetUserBadgeProgressById200Response> get_user_badge_progress_by_user_id(tenant_id, user_id)
6211
+ > <APIGetUserBadgeProgressResponse> get_user_badge_progress_by_user_id(tenant_id, user_id)
6214
6212
 
6215
6213
 
6216
6214
 
@@ -6244,7 +6242,7 @@ end
6244
6242
 
6245
6243
  This returns an Array which contains the response data, status code and headers.
6246
6244
 
6247
- > <Array(<GetUserBadgeProgressById200Response>, Integer, Hash)> get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
6245
+ > <Array(<APIGetUserBadgeProgressResponse>, Integer, Hash)> get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
6248
6246
 
6249
6247
  ```ruby
6250
6248
  begin
@@ -6252,7 +6250,7 @@ begin
6252
6250
  data, status_code, headers = api_instance.get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
6253
6251
  p status_code # => 2xx
6254
6252
  p headers # => { ... }
6255
- p data # => <GetUserBadgeProgressById200Response>
6253
+ p data # => <APIGetUserBadgeProgressResponse>
6256
6254
  rescue FastCommentsClient::ApiError => e
6257
6255
  puts "Error when calling DefaultApi->get_user_badge_progress_by_user_id_with_http_info: #{e}"
6258
6256
  end
@@ -6267,7 +6265,7 @@ end
6267
6265
 
6268
6266
  ### Return type
6269
6267
 
6270
- [**GetUserBadgeProgressById200Response**](GetUserBadgeProgressById200Response.md)
6268
+ [**APIGetUserBadgeProgressResponse**](APIGetUserBadgeProgressResponse.md)
6271
6269
 
6272
6270
  ### Authorization
6273
6271
 
@@ -6281,7 +6279,7 @@ end
6281
6279
 
6282
6280
  ## get_user_badge_progress_list
6283
6281
 
6284
- > <GetUserBadgeProgressList200Response> get_user_badge_progress_list(tenant_id, opts)
6282
+ > <APIGetUserBadgeProgressListResponse> get_user_badge_progress_list(tenant_id, opts)
6285
6283
 
6286
6284
 
6287
6285
 
@@ -6319,7 +6317,7 @@ end
6319
6317
 
6320
6318
  This returns an Array which contains the response data, status code and headers.
6321
6319
 
6322
- > <Array(<GetUserBadgeProgressList200Response>, Integer, Hash)> get_user_badge_progress_list_with_http_info(tenant_id, opts)
6320
+ > <Array(<APIGetUserBadgeProgressListResponse>, Integer, Hash)> get_user_badge_progress_list_with_http_info(tenant_id, opts)
6323
6321
 
6324
6322
  ```ruby
6325
6323
  begin
@@ -6327,7 +6325,7 @@ begin
6327
6325
  data, status_code, headers = api_instance.get_user_badge_progress_list_with_http_info(tenant_id, opts)
6328
6326
  p status_code # => 2xx
6329
6327
  p headers # => { ... }
6330
- p data # => <GetUserBadgeProgressList200Response>
6328
+ p data # => <APIGetUserBadgeProgressListResponse>
6331
6329
  rescue FastCommentsClient::ApiError => e
6332
6330
  puts "Error when calling DefaultApi->get_user_badge_progress_list_with_http_info: #{e}"
6333
6331
  end
@@ -6344,7 +6342,7 @@ end
6344
6342
 
6345
6343
  ### Return type
6346
6344
 
6347
- [**GetUserBadgeProgressList200Response**](GetUserBadgeProgressList200Response.md)
6345
+ [**APIGetUserBadgeProgressListResponse**](APIGetUserBadgeProgressListResponse.md)
6348
6346
 
6349
6347
  ### Authorization
6350
6348
 
@@ -6358,7 +6356,7 @@ end
6358
6356
 
6359
6357
  ## get_user_badges
6360
6358
 
6361
- > <GetUserBadges200Response> get_user_badges(tenant_id, opts)
6359
+ > <APIGetUserBadgesResponse> get_user_badges(tenant_id, opts)
6362
6360
 
6363
6361
 
6364
6362
 
@@ -6399,7 +6397,7 @@ end
6399
6397
 
6400
6398
  This returns an Array which contains the response data, status code and headers.
6401
6399
 
6402
- > <Array(<GetUserBadges200Response>, Integer, Hash)> get_user_badges_with_http_info(tenant_id, opts)
6400
+ > <Array(<APIGetUserBadgesResponse>, Integer, Hash)> get_user_badges_with_http_info(tenant_id, opts)
6403
6401
 
6404
6402
  ```ruby
6405
6403
  begin
@@ -6407,7 +6405,7 @@ begin
6407
6405
  data, status_code, headers = api_instance.get_user_badges_with_http_info(tenant_id, opts)
6408
6406
  p status_code # => 2xx
6409
6407
  p headers # => { ... }
6410
- p data # => <GetUserBadges200Response>
6408
+ p data # => <APIGetUserBadgesResponse>
6411
6409
  rescue FastCommentsClient::ApiError => e
6412
6410
  puts "Error when calling DefaultApi->get_user_badges_with_http_info: #{e}"
6413
6411
  end
@@ -6427,7 +6425,7 @@ end
6427
6425
 
6428
6426
  ### Return type
6429
6427
 
6430
- [**GetUserBadges200Response**](GetUserBadges200Response.md)
6428
+ [**APIGetUserBadgesResponse**](APIGetUserBadgesResponse.md)
6431
6429
 
6432
6430
  ### Authorization
6433
6431
 
@@ -6441,7 +6439,7 @@ end
6441
6439
 
6442
6440
  ## get_votes
6443
6441
 
6444
- > <GetVotes200Response> get_votes(tenant_id, url_id)
6442
+ > <GetVotesResponse> get_votes(tenant_id, url_id)
6445
6443
 
6446
6444
 
6447
6445
 
@@ -6475,7 +6473,7 @@ end
6475
6473
 
6476
6474
  This returns an Array which contains the response data, status code and headers.
6477
6475
 
6478
- > <Array(<GetVotes200Response>, Integer, Hash)> get_votes_with_http_info(tenant_id, url_id)
6476
+ > <Array(<GetVotesResponse>, Integer, Hash)> get_votes_with_http_info(tenant_id, url_id)
6479
6477
 
6480
6478
  ```ruby
6481
6479
  begin
@@ -6483,7 +6481,7 @@ begin
6483
6481
  data, status_code, headers = api_instance.get_votes_with_http_info(tenant_id, url_id)
6484
6482
  p status_code # => 2xx
6485
6483
  p headers # => { ... }
6486
- p data # => <GetVotes200Response>
6484
+ p data # => <GetVotesResponse>
6487
6485
  rescue FastCommentsClient::ApiError => e
6488
6486
  puts "Error when calling DefaultApi->get_votes_with_http_info: #{e}"
6489
6487
  end
@@ -6498,7 +6496,7 @@ end
6498
6496
 
6499
6497
  ### Return type
6500
6498
 
6501
- [**GetVotes200Response**](GetVotes200Response.md)
6499
+ [**GetVotesResponse**](GetVotesResponse.md)
6502
6500
 
6503
6501
  ### Authorization
6504
6502
 
@@ -6512,7 +6510,7 @@ end
6512
6510
 
6513
6511
  ## get_votes_for_user
6514
6512
 
6515
- > <GetVotesForUser200Response> get_votes_for_user(tenant_id, url_id, opts)
6513
+ > <GetVotesForUserResponse> get_votes_for_user(tenant_id, url_id, opts)
6516
6514
 
6517
6515
 
6518
6516
 
@@ -6550,7 +6548,7 @@ end
6550
6548
 
6551
6549
  This returns an Array which contains the response data, status code and headers.
6552
6550
 
6553
- > <Array(<GetVotesForUser200Response>, Integer, Hash)> get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6551
+ > <Array(<GetVotesForUserResponse>, Integer, Hash)> get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6554
6552
 
6555
6553
  ```ruby
6556
6554
  begin
@@ -6558,7 +6556,7 @@ begin
6558
6556
  data, status_code, headers = api_instance.get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6559
6557
  p status_code # => 2xx
6560
6558
  p headers # => { ... }
6561
- p data # => <GetVotesForUser200Response>
6559
+ p data # => <GetVotesForUserResponse>
6562
6560
  rescue FastCommentsClient::ApiError => e
6563
6561
  puts "Error when calling DefaultApi->get_votes_for_user_with_http_info: #{e}"
6564
6562
  end
@@ -6575,7 +6573,7 @@ end
6575
6573
 
6576
6574
  ### Return type
6577
6575
 
6578
- [**GetVotesForUser200Response**](GetVotesForUser200Response.md)
6576
+ [**GetVotesForUserResponse**](GetVotesForUserResponse.md)
6579
6577
 
6580
6578
  ### Authorization
6581
6579
 
@@ -6589,7 +6587,7 @@ end
6589
6587
 
6590
6588
  ## patch_domain_config
6591
6589
 
6592
- > <GetDomainConfig200Response> patch_domain_config(tenant_id, domain_to_update, patch_domain_config_params)
6590
+ > <PatchDomainConfigResponse> patch_domain_config(tenant_id, domain_to_update, patch_domain_config_params)
6593
6591
 
6594
6592
 
6595
6593
 
@@ -6624,7 +6622,7 @@ end
6624
6622
 
6625
6623
  This returns an Array which contains the response data, status code and headers.
6626
6624
 
6627
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6625
+ > <Array(<PatchDomainConfigResponse>, Integer, Hash)> patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6628
6626
 
6629
6627
  ```ruby
6630
6628
  begin
@@ -6632,7 +6630,7 @@ begin
6632
6630
  data, status_code, headers = api_instance.patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6633
6631
  p status_code # => 2xx
6634
6632
  p headers # => { ... }
6635
- p data # => <GetDomainConfig200Response>
6633
+ p data # => <PatchDomainConfigResponse>
6636
6634
  rescue FastCommentsClient::ApiError => e
6637
6635
  puts "Error when calling DefaultApi->patch_domain_config_with_http_info: #{e}"
6638
6636
  end
@@ -6648,7 +6646,7 @@ end
6648
6646
 
6649
6647
  ### Return type
6650
6648
 
6651
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
6649
+ [**PatchDomainConfigResponse**](PatchDomainConfigResponse.md)
6652
6650
 
6653
6651
  ### Authorization
6654
6652
 
@@ -6662,7 +6660,7 @@ end
6662
6660
 
6663
6661
  ## patch_hash_tag
6664
6662
 
6665
- > <PatchHashTag200Response> patch_hash_tag(tag, opts)
6663
+ > <UpdateHashTagResponse> patch_hash_tag(tenant_id, tag, update_hash_tag_body)
6666
6664
 
6667
6665
 
6668
6666
 
@@ -6680,15 +6678,13 @@ FastCommentsClient.configure do |config|
6680
6678
  end
6681
6679
 
6682
6680
  api_instance = FastCommentsClient::DefaultApi.new
6681
+ tenant_id = 'tenant_id_example' # String |
6683
6682
  tag = 'tag_example' # String |
6684
- opts = {
6685
- tenant_id: 'tenant_id_example', # String |
6686
- update_hash_tag_body: FastCommentsClient::UpdateHashTagBody.new # UpdateHashTagBody |
6687
- }
6683
+ update_hash_tag_body = FastCommentsClient::UpdateHashTagBody.new # UpdateHashTagBody |
6688
6684
 
6689
6685
  begin
6690
6686
 
6691
- result = api_instance.patch_hash_tag(tag, opts)
6687
+ result = api_instance.patch_hash_tag(tenant_id, tag, update_hash_tag_body)
6692
6688
  p result
6693
6689
  rescue FastCommentsClient::ApiError => e
6694
6690
  puts "Error when calling DefaultApi->patch_hash_tag: #{e}"
@@ -6699,15 +6695,15 @@ end
6699
6695
 
6700
6696
  This returns an Array which contains the response data, status code and headers.
6701
6697
 
6702
- > <Array(<PatchHashTag200Response>, Integer, Hash)> patch_hash_tag_with_http_info(tag, opts)
6698
+ > <Array(<UpdateHashTagResponse>, Integer, Hash)> patch_hash_tag_with_http_info(tenant_id, tag, update_hash_tag_body)
6703
6699
 
6704
6700
  ```ruby
6705
6701
  begin
6706
6702
 
6707
- data, status_code, headers = api_instance.patch_hash_tag_with_http_info(tag, opts)
6703
+ data, status_code, headers = api_instance.patch_hash_tag_with_http_info(tenant_id, tag, update_hash_tag_body)
6708
6704
  p status_code # => 2xx
6709
6705
  p headers # => { ... }
6710
- p data # => <PatchHashTag200Response>
6706
+ p data # => <UpdateHashTagResponse>
6711
6707
  rescue FastCommentsClient::ApiError => e
6712
6708
  puts "Error when calling DefaultApi->patch_hash_tag_with_http_info: #{e}"
6713
6709
  end
@@ -6717,13 +6713,13 @@ end
6717
6713
 
6718
6714
  | Name | Type | Description | Notes |
6719
6715
  | ---- | ---- | ----------- | ----- |
6716
+ | **tenant_id** | **String** | | |
6720
6717
  | **tag** | **String** | | |
6721
- | **tenant_id** | **String** | | [optional] |
6722
6718
  | **update_hash_tag_body** | [**UpdateHashTagBody**](UpdateHashTagBody.md) | | [optional] |
6723
6719
 
6724
6720
  ### Return type
6725
6721
 
6726
- [**PatchHashTag200Response**](PatchHashTag200Response.md)
6722
+ [**UpdateHashTagResponse**](UpdateHashTagResponse.md)
6727
6723
 
6728
6724
  ### Authorization
6729
6725
 
@@ -6887,7 +6883,7 @@ end
6887
6883
 
6888
6884
  ## put_domain_config
6889
6885
 
6890
- > <GetDomainConfig200Response> put_domain_config(tenant_id, domain_to_update, update_domain_config_params)
6886
+ > <PutDomainConfigResponse> put_domain_config(tenant_id, domain_to_update, update_domain_config_params)
6891
6887
 
6892
6888
 
6893
6889
 
@@ -6922,7 +6918,7 @@ end
6922
6918
 
6923
6919
  This returns an Array which contains the response data, status code and headers.
6924
6920
 
6925
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6921
+ > <Array(<PutDomainConfigResponse>, Integer, Hash)> put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6926
6922
 
6927
6923
  ```ruby
6928
6924
  begin
@@ -6930,7 +6926,7 @@ begin
6930
6926
  data, status_code, headers = api_instance.put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6931
6927
  p status_code # => 2xx
6932
6928
  p headers # => { ... }
6933
- p data # => <GetDomainConfig200Response>
6929
+ p data # => <PutDomainConfigResponse>
6934
6930
  rescue FastCommentsClient::ApiError => e
6935
6931
  puts "Error when calling DefaultApi->put_domain_config_with_http_info: #{e}"
6936
6932
  end
@@ -6946,7 +6942,7 @@ end
6946
6942
 
6947
6943
  ### Return type
6948
6944
 
6949
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
6945
+ [**PutDomainConfigResponse**](PutDomainConfigResponse.md)
6950
6946
 
6951
6947
  ### Authorization
6952
6948
 
@@ -7037,7 +7033,7 @@ end
7037
7033
 
7038
7034
  ## render_email_template
7039
7035
 
7040
- > <RenderEmailTemplate200Response> render_email_template(tenant_id, render_email_template_body, opts)
7036
+ > <RenderEmailTemplateResponse> render_email_template(tenant_id, render_email_template_body, opts)
7041
7037
 
7042
7038
 
7043
7039
 
@@ -7074,7 +7070,7 @@ end
7074
7070
 
7075
7071
  This returns an Array which contains the response data, status code and headers.
7076
7072
 
7077
- > <Array(<RenderEmailTemplate200Response>, Integer, Hash)> render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
7073
+ > <Array(<RenderEmailTemplateResponse>, Integer, Hash)> render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
7078
7074
 
7079
7075
  ```ruby
7080
7076
  begin
@@ -7082,7 +7078,7 @@ begin
7082
7078
  data, status_code, headers = api_instance.render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
7083
7079
  p status_code # => 2xx
7084
7080
  p headers # => { ... }
7085
- p data # => <RenderEmailTemplate200Response>
7081
+ p data # => <RenderEmailTemplateResponse>
7086
7082
  rescue FastCommentsClient::ApiError => e
7087
7083
  puts "Error when calling DefaultApi->render_email_template_with_http_info: #{e}"
7088
7084
  end
@@ -7098,7 +7094,7 @@ end
7098
7094
 
7099
7095
  ### Return type
7100
7096
 
7101
- [**RenderEmailTemplate200Response**](RenderEmailTemplate200Response.md)
7097
+ [**RenderEmailTemplateResponse**](RenderEmailTemplateResponse.md)
7102
7098
 
7103
7099
  ### Authorization
7104
7100
 
@@ -7112,7 +7108,7 @@ end
7112
7108
 
7113
7109
  ## replace_tenant_package
7114
7110
 
7115
- > <FlagCommentPublic200Response> replace_tenant_package(tenant_id, id, replace_tenant_package_body)
7111
+ > <APIEmptyResponse> replace_tenant_package(tenant_id, id, replace_tenant_package_body)
7116
7112
 
7117
7113
 
7118
7114
 
@@ -7147,7 +7143,7 @@ end
7147
7143
 
7148
7144
  This returns an Array which contains the response data, status code and headers.
7149
7145
 
7150
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
7146
+ > <Array(<APIEmptyResponse>, Integer, Hash)> replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
7151
7147
 
7152
7148
  ```ruby
7153
7149
  begin
@@ -7155,7 +7151,7 @@ begin
7155
7151
  data, status_code, headers = api_instance.replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
7156
7152
  p status_code # => 2xx
7157
7153
  p headers # => { ... }
7158
- p data # => <FlagCommentPublic200Response>
7154
+ p data # => <APIEmptyResponse>
7159
7155
  rescue FastCommentsClient::ApiError => e
7160
7156
  puts "Error when calling DefaultApi->replace_tenant_package_with_http_info: #{e}"
7161
7157
  end
@@ -7171,7 +7167,7 @@ end
7171
7167
 
7172
7168
  ### Return type
7173
7169
 
7174
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7170
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7175
7171
 
7176
7172
  ### Authorization
7177
7173
 
@@ -7185,7 +7181,7 @@ end
7185
7181
 
7186
7182
  ## replace_tenant_user
7187
7183
 
7188
- > <FlagCommentPublic200Response> replace_tenant_user(tenant_id, id, replace_tenant_user_body, opts)
7184
+ > <APIEmptyResponse> replace_tenant_user(tenant_id, id, replace_tenant_user_body, opts)
7189
7185
 
7190
7186
 
7191
7187
 
@@ -7223,7 +7219,7 @@ end
7223
7219
 
7224
7220
  This returns an Array which contains the response data, status code and headers.
7225
7221
 
7226
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
7222
+ > <Array(<APIEmptyResponse>, Integer, Hash)> replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
7227
7223
 
7228
7224
  ```ruby
7229
7225
  begin
@@ -7231,7 +7227,7 @@ begin
7231
7227
  data, status_code, headers = api_instance.replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
7232
7228
  p status_code # => 2xx
7233
7229
  p headers # => { ... }
7234
- p data # => <FlagCommentPublic200Response>
7230
+ p data # => <APIEmptyResponse>
7235
7231
  rescue FastCommentsClient::ApiError => e
7236
7232
  puts "Error when calling DefaultApi->replace_tenant_user_with_http_info: #{e}"
7237
7233
  end
@@ -7248,7 +7244,7 @@ end
7248
7244
 
7249
7245
  ### Return type
7250
7246
 
7251
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7247
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7252
7248
 
7253
7249
  ### Authorization
7254
7250
 
@@ -7262,7 +7258,7 @@ end
7262
7258
 
7263
7259
  ## save_comment
7264
7260
 
7265
- > <SaveComment200Response> save_comment(tenant_id, create_comment_params, opts)
7261
+ > <APISaveCommentResponse> save_comment(tenant_id, create_comment_params, opts)
7266
7262
 
7267
7263
 
7268
7264
 
@@ -7302,7 +7298,7 @@ end
7302
7298
 
7303
7299
  This returns an Array which contains the response data, status code and headers.
7304
7300
 
7305
- > <Array(<SaveComment200Response>, Integer, Hash)> save_comment_with_http_info(tenant_id, create_comment_params, opts)
7301
+ > <Array(<APISaveCommentResponse>, Integer, Hash)> save_comment_with_http_info(tenant_id, create_comment_params, opts)
7306
7302
 
7307
7303
  ```ruby
7308
7304
  begin
@@ -7310,7 +7306,7 @@ begin
7310
7306
  data, status_code, headers = api_instance.save_comment_with_http_info(tenant_id, create_comment_params, opts)
7311
7307
  p status_code # => 2xx
7312
7308
  p headers # => { ... }
7313
- p data # => <SaveComment200Response>
7309
+ p data # => <APISaveCommentResponse>
7314
7310
  rescue FastCommentsClient::ApiError => e
7315
7311
  puts "Error when calling DefaultApi->save_comment_with_http_info: #{e}"
7316
7312
  end
@@ -7329,7 +7325,7 @@ end
7329
7325
 
7330
7326
  ### Return type
7331
7327
 
7332
- [**SaveComment200Response**](SaveComment200Response.md)
7328
+ [**APISaveCommentResponse**](APISaveCommentResponse.md)
7333
7329
 
7334
7330
  ### Authorization
7335
7331
 
@@ -7343,7 +7339,7 @@ end
7343
7339
 
7344
7340
  ## save_comments_bulk
7345
7341
 
7346
- > <Array<SaveComment200Response>> save_comments_bulk(tenant_id, create_comment_params, opts)
7342
+ > <Array<SaveCommentsBulkResponse>> save_comments_bulk(tenant_id, create_comment_params, opts)
7347
7343
 
7348
7344
 
7349
7345
 
@@ -7383,7 +7379,7 @@ end
7383
7379
 
7384
7380
  This returns an Array which contains the response data, status code and headers.
7385
7381
 
7386
- > <Array(<Array<SaveComment200Response>>, Integer, Hash)> save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7382
+ > <Array(<Array<SaveCommentsBulkResponse>>, Integer, Hash)> save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7387
7383
 
7388
7384
  ```ruby
7389
7385
  begin
@@ -7391,7 +7387,7 @@ begin
7391
7387
  data, status_code, headers = api_instance.save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7392
7388
  p status_code # => 2xx
7393
7389
  p headers # => { ... }
7394
- p data # => <Array<SaveComment200Response>>
7390
+ p data # => <Array<SaveCommentsBulkResponse>>
7395
7391
  rescue FastCommentsClient::ApiError => e
7396
7392
  puts "Error when calling DefaultApi->save_comments_bulk_with_http_info: #{e}"
7397
7393
  end
@@ -7410,7 +7406,7 @@ end
7410
7406
 
7411
7407
  ### Return type
7412
7408
 
7413
- [**Array&lt;SaveComment200Response&gt;**](SaveComment200Response.md)
7409
+ [**Array&lt;SaveCommentsBulkResponse&gt;**](SaveCommentsBulkResponse.md)
7414
7410
 
7415
7411
  ### Authorization
7416
7412
 
@@ -7424,7 +7420,7 @@ end
7424
7420
 
7425
7421
  ## send_invite
7426
7422
 
7427
- > <FlagCommentPublic200Response> send_invite(tenant_id, id, from_name)
7423
+ > <APIEmptyResponse> send_invite(tenant_id, id, from_name)
7428
7424
 
7429
7425
 
7430
7426
 
@@ -7459,7 +7455,7 @@ end
7459
7455
 
7460
7456
  This returns an Array which contains the response data, status code and headers.
7461
7457
 
7462
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> send_invite_with_http_info(tenant_id, id, from_name)
7458
+ > <Array(<APIEmptyResponse>, Integer, Hash)> send_invite_with_http_info(tenant_id, id, from_name)
7463
7459
 
7464
7460
  ```ruby
7465
7461
  begin
@@ -7467,7 +7463,7 @@ begin
7467
7463
  data, status_code, headers = api_instance.send_invite_with_http_info(tenant_id, id, from_name)
7468
7464
  p status_code # => 2xx
7469
7465
  p headers # => { ... }
7470
- p data # => <FlagCommentPublic200Response>
7466
+ p data # => <APIEmptyResponse>
7471
7467
  rescue FastCommentsClient::ApiError => e
7472
7468
  puts "Error when calling DefaultApi->send_invite_with_http_info: #{e}"
7473
7469
  end
@@ -7483,7 +7479,7 @@ end
7483
7479
 
7484
7480
  ### Return type
7485
7481
 
7486
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7482
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7487
7483
 
7488
7484
  ### Authorization
7489
7485
 
@@ -7497,7 +7493,7 @@ end
7497
7493
 
7498
7494
  ## send_login_link
7499
7495
 
7500
- > <FlagCommentPublic200Response> send_login_link(tenant_id, id, opts)
7496
+ > <APIEmptyResponse> send_login_link(tenant_id, id, opts)
7501
7497
 
7502
7498
 
7503
7499
 
@@ -7534,7 +7530,7 @@ end
7534
7530
 
7535
7531
  This returns an Array which contains the response data, status code and headers.
7536
7532
 
7537
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> send_login_link_with_http_info(tenant_id, id, opts)
7533
+ > <Array(<APIEmptyResponse>, Integer, Hash)> send_login_link_with_http_info(tenant_id, id, opts)
7538
7534
 
7539
7535
  ```ruby
7540
7536
  begin
@@ -7542,7 +7538,7 @@ begin
7542
7538
  data, status_code, headers = api_instance.send_login_link_with_http_info(tenant_id, id, opts)
7543
7539
  p status_code # => 2xx
7544
7540
  p headers # => { ... }
7545
- p data # => <FlagCommentPublic200Response>
7541
+ p data # => <APIEmptyResponse>
7546
7542
  rescue FastCommentsClient::ApiError => e
7547
7543
  puts "Error when calling DefaultApi->send_login_link_with_http_info: #{e}"
7548
7544
  end
@@ -7558,7 +7554,7 @@ end
7558
7554
 
7559
7555
  ### Return type
7560
7556
 
7561
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7557
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7562
7558
 
7563
7559
  ### Authorization
7564
7560
 
@@ -7572,7 +7568,7 @@ end
7572
7568
 
7573
7569
  ## un_block_user_from_comment
7574
7570
 
7575
- > <UnBlockCommentPublic200Response> un_block_user_from_comment(tenant_id, id, un_block_from_comment_params, opts)
7571
+ > <UnblockSuccess> un_block_user_from_comment(tenant_id, id, un_block_from_comment_params, opts)
7576
7572
 
7577
7573
 
7578
7574
 
@@ -7611,7 +7607,7 @@ end
7611
7607
 
7612
7608
  This returns an Array which contains the response data, status code and headers.
7613
7609
 
7614
- > <Array(<UnBlockCommentPublic200Response>, Integer, Hash)> un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7610
+ > <Array(<UnblockSuccess>, Integer, Hash)> un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7615
7611
 
7616
7612
  ```ruby
7617
7613
  begin
@@ -7619,7 +7615,7 @@ begin
7619
7615
  data, status_code, headers = api_instance.un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7620
7616
  p status_code # => 2xx
7621
7617
  p headers # => { ... }
7622
- p data # => <UnBlockCommentPublic200Response>
7618
+ p data # => <UnblockSuccess>
7623
7619
  rescue FastCommentsClient::ApiError => e
7624
7620
  puts "Error when calling DefaultApi->un_block_user_from_comment_with_http_info: #{e}"
7625
7621
  end
@@ -7637,7 +7633,7 @@ end
7637
7633
 
7638
7634
  ### Return type
7639
7635
 
7640
- [**UnBlockCommentPublic200Response**](UnBlockCommentPublic200Response.md)
7636
+ [**UnblockSuccess**](UnblockSuccess.md)
7641
7637
 
7642
7638
  ### Authorization
7643
7639
 
@@ -7651,7 +7647,7 @@ end
7651
7647
 
7652
7648
  ## un_flag_comment
7653
7649
 
7654
- > <FlagComment200Response> un_flag_comment(tenant_id, id, opts)
7650
+ > <FlagCommentResponse> un_flag_comment(tenant_id, id, opts)
7655
7651
 
7656
7652
 
7657
7653
 
@@ -7689,7 +7685,7 @@ end
7689
7685
 
7690
7686
  This returns an Array which contains the response data, status code and headers.
7691
7687
 
7692
- > <Array(<FlagComment200Response>, Integer, Hash)> un_flag_comment_with_http_info(tenant_id, id, opts)
7688
+ > <Array(<FlagCommentResponse>, Integer, Hash)> un_flag_comment_with_http_info(tenant_id, id, opts)
7693
7689
 
7694
7690
  ```ruby
7695
7691
  begin
@@ -7697,7 +7693,7 @@ begin
7697
7693
  data, status_code, headers = api_instance.un_flag_comment_with_http_info(tenant_id, id, opts)
7698
7694
  p status_code # => 2xx
7699
7695
  p headers # => { ... }
7700
- p data # => <FlagComment200Response>
7696
+ p data # => <FlagCommentResponse>
7701
7697
  rescue FastCommentsClient::ApiError => e
7702
7698
  puts "Error when calling DefaultApi->un_flag_comment_with_http_info: #{e}"
7703
7699
  end
@@ -7714,7 +7710,7 @@ end
7714
7710
 
7715
7711
  ### Return type
7716
7712
 
7717
- [**FlagComment200Response**](FlagComment200Response.md)
7713
+ [**FlagCommentResponse**](FlagCommentResponse.md)
7718
7714
 
7719
7715
  ### Authorization
7720
7716
 
@@ -7728,7 +7724,7 @@ end
7728
7724
 
7729
7725
  ## update_comment
7730
7726
 
7731
- > <FlagCommentPublic200Response> update_comment(tenant_id, id, updatable_comment_params, opts)
7727
+ > <APIEmptyResponse> update_comment(tenant_id, id, updatable_comment_params, opts)
7732
7728
 
7733
7729
 
7734
7730
 
@@ -7768,7 +7764,7 @@ end
7768
7764
 
7769
7765
  This returns an Array which contains the response data, status code and headers.
7770
7766
 
7771
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7767
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7772
7768
 
7773
7769
  ```ruby
7774
7770
  begin
@@ -7776,7 +7772,7 @@ begin
7776
7772
  data, status_code, headers = api_instance.update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7777
7773
  p status_code # => 2xx
7778
7774
  p headers # => { ... }
7779
- p data # => <FlagCommentPublic200Response>
7775
+ p data # => <APIEmptyResponse>
7780
7776
  rescue FastCommentsClient::ApiError => e
7781
7777
  puts "Error when calling DefaultApi->update_comment_with_http_info: #{e}"
7782
7778
  end
@@ -7795,7 +7791,7 @@ end
7795
7791
 
7796
7792
  ### Return type
7797
7793
 
7798
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7794
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7799
7795
 
7800
7796
  ### Authorization
7801
7797
 
@@ -7809,7 +7805,7 @@ end
7809
7805
 
7810
7806
  ## update_email_template
7811
7807
 
7812
- > <FlagCommentPublic200Response> update_email_template(tenant_id, id, update_email_template_body)
7808
+ > <APIEmptyResponse> update_email_template(tenant_id, id, update_email_template_body)
7813
7809
 
7814
7810
 
7815
7811
 
@@ -7844,7 +7840,7 @@ end
7844
7840
 
7845
7841
  This returns an Array which contains the response data, status code and headers.
7846
7842
 
7847
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7843
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7848
7844
 
7849
7845
  ```ruby
7850
7846
  begin
@@ -7852,7 +7848,7 @@ begin
7852
7848
  data, status_code, headers = api_instance.update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7853
7849
  p status_code # => 2xx
7854
7850
  p headers # => { ... }
7855
- p data # => <FlagCommentPublic200Response>
7851
+ p data # => <APIEmptyResponse>
7856
7852
  rescue FastCommentsClient::ApiError => e
7857
7853
  puts "Error when calling DefaultApi->update_email_template_with_http_info: #{e}"
7858
7854
  end
@@ -7868,7 +7864,7 @@ end
7868
7864
 
7869
7865
  ### Return type
7870
7866
 
7871
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7867
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7872
7868
 
7873
7869
  ### Authorization
7874
7870
 
@@ -7882,7 +7878,7 @@ end
7882
7878
 
7883
7879
  ## update_feed_post
7884
7880
 
7885
- > <FlagCommentPublic200Response> update_feed_post(tenant_id, id, feed_post)
7881
+ > <APIEmptyResponse> update_feed_post(tenant_id, id, feed_post)
7886
7882
 
7887
7883
 
7888
7884
 
@@ -7917,7 +7913,7 @@ end
7917
7913
 
7918
7914
  This returns an Array which contains the response data, status code and headers.
7919
7915
 
7920
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_feed_post_with_http_info(tenant_id, id, feed_post)
7916
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_feed_post_with_http_info(tenant_id, id, feed_post)
7921
7917
 
7922
7918
  ```ruby
7923
7919
  begin
@@ -7925,7 +7921,7 @@ begin
7925
7921
  data, status_code, headers = api_instance.update_feed_post_with_http_info(tenant_id, id, feed_post)
7926
7922
  p status_code # => 2xx
7927
7923
  p headers # => { ... }
7928
- p data # => <FlagCommentPublic200Response>
7924
+ p data # => <APIEmptyResponse>
7929
7925
  rescue FastCommentsClient::ApiError => e
7930
7926
  puts "Error when calling DefaultApi->update_feed_post_with_http_info: #{e}"
7931
7927
  end
@@ -7941,7 +7937,7 @@ end
7941
7937
 
7942
7938
  ### Return type
7943
7939
 
7944
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7940
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7945
7941
 
7946
7942
  ### Authorization
7947
7943
 
@@ -7955,7 +7951,7 @@ end
7955
7951
 
7956
7952
  ## update_moderator
7957
7953
 
7958
- > <FlagCommentPublic200Response> update_moderator(tenant_id, id, update_moderator_body)
7954
+ > <APIEmptyResponse> update_moderator(tenant_id, id, update_moderator_body)
7959
7955
 
7960
7956
 
7961
7957
 
@@ -7990,7 +7986,7 @@ end
7990
7986
 
7991
7987
  This returns an Array which contains the response data, status code and headers.
7992
7988
 
7993
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7989
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7994
7990
 
7995
7991
  ```ruby
7996
7992
  begin
@@ -7998,7 +7994,7 @@ begin
7998
7994
  data, status_code, headers = api_instance.update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7999
7995
  p status_code # => 2xx
8000
7996
  p headers # => { ... }
8001
- p data # => <FlagCommentPublic200Response>
7997
+ p data # => <APIEmptyResponse>
8002
7998
  rescue FastCommentsClient::ApiError => e
8003
7999
  puts "Error when calling DefaultApi->update_moderator_with_http_info: #{e}"
8004
8000
  end
@@ -8014,7 +8010,7 @@ end
8014
8010
 
8015
8011
  ### Return type
8016
8012
 
8017
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8013
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8018
8014
 
8019
8015
  ### Authorization
8020
8016
 
@@ -8028,7 +8024,7 @@ end
8028
8024
 
8029
8025
  ## update_notification
8030
8026
 
8031
- > <FlagCommentPublic200Response> update_notification(tenant_id, id, update_notification_body, opts)
8027
+ > <APIEmptyResponse> update_notification(tenant_id, id, update_notification_body, opts)
8032
8028
 
8033
8029
 
8034
8030
 
@@ -8066,7 +8062,7 @@ end
8066
8062
 
8067
8063
  This returns an Array which contains the response data, status code and headers.
8068
8064
 
8069
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
8065
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
8070
8066
 
8071
8067
  ```ruby
8072
8068
  begin
@@ -8074,7 +8070,7 @@ begin
8074
8070
  data, status_code, headers = api_instance.update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
8075
8071
  p status_code # => 2xx
8076
8072
  p headers # => { ... }
8077
- p data # => <FlagCommentPublic200Response>
8073
+ p data # => <APIEmptyResponse>
8078
8074
  rescue FastCommentsClient::ApiError => e
8079
8075
  puts "Error when calling DefaultApi->update_notification_with_http_info: #{e}"
8080
8076
  end
@@ -8091,7 +8087,7 @@ end
8091
8087
 
8092
8088
  ### Return type
8093
8089
 
8094
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8090
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8095
8091
 
8096
8092
  ### Authorization
8097
8093
 
@@ -8105,7 +8101,7 @@ end
8105
8101
 
8106
8102
  ## update_question_config
8107
8103
 
8108
- > <FlagCommentPublic200Response> update_question_config(tenant_id, id, update_question_config_body)
8104
+ > <APIEmptyResponse> update_question_config(tenant_id, id, update_question_config_body)
8109
8105
 
8110
8106
 
8111
8107
 
@@ -8140,7 +8136,7 @@ end
8140
8136
 
8141
8137
  This returns an Array which contains the response data, status code and headers.
8142
8138
 
8143
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_question_config_with_http_info(tenant_id, id, update_question_config_body)
8139
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_question_config_with_http_info(tenant_id, id, update_question_config_body)
8144
8140
 
8145
8141
  ```ruby
8146
8142
  begin
@@ -8148,7 +8144,7 @@ begin
8148
8144
  data, status_code, headers = api_instance.update_question_config_with_http_info(tenant_id, id, update_question_config_body)
8149
8145
  p status_code # => 2xx
8150
8146
  p headers # => { ... }
8151
- p data # => <FlagCommentPublic200Response>
8147
+ p data # => <APIEmptyResponse>
8152
8148
  rescue FastCommentsClient::ApiError => e
8153
8149
  puts "Error when calling DefaultApi->update_question_config_with_http_info: #{e}"
8154
8150
  end
@@ -8164,7 +8160,7 @@ end
8164
8160
 
8165
8161
  ### Return type
8166
8162
 
8167
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8163
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8168
8164
 
8169
8165
  ### Authorization
8170
8166
 
@@ -8178,7 +8174,7 @@ end
8178
8174
 
8179
8175
  ## update_question_result
8180
8176
 
8181
- > <FlagCommentPublic200Response> update_question_result(tenant_id, id, update_question_result_body)
8177
+ > <APIEmptyResponse> update_question_result(tenant_id, id, update_question_result_body)
8182
8178
 
8183
8179
 
8184
8180
 
@@ -8213,7 +8209,7 @@ end
8213
8209
 
8214
8210
  This returns an Array which contains the response data, status code and headers.
8215
8211
 
8216
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_question_result_with_http_info(tenant_id, id, update_question_result_body)
8212
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_question_result_with_http_info(tenant_id, id, update_question_result_body)
8217
8213
 
8218
8214
  ```ruby
8219
8215
  begin
@@ -8221,7 +8217,7 @@ begin
8221
8217
  data, status_code, headers = api_instance.update_question_result_with_http_info(tenant_id, id, update_question_result_body)
8222
8218
  p status_code # => 2xx
8223
8219
  p headers # => { ... }
8224
- p data # => <FlagCommentPublic200Response>
8220
+ p data # => <APIEmptyResponse>
8225
8221
  rescue FastCommentsClient::ApiError => e
8226
8222
  puts "Error when calling DefaultApi->update_question_result_with_http_info: #{e}"
8227
8223
  end
@@ -8237,7 +8233,7 @@ end
8237
8233
 
8238
8234
  ### Return type
8239
8235
 
8240
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8236
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8241
8237
 
8242
8238
  ### Authorization
8243
8239
 
@@ -8328,7 +8324,7 @@ end
8328
8324
 
8329
8325
  ## update_tenant
8330
8326
 
8331
- > <FlagCommentPublic200Response> update_tenant(tenant_id, id, update_tenant_body)
8327
+ > <APIEmptyResponse> update_tenant(tenant_id, id, update_tenant_body)
8332
8328
 
8333
8329
 
8334
8330
 
@@ -8363,7 +8359,7 @@ end
8363
8359
 
8364
8360
  This returns an Array which contains the response data, status code and headers.
8365
8361
 
8366
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_with_http_info(tenant_id, id, update_tenant_body)
8362
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_with_http_info(tenant_id, id, update_tenant_body)
8367
8363
 
8368
8364
  ```ruby
8369
8365
  begin
@@ -8371,7 +8367,7 @@ begin
8371
8367
  data, status_code, headers = api_instance.update_tenant_with_http_info(tenant_id, id, update_tenant_body)
8372
8368
  p status_code # => 2xx
8373
8369
  p headers # => { ... }
8374
- p data # => <FlagCommentPublic200Response>
8370
+ p data # => <APIEmptyResponse>
8375
8371
  rescue FastCommentsClient::ApiError => e
8376
8372
  puts "Error when calling DefaultApi->update_tenant_with_http_info: #{e}"
8377
8373
  end
@@ -8387,7 +8383,7 @@ end
8387
8383
 
8388
8384
  ### Return type
8389
8385
 
8390
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8386
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8391
8387
 
8392
8388
  ### Authorization
8393
8389
 
@@ -8401,7 +8397,7 @@ end
8401
8397
 
8402
8398
  ## update_tenant_package
8403
8399
 
8404
- > <FlagCommentPublic200Response> update_tenant_package(tenant_id, id, update_tenant_package_body)
8400
+ > <APIEmptyResponse> update_tenant_package(tenant_id, id, update_tenant_package_body)
8405
8401
 
8406
8402
 
8407
8403
 
@@ -8436,7 +8432,7 @@ end
8436
8432
 
8437
8433
  This returns an Array which contains the response data, status code and headers.
8438
8434
 
8439
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8435
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8440
8436
 
8441
8437
  ```ruby
8442
8438
  begin
@@ -8444,7 +8440,7 @@ begin
8444
8440
  data, status_code, headers = api_instance.update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8445
8441
  p status_code # => 2xx
8446
8442
  p headers # => { ... }
8447
- p data # => <FlagCommentPublic200Response>
8443
+ p data # => <APIEmptyResponse>
8448
8444
  rescue FastCommentsClient::ApiError => e
8449
8445
  puts "Error when calling DefaultApi->update_tenant_package_with_http_info: #{e}"
8450
8446
  end
@@ -8460,7 +8456,7 @@ end
8460
8456
 
8461
8457
  ### Return type
8462
8458
 
8463
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8459
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8464
8460
 
8465
8461
  ### Authorization
8466
8462
 
@@ -8474,7 +8470,7 @@ end
8474
8470
 
8475
8471
  ## update_tenant_user
8476
8472
 
8477
- > <FlagCommentPublic200Response> update_tenant_user(tenant_id, id, update_tenant_user_body, opts)
8473
+ > <APIEmptyResponse> update_tenant_user(tenant_id, id, update_tenant_user_body, opts)
8478
8474
 
8479
8475
 
8480
8476
 
@@ -8512,7 +8508,7 @@ end
8512
8508
 
8513
8509
  This returns an Array which contains the response data, status code and headers.
8514
8510
 
8515
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8511
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8516
8512
 
8517
8513
  ```ruby
8518
8514
  begin
@@ -8520,7 +8516,7 @@ begin
8520
8516
  data, status_code, headers = api_instance.update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8521
8517
  p status_code # => 2xx
8522
8518
  p headers # => { ... }
8523
- p data # => <FlagCommentPublic200Response>
8519
+ p data # => <APIEmptyResponse>
8524
8520
  rescue FastCommentsClient::ApiError => e
8525
8521
  puts "Error when calling DefaultApi->update_tenant_user_with_http_info: #{e}"
8526
8522
  end
@@ -8537,7 +8533,7 @@ end
8537
8533
 
8538
8534
  ### Return type
8539
8535
 
8540
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8536
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8541
8537
 
8542
8538
  ### Authorization
8543
8539
 
@@ -8551,7 +8547,7 @@ end
8551
8547
 
8552
8548
  ## update_user_badge
8553
8549
 
8554
- > <UpdateUserBadge200Response> update_user_badge(tenant_id, id, update_user_badge_params)
8550
+ > <APIEmptySuccessResponse> update_user_badge(tenant_id, id, update_user_badge_params)
8555
8551
 
8556
8552
 
8557
8553
 
@@ -8586,7 +8582,7 @@ end
8586
8582
 
8587
8583
  This returns an Array which contains the response data, status code and headers.
8588
8584
 
8589
- > <Array(<UpdateUserBadge200Response>, Integer, Hash)> update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8585
+ > <Array(<APIEmptySuccessResponse>, Integer, Hash)> update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8590
8586
 
8591
8587
  ```ruby
8592
8588
  begin
@@ -8594,7 +8590,7 @@ begin
8594
8590
  data, status_code, headers = api_instance.update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8595
8591
  p status_code # => 2xx
8596
8592
  p headers # => { ... }
8597
- p data # => <UpdateUserBadge200Response>
8593
+ p data # => <APIEmptySuccessResponse>
8598
8594
  rescue FastCommentsClient::ApiError => e
8599
8595
  puts "Error when calling DefaultApi->update_user_badge_with_http_info: #{e}"
8600
8596
  end
@@ -8610,7 +8606,7 @@ end
8610
8606
 
8611
8607
  ### Return type
8612
8608
 
8613
- [**UpdateUserBadge200Response**](UpdateUserBadge200Response.md)
8609
+ [**APIEmptySuccessResponse**](APIEmptySuccessResponse.md)
8614
8610
 
8615
8611
  ### Authorization
8616
8612