fastcomments 1.2.0 → 2.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 (1117) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -3
  3. data/client/README.md +188 -98
  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 +3 -3
  9. data/client/docs/APICommentBase.md +3 -3
  10. data/client/docs/APICommentBaseMeta.md +20 -0
  11. data/client/docs/APICommentCommonBannedUser.md +32 -0
  12. data/client/docs/APIModerateGetUserBanPreferencesResponse.md +20 -0
  13. data/client/docs/APIModerateUserBanPreferences.md +24 -0
  14. data/client/docs/{SaveCommentResponse.md → APISaveCommentResponse.md} +3 -3
  15. data/client/docs/APITicket.md +34 -0
  16. data/client/docs/APITicketDetail.md +42 -0
  17. data/client/docs/APITicketFile.md +36 -0
  18. data/client/docs/APIUserSubscription.md +2 -0
  19. data/client/docs/{AddDomainConfig200Response.md → AddDomainConfigResponse.md} +2 -2
  20. data/client/docs/{AddDomainConfig200ResponseAnyOf.md → AddDomainConfigResponseAnyOf.md} +2 -2
  21. data/client/docs/AdjustCommentVotesParams.md +18 -0
  22. data/client/docs/AdjustVotesResponse.md +20 -0
  23. data/client/docs/AggregateResponse.md +28 -0
  24. data/client/docs/AggregationAPIError.md +24 -0
  25. data/client/docs/AwardUserBadgeResponse.md +22 -0
  26. data/client/docs/BanUserFromCommentResult.md +24 -0
  27. data/client/docs/BanUserUndoParams.md +18 -0
  28. data/client/docs/BannedUserMatch.md +20 -0
  29. data/client/docs/{RecordStringStringOrNumberValue.md → BannedUserMatchMatchedOnValue.md} +2 -2
  30. data/client/docs/BannedUserMatchType.md +15 -0
  31. data/client/docs/BuildModerationFilterParams.md +26 -0
  32. data/client/docs/BuildModerationFilterResponse.md +20 -0
  33. data/client/docs/BulkCreateHashTagsResponse.md +1 -1
  34. data/client/docs/{PatchHashTag200Response.md → BulkCreateHashTagsResponseResultsInner.md} +2 -2
  35. data/client/docs/BulkPreBanParams.md +18 -0
  36. data/client/docs/BulkPreBanSummary.md +28 -0
  37. data/client/docs/ChangeTicketStateBody.md +18 -0
  38. data/client/docs/ChangeTicketStateResponse.md +20 -0
  39. data/client/docs/CommentData.md +6 -2
  40. data/client/docs/CommentLogData.md +2 -0
  41. data/client/docs/CommentsByIdsParams.md +18 -0
  42. data/client/docs/CreateAPIUserSubscriptionData.md +2 -0
  43. data/client/docs/CreateCommentParams.md +5 -1
  44. data/client/docs/CreateTenantPackageBody.md +6 -4
  45. data/client/docs/CreateTicketBody.md +18 -0
  46. data/client/docs/CreateTicketResponse.md +20 -0
  47. data/client/docs/CreateV1PageReact.md +20 -0
  48. data/client/docs/CustomConfigParameters.md +31 -1
  49. data/client/docs/DefaultApi.md +771 -383
  50. data/client/docs/{DeleteDomainConfig200Response.md → DeleteDomainConfigResponse.md} +2 -2
  51. data/client/docs/{DeleteFeedPostPublic200ResponseAnyOf.md → DeleteFeedPostPublicResponse.md} +2 -2
  52. data/client/docs/{DeleteHashTagRequest.md → DeleteHashTagRequestBody.md} +2 -2
  53. data/client/docs/FComment.md +5 -1
  54. data/client/docs/FCommentMeta.md +2 -0
  55. data/client/docs/GetBannedUsersCountResponse.md +20 -0
  56. data/client/docs/GetBannedUsersFromCommentResponse.md +22 -0
  57. data/client/docs/GetCommentBanStatusResponse.md +22 -0
  58. data/client/docs/GetCommentTextResponse.md +20 -0
  59. data/client/docs/GetCommentsForUserResponse.md +18 -0
  60. data/client/docs/{GetDomainConfig200Response.md → GetDomainConfigResponse.md} +2 -2
  61. data/client/docs/{GetDomainConfigs200Response.md → GetDomainConfigsResponse.md} +2 -2
  62. data/client/docs/{GetDomainConfigs200ResponseAnyOf.md → GetDomainConfigsResponseAnyOf.md} +2 -2
  63. data/client/docs/{GetDomainConfigs200ResponseAnyOf1.md → GetDomainConfigsResponseAnyOf1.md} +2 -2
  64. data/client/docs/GetGifsSearchResponse.md +22 -0
  65. data/client/docs/GetGifsTrendingResponse.md +22 -0
  66. data/client/docs/GetPublicPagesResponse.md +22 -0
  67. data/client/docs/{GetSSOUsers200Response.md → GetSSOUsersResponse.md} +2 -2
  68. data/client/docs/GetTenantManualBadgesResponse.md +20 -0
  69. data/client/docs/GetTicketResponse.md +22 -0
  70. data/client/docs/GetTicketsResponse.md +20 -0
  71. data/client/docs/GetTranslationsResponse.md +20 -0
  72. data/client/docs/GetUserInternalProfileResponse.md +20 -0
  73. data/client/docs/GetUserInternalProfileResponseProfile.md +50 -0
  74. data/client/docs/GetUserManualBadgesResponse.md +20 -0
  75. data/client/docs/GetUserTrustFactorResponse.md +22 -0
  76. data/client/docs/GetV1PageLikes.md +26 -0
  77. data/client/docs/GetV2PageReactUsersResponse.md +20 -0
  78. data/client/docs/GetV2PageReacts.md +22 -0
  79. data/client/docs/GifGetLargeResponse.md +20 -0
  80. data/client/docs/GifSearchInternalError.md +20 -0
  81. data/client/docs/GifSearchResponse.md +20 -0
  82. data/client/docs/GifSearchResponseImagesInnerInner.md +15 -0
  83. data/client/docs/HeaderAccountNotification.md +36 -0
  84. data/client/docs/HeaderState.md +3 -1
  85. data/client/docs/ImportedAgentApprovalNotificationFrequency.md +15 -0
  86. data/client/docs/LiveEvent.md +2 -0
  87. data/client/docs/MentionAutoCompleteMode.md +15 -0
  88. data/client/docs/ModerationAPIChildCommentsResponse.md +20 -0
  89. data/client/docs/ModerationAPIComment.md +100 -0
  90. data/client/docs/ModerationAPICommentLog.md +24 -0
  91. data/client/docs/ModerationAPICommentResponse.md +20 -0
  92. data/client/docs/ModerationAPICountCommentsResponse.md +20 -0
  93. data/client/docs/ModerationAPIGetCommentIdsResponse.md +22 -0
  94. data/client/docs/ModerationAPIGetCommentsResponse.md +24 -0
  95. data/client/docs/ModerationAPIGetLogsResponse.md +20 -0
  96. data/client/docs/ModerationApi.md +2990 -0
  97. data/client/docs/ModerationCommentSearchResponse.md +20 -0
  98. data/client/docs/ModerationExportResponse.md +20 -0
  99. data/client/docs/ModerationExportStatusResponse.md +24 -0
  100. data/client/docs/ModerationFilter.md +40 -0
  101. data/client/docs/ModerationPageSearchProjected.md +24 -0
  102. data/client/docs/ModerationPageSearchResponse.md +20 -0
  103. data/client/docs/ModerationSiteSearchProjected.md +20 -0
  104. data/client/docs/ModerationSiteSearchResponse.md +20 -0
  105. data/client/docs/ModerationSuggestResponse.md +24 -0
  106. data/client/docs/ModerationUserSearchProjected.md +24 -0
  107. data/client/docs/ModerationUserSearchResponse.md +20 -0
  108. data/client/docs/Moderator.md +3 -1
  109. data/client/docs/PageUserEntry.md +24 -0
  110. data/client/docs/PageUsersInfoResponse.md +20 -0
  111. data/client/docs/PageUsersOfflineResponse.md +24 -0
  112. data/client/docs/PageUsersOnlineResponse.md +28 -0
  113. data/client/docs/PagesSortBy.md +15 -0
  114. data/client/docs/PatchDomainConfigResponse.md +24 -0
  115. data/client/docs/PostRemoveCommentResponse.md +20 -0
  116. data/client/docs/PreBanSummary.md +22 -0
  117. data/client/docs/PublicApi.md +1517 -331
  118. data/client/docs/PublicPage.md +26 -0
  119. data/client/docs/PutDomainConfigResponse.md +24 -0
  120. data/client/docs/RemoveCommentActionResponse.md +20 -0
  121. data/client/docs/RemoveUserBadgeResponse.md +20 -0
  122. data/client/docs/ReplaceTenantPackageBody.md +2 -0
  123. data/client/docs/{SaveComment200Response.md → SaveCommentsBulkResponse.md} +3 -3
  124. data/client/docs/SearchUsersResult.md +22 -0
  125. data/client/docs/SearchUsersSectionedResponse.md +20 -0
  126. data/client/docs/SetCommentApprovedResponse.md +20 -0
  127. data/client/docs/SetCommentTextParams.md +18 -0
  128. data/client/docs/SetCommentTextResponse.md +20 -0
  129. data/client/docs/SetUserTrustFactorResponse.md +20 -0
  130. data/client/docs/TOSConfig.md +22 -0
  131. data/client/docs/TenantBadge.md +58 -0
  132. data/client/docs/TenantPackage.md +19 -1
  133. data/client/docs/UpdatableCommentParams.md +1 -1
  134. data/client/docs/UpdateAPIUserSubscriptionData.md +18 -0
  135. data/client/docs/UpdateSubscriptionAPIResponse.md +24 -0
  136. data/client/docs/UpdateTenantPackageBody.md +2 -0
  137. data/client/docs/UpdateUserNotificationCommentSubscriptionStatusResponse.md +24 -0
  138. data/client/docs/UpdateUserNotificationPageSubscriptionStatusResponse.md +24 -0
  139. data/client/docs/UpdateUserNotificationStatusResponse.md +24 -0
  140. data/client/docs/User.md +19 -1
  141. data/client/docs/UserBadge.md +3 -1
  142. data/client/docs/UserBadgeProgress.md +3 -1
  143. data/client/docs/UserSearchSection.md +15 -0
  144. data/client/docs/UserSearchSectionResult.md +20 -0
  145. data/client/docs/UserSessionInfo.md +2 -0
  146. data/client/docs/UsersListLocation.md +15 -0
  147. data/client/docs/VoteResponse.md +1 -1
  148. data/client/docs/VoteResponseStatus.md +15 -0
  149. data/client/fastcomments-client.gemspec +1 -1
  150. data/client/lib/fastcomments-client/api/default_api.rb +678 -289
  151. data/client/lib/fastcomments-client/api/moderation_api.rb +2828 -0
  152. data/client/lib/fastcomments-client/api/public_api.rb +1492 -299
  153. data/client/lib/fastcomments-client/api_client.rb +3 -7
  154. data/client/lib/fastcomments-client/api_error.rb +1 -1
  155. data/client/lib/fastcomments-client/configuration.rb +1 -1
  156. data/client/lib/fastcomments-client/models/add_domain_config_params.rb +75 -2
  157. data/client/lib/fastcomments-client/models/add_domain_config_response.rb +104 -0
  158. data/client/lib/fastcomments-client/models/{add_domain_config200_response_any_of.rb → add_domain_config_response_any_of.rb} +77 -4
  159. data/client/lib/fastcomments-client/models/add_page_api_response.rb +75 -2
  160. data/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +75 -2
  161. data/client/lib/fastcomments-client/models/adjust_comment_votes_params.rb +237 -0
  162. data/client/lib/fastcomments-client/models/adjust_votes_response.rb +263 -0
  163. data/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +75 -2
  164. data/client/lib/fastcomments-client/models/{add_domain_config200_response.rb → aggregate_response.rb} +6 -5
  165. data/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +1 -1
  166. data/client/lib/fastcomments-client/models/aggregation_api_error.rb +322 -0
  167. data/client/lib/fastcomments-client/models/aggregation_item.rb +75 -2
  168. data/client/lib/fastcomments-client/models/aggregation_op_type.rb +1 -1
  169. data/client/lib/fastcomments-client/models/aggregation_operation.rb +75 -2
  170. data/client/lib/fastcomments-client/models/aggregation_request.rb +75 -2
  171. data/client/lib/fastcomments-client/models/aggregation_request_sort.rb +75 -2
  172. data/client/lib/fastcomments-client/models/aggregation_response.rb +75 -2
  173. data/client/lib/fastcomments-client/models/aggregation_response_stats.rb +75 -2
  174. data/client/lib/fastcomments-client/models/aggregation_value.rb +75 -2
  175. data/client/lib/fastcomments-client/models/api_audit_log.rb +75 -2
  176. data/client/lib/fastcomments-client/models/api_ban_user_change_log.rb +249 -0
  177. data/client/lib/fastcomments-client/models/api_ban_user_changed_values.rb +333 -0
  178. data/client/lib/fastcomments-client/models/api_banned_user.rb +454 -0
  179. data/client/lib/fastcomments-client/models/api_banned_user_with_multi_match_info.rb +375 -0
  180. data/client/lib/fastcomments-client/models/api_comment.rb +92 -19
  181. data/client/lib/fastcomments-client/models/api_comment_base.rb +92 -19
  182. data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +229 -0
  183. data/client/lib/fastcomments-client/models/api_comment_common_banned_user.rb +340 -0
  184. data/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +75 -2
  185. data/client/lib/fastcomments-client/models/api_domain_configuration.rb +75 -2
  186. data/client/lib/fastcomments-client/models/api_empty_response.rb +75 -2
  187. data/client/lib/fastcomments-client/models/api_empty_success_response.rb +75 -2
  188. data/client/lib/fastcomments-client/models/api_error.rb +75 -2
  189. data/client/lib/fastcomments-client/models/api_get_comment_response.rb +75 -2
  190. data/client/lib/fastcomments-client/models/api_get_comments_response.rb +75 -2
  191. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +75 -2
  192. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +75 -2
  193. data/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +75 -2
  194. data/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +75 -2
  195. data/client/lib/fastcomments-client/models/api_moderate_get_user_ban_preferences_response.rb +271 -0
  196. data/client/lib/fastcomments-client/models/api_moderate_user_ban_preferences.rb +315 -0
  197. data/client/lib/fastcomments-client/models/api_page.rb +75 -2
  198. data/client/lib/fastcomments-client/models/{save_comment_response.rb → api_save_comment_response.rb} +78 -5
  199. data/client/lib/fastcomments-client/models/api_status.rb +1 -1
  200. data/client/lib/fastcomments-client/models/api_tenant.rb +75 -2
  201. data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +75 -2
  202. data/client/lib/fastcomments-client/models/api_ticket.rb +447 -0
  203. data/client/lib/fastcomments-client/models/api_ticket_detail.rb +505 -0
  204. data/client/lib/fastcomments-client/models/api_ticket_file.rb +454 -0
  205. data/client/lib/fastcomments-client/models/api_user_subscription.rb +85 -3
  206. data/client/lib/fastcomments-client/models/apisso_user.rb +75 -2
  207. data/client/lib/fastcomments-client/models/award_user_badge_response.rb +281 -0
  208. data/client/lib/fastcomments-client/models/ban_user_from_comment_result.rb +264 -0
  209. data/client/lib/fastcomments-client/models/ban_user_undo_params.rb +237 -0
  210. data/client/lib/fastcomments-client/models/banned_user_match.rb +271 -0
  211. data/client/lib/fastcomments-client/models/{record_string_string_or_number_value.rb → banned_user_match_matched_on_value.rb} +4 -3
  212. data/client/lib/fastcomments-client/models/banned_user_match_type.rb +42 -0
  213. data/client/lib/fastcomments-client/models/billing_info.rb +75 -2
  214. data/client/lib/fastcomments-client/models/block_from_comment_params.rb +75 -2
  215. data/client/lib/fastcomments-client/models/block_success.rb +75 -2
  216. data/client/lib/fastcomments-client/models/build_moderation_filter_params.rb +290 -0
  217. data/client/lib/fastcomments-client/models/build_moderation_filter_response.rb +263 -0
  218. data/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +75 -2
  219. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +75 -2
  220. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +75 -2
  221. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +75 -2
  222. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +75 -2
  223. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +76 -3
  224. data/client/lib/fastcomments-client/models/{add_hash_tag200_response.rb → bulk_create_hash_tags_response_results_inner.rb} +4 -3
  225. data/client/lib/fastcomments-client/models/bulk_pre_ban_params.rb +239 -0
  226. data/client/lib/fastcomments-client/models/bulk_pre_ban_summary.rb +375 -0
  227. data/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +75 -2
  228. data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +237 -0
  229. data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +285 -0
  230. data/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +75 -2
  231. data/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +75 -2
  232. data/client/lib/fastcomments-client/models/comment_data.rb +97 -6
  233. data/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +1 -1
  234. data/client/lib/fastcomments-client/models/comment_log_data.rb +85 -3
  235. data/client/lib/fastcomments-client/models/comment_log_entry.rb +75 -2
  236. data/client/lib/fastcomments-client/models/comment_log_type.rb +1 -1
  237. data/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +1 -1
  238. data/client/lib/fastcomments-client/models/comment_questions_required.rb +1 -1
  239. data/client/lib/fastcomments-client/models/comment_text_update_request.rb +75 -2
  240. data/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +1 -1
  241. data/client/lib/fastcomments-client/models/comment_user_badge_info.rb +75 -2
  242. data/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +75 -2
  243. data/client/lib/fastcomments-client/models/comment_user_mention_info.rb +75 -2
  244. data/client/lib/fastcomments-client/models/commenter_name_formats.rb +1 -1
  245. data/client/lib/fastcomments-client/models/comments_by_ids_params.rb +239 -0
  246. data/client/lib/fastcomments-client/models/create_api_page_data.rb +75 -2
  247. data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +85 -3
  248. data/client/lib/fastcomments-client/models/create_apisso_user_data.rb +75 -2
  249. data/client/lib/fastcomments-client/models/create_comment_params.rb +95 -4
  250. data/client/lib/fastcomments-client/models/create_email_template_body.rb +75 -2
  251. data/client/lib/fastcomments-client/models/create_email_template_response.rb +75 -2
  252. data/client/lib/fastcomments-client/models/create_feed_post_params.rb +75 -2
  253. data/client/lib/fastcomments-client/models/create_feed_post_response.rb +75 -2
  254. data/client/lib/fastcomments-client/models/create_feed_posts_response.rb +75 -2
  255. data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +75 -2
  256. data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +75 -2
  257. data/client/lib/fastcomments-client/models/create_moderator_body.rb +75 -2
  258. data/client/lib/fastcomments-client/models/create_moderator_response.rb +75 -2
  259. data/client/lib/fastcomments-client/models/create_question_config_body.rb +75 -2
  260. data/client/lib/fastcomments-client/models/create_question_config_response.rb +75 -2
  261. data/client/lib/fastcomments-client/models/create_question_result_body.rb +75 -2
  262. data/client/lib/fastcomments-client/models/create_question_result_response.rb +75 -2
  263. data/client/lib/fastcomments-client/models/create_subscription_api_response.rb +75 -2
  264. data/client/lib/fastcomments-client/models/create_tenant_body.rb +75 -2
  265. data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +97 -15
  266. data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +75 -2
  267. data/client/lib/fastcomments-client/models/create_tenant_response.rb +75 -2
  268. data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +75 -2
  269. data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +75 -2
  270. data/client/lib/fastcomments-client/models/create_ticket_body.rb +237 -0
  271. data/client/lib/fastcomments-client/models/create_ticket_response.rb +285 -0
  272. data/client/lib/fastcomments-client/models/create_user_badge_params.rb +75 -2
  273. data/client/lib/fastcomments-client/models/create_v1_page_react.rb +268 -0
  274. data/client/lib/fastcomments-client/models/custom_config_parameters.rb +220 -6
  275. data/client/lib/fastcomments-client/models/custom_email_template.rb +75 -2
  276. data/client/lib/fastcomments-client/models/delete_comment_action.rb +1 -1
  277. data/client/lib/fastcomments-client/models/delete_comment_result.rb +75 -2
  278. data/client/lib/fastcomments-client/models/delete_domain_config_response.rb +223 -0
  279. data/client/lib/fastcomments-client/models/{delete_feed_post_public200_response_any_of.rb → delete_feed_post_public_response.rb} +77 -4
  280. data/client/lib/fastcomments-client/models/{delete_hash_tag_request.rb → delete_hash_tag_request_body.rb} +77 -4
  281. data/client/lib/fastcomments-client/models/delete_page_api_response.rb +75 -2
  282. data/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +75 -2
  283. data/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +75 -2
  284. data/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +75 -2
  285. data/client/lib/fastcomments-client/models/digest_email_frequency.rb +1 -1
  286. data/client/lib/fastcomments-client/models/email_template_definition.rb +75 -2
  287. data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +75 -2
  288. data/client/lib/fastcomments-client/models/event_log_entry.rb +75 -2
  289. data/client/lib/fastcomments-client/models/f_comment.rb +97 -6
  290. data/client/lib/fastcomments-client/models/f_comment_meta.rb +85 -3
  291. data/client/lib/fastcomments-client/models/feed_post.rb +75 -2
  292. data/client/lib/fastcomments-client/models/feed_post_link.rb +75 -2
  293. data/client/lib/fastcomments-client/models/feed_post_media_item.rb +75 -2
  294. data/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +75 -2
  295. data/client/lib/fastcomments-client/models/feed_post_stats.rb +75 -2
  296. data/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +75 -2
  297. data/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +75 -2
  298. data/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +75 -2
  299. data/client/lib/fastcomments-client/models/flag_comment_response.rb +75 -2
  300. data/client/lib/fastcomments-client/models/get_audit_logs_response.rb +75 -2
  301. data/client/lib/fastcomments-client/models/get_banned_users_count_response.rb +263 -0
  302. data/client/lib/fastcomments-client/models/get_banned_users_from_comment_response.rb +308 -0
  303. data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +75 -2
  304. data/client/lib/fastcomments-client/models/get_comment_ban_status_response.rb +261 -0
  305. data/client/lib/fastcomments-client/models/get_comment_text_response.rb +269 -0
  306. data/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +75 -2
  307. data/client/lib/fastcomments-client/models/get_comments_for_user_response.rb +222 -0
  308. data/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +75 -2
  309. data/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +75 -2
  310. data/client/lib/fastcomments-client/models/get_domain_config_response.rb +104 -0
  311. data/client/lib/fastcomments-client/models/get_domain_configs_response.rb +104 -0
  312. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of.rb → get_domain_configs_response_any_of.rb} +77 -4
  313. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of1.rb → get_domain_configs_response_any_of1.rb} +77 -4
  314. data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +75 -2
  315. data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +75 -2
  316. data/client/lib/fastcomments-client/models/get_email_template_response.rb +75 -2
  317. data/client/lib/fastcomments-client/models/get_email_templates_response.rb +75 -2
  318. data/client/lib/fastcomments-client/models/get_event_log_response.rb +75 -2
  319. data/client/lib/fastcomments-client/models/get_feed_posts_response.rb +75 -2
  320. data/client/lib/fastcomments-client/models/{add_hash_tags_bulk200_response.rb → get_gifs_search_response.rb} +6 -5
  321. data/client/lib/fastcomments-client/models/get_gifs_trending_response.rb +104 -0
  322. data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +75 -2
  323. data/client/lib/fastcomments-client/models/get_moderator_response.rb +75 -2
  324. data/client/lib/fastcomments-client/models/get_moderators_response.rb +75 -2
  325. data/client/lib/fastcomments-client/models/get_my_notifications_response.rb +75 -2
  326. data/client/lib/fastcomments-client/models/get_notification_count_response.rb +75 -2
  327. data/client/lib/fastcomments-client/models/get_notifications_response.rb +75 -2
  328. data/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +75 -2
  329. data/client/lib/fastcomments-client/models/get_pages_api_response.rb +75 -2
  330. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +75 -2
  331. data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +75 -2
  332. data/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +75 -2
  333. data/client/lib/fastcomments-client/models/get_public_pages_response.rb +299 -0
  334. data/client/lib/fastcomments-client/models/get_question_config_response.rb +75 -2
  335. data/client/lib/fastcomments-client/models/get_question_configs_response.rb +75 -2
  336. data/client/lib/fastcomments-client/models/get_question_result_response.rb +75 -2
  337. data/client/lib/fastcomments-client/models/get_question_results_response.rb +75 -2
  338. data/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +75 -2
  339. data/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +75 -2
  340. data/client/lib/fastcomments-client/models/{get_sso_users200_response.rb → get_sso_users_response.rb} +77 -4
  341. data/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +75 -2
  342. data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +75 -2
  343. data/client/lib/fastcomments-client/models/get_tenant_manual_badges_response.rb +287 -0
  344. data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +75 -2
  345. data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +75 -2
  346. data/client/lib/fastcomments-client/models/get_tenant_response.rb +75 -2
  347. data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +75 -2
  348. data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +75 -2
  349. data/client/lib/fastcomments-client/models/get_tenants_response.rb +75 -2
  350. data/client/lib/fastcomments-client/models/get_ticket_response.rb +313 -0
  351. data/client/lib/fastcomments-client/models/get_tickets_response.rb +287 -0
  352. data/client/lib/fastcomments-client/models/get_translations_response.rb +288 -0
  353. data/client/lib/fastcomments-client/models/get_user_internal_profile_response.rb +285 -0
  354. data/client/lib/fastcomments-client/models/get_user_internal_profile_response_profile.rb +371 -0
  355. data/client/lib/fastcomments-client/models/get_user_manual_badges_response.rb +287 -0
  356. data/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +75 -2
  357. data/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +75 -2
  358. data/client/lib/fastcomments-client/models/get_user_response.rb +75 -2
  359. data/client/lib/fastcomments-client/models/get_user_trust_factor_response.rb +277 -0
  360. data/client/lib/fastcomments-client/models/get_v1_page_likes.rb +363 -0
  361. data/client/lib/fastcomments-client/models/get_v2_page_react_users_response.rb +287 -0
  362. data/client/lib/fastcomments-client/models/get_v2_page_reacts.rb +282 -0
  363. data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +75 -2
  364. data/client/lib/fastcomments-client/models/get_votes_response.rb +75 -2
  365. data/client/lib/fastcomments-client/models/gif_get_large_response.rb +285 -0
  366. data/client/lib/fastcomments-client/models/gif_rating.rb +1 -1
  367. data/client/lib/fastcomments-client/models/gif_search_internal_error.rb +285 -0
  368. data/client/lib/fastcomments-client/models/gif_search_response.rb +287 -0
  369. data/client/lib/fastcomments-client/models/{block_from_comment_public200_response.rb → gif_search_response_images_inner_inner.rb} +6 -5
  370. data/client/lib/fastcomments-client/models/header_account_notification.rb +406 -0
  371. data/client/lib/fastcomments-client/models/header_state.rb +107 -6
  372. data/client/lib/fastcomments-client/models/ignored_response.rb +75 -2
  373. data/client/lib/fastcomments-client/models/image_content_profanity_level.rb +1 -1
  374. data/client/lib/fastcomments-client/models/imported_agent_approval_notification_frequency.rb +42 -0
  375. data/client/lib/fastcomments-client/models/imported_site_type.rb +1 -1
  376. data/client/lib/fastcomments-client/models/live_event.rb +85 -3
  377. data/client/lib/fastcomments-client/models/live_event_extra_info.rb +75 -2
  378. data/client/lib/fastcomments-client/models/live_event_type.rb +8 -2
  379. data/client/lib/fastcomments-client/models/media_asset.rb +75 -2
  380. data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +41 -0
  381. data/client/lib/fastcomments-client/models/meta_item.rb +75 -2
  382. data/client/lib/fastcomments-client/models/moderation_api_child_comments_response.rb +287 -0
  383. data/client/lib/fastcomments-client/models/moderation_api_comment.rb +753 -0
  384. data/client/lib/fastcomments-client/models/moderation_api_comment_log.rb +298 -0
  385. data/client/lib/fastcomments-client/models/moderation_api_comment_response.rb +285 -0
  386. data/client/lib/fastcomments-client/models/moderation_api_count_comments_response.rb +285 -0
  387. data/client/lib/fastcomments-client/models/moderation_api_get_comment_ids_response.rb +313 -0
  388. data/client/lib/fastcomments-client/models/moderation_api_get_comments_response.rb +322 -0
  389. data/client/lib/fastcomments-client/models/moderation_api_get_logs_response.rb +287 -0
  390. data/client/lib/fastcomments-client/models/moderation_comment_search_response.rb +285 -0
  391. data/client/lib/fastcomments-client/models/moderation_export_response.rb +263 -0
  392. data/client/lib/fastcomments-client/models/moderation_export_status_response.rb +298 -0
  393. data/client/lib/fastcomments-client/models/moderation_filter.rb +325 -0
  394. data/client/lib/fastcomments-client/models/moderation_page_search_projected.rb +315 -0
  395. data/client/lib/fastcomments-client/models/moderation_page_search_response.rb +287 -0
  396. data/client/lib/fastcomments-client/models/moderation_site_search_projected.rb +247 -0
  397. data/client/lib/fastcomments-client/models/moderation_site_search_response.rb +287 -0
  398. data/client/lib/fastcomments-client/models/moderation_suggest_response.rb +268 -0
  399. data/client/lib/fastcomments-client/models/moderation_user_search_projected.rb +283 -0
  400. data/client/lib/fastcomments-client/models/moderation_user_search_response.rb +287 -0
  401. data/client/lib/fastcomments-client/models/moderator.rb +89 -7
  402. data/client/lib/fastcomments-client/models/notification_and_count.rb +75 -2
  403. data/client/lib/fastcomments-client/models/notification_object_type.rb +1 -1
  404. data/client/lib/fastcomments-client/models/notification_type.rb +1 -1
  405. data/client/lib/fastcomments-client/models/page_user_entry.rb +281 -0
  406. data/client/lib/fastcomments-client/models/page_users_info_response.rb +287 -0
  407. data/client/lib/fastcomments-client/models/page_users_offline_response.rb +311 -0
  408. data/client/lib/fastcomments-client/models/page_users_online_response.rb +363 -0
  409. data/client/lib/fastcomments-client/models/pages_sort_by.rb +41 -0
  410. data/client/lib/fastcomments-client/models/patch_domain_config_params.rb +75 -2
  411. data/client/lib/fastcomments-client/models/patch_domain_config_response.rb +104 -0
  412. data/client/lib/fastcomments-client/models/patch_page_api_response.rb +75 -2
  413. data/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +75 -2
  414. data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +75 -2
  415. data/client/lib/fastcomments-client/models/post_remove_comment_response.rb +104 -0
  416. data/client/lib/fastcomments-client/models/pre_ban_summary.rb +313 -0
  417. data/client/lib/fastcomments-client/models/pub_sub_comment.rb +75 -2
  418. data/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +75 -2
  419. data/client/lib/fastcomments-client/models/pub_sub_vote.rb +75 -2
  420. data/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +75 -2
  421. data/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +75 -2
  422. data/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +75 -2
  423. data/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +75 -2
  424. data/client/lib/fastcomments-client/models/public_comment.rb +75 -2
  425. data/client/lib/fastcomments-client/models/public_comment_base.rb +75 -2
  426. data/client/lib/fastcomments-client/models/public_feed_posts_response.rb +75 -2
  427. data/client/lib/fastcomments-client/models/public_page.rb +341 -0
  428. data/client/lib/fastcomments-client/models/public_vote.rb +75 -2
  429. data/client/lib/fastcomments-client/models/put_domain_config_response.rb +104 -0
  430. data/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +75 -2
  431. data/client/lib/fastcomments-client/models/query_predicate.rb +75 -2
  432. data/client/lib/fastcomments-client/models/query_predicate_value.rb +3 -2
  433. data/client/lib/fastcomments-client/models/question_config.rb +75 -2
  434. data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +75 -2
  435. data/client/lib/fastcomments-client/models/question_datum.rb +75 -2
  436. data/client/lib/fastcomments-client/models/question_rendering_type.rb +1 -1
  437. data/client/lib/fastcomments-client/models/question_result.rb +75 -2
  438. data/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +75 -2
  439. data/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +1 -1
  440. data/client/lib/fastcomments-client/models/question_when_save.rb +1 -1
  441. data/client/lib/fastcomments-client/models/react_body_params.rb +75 -2
  442. data/client/lib/fastcomments-client/models/react_feed_post_response.rb +75 -2
  443. data/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +77 -32
  444. data/client/lib/fastcomments-client/models/remove_comment_action_response.rb +263 -0
  445. data/client/lib/fastcomments-client/models/remove_user_badge_response.rb +270 -0
  446. data/client/lib/fastcomments-client/models/render_email_template_body.rb +75 -2
  447. data/client/lib/fastcomments-client/models/render_email_template_response.rb +75 -2
  448. data/client/lib/fastcomments-client/models/renderable_user_notification.rb +75 -2
  449. data/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +1 -1
  450. data/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +1 -1
  451. data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +85 -3
  452. data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +75 -2
  453. data/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +75 -2
  454. data/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +75 -2
  455. data/client/lib/fastcomments-client/models/{aggregate_question_results200_response.rb → save_comments_bulk_response.rb} +5 -4
  456. data/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +75 -2
  457. data/client/lib/fastcomments-client/models/search_users_response.rb +75 -2
  458. data/client/lib/fastcomments-client/models/search_users_result.rb +104 -0
  459. data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +287 -0
  460. data/client/lib/fastcomments-client/models/set_comment_approved_response.rb +268 -0
  461. data/client/lib/fastcomments-client/models/set_comment_text_params.rb +237 -0
  462. data/client/lib/fastcomments-client/models/set_comment_text_response.rb +285 -0
  463. data/client/lib/fastcomments-client/models/set_comment_text_result.rb +75 -2
  464. data/client/lib/fastcomments-client/models/set_user_trust_factor_response.rb +268 -0
  465. data/client/lib/fastcomments-client/models/size_preset.rb +1 -1
  466. data/client/lib/fastcomments-client/models/sort_directions.rb +1 -1
  467. data/client/lib/fastcomments-client/models/sortdir.rb +1 -1
  468. data/client/lib/fastcomments-client/models/spam_rule.rb +75 -2
  469. data/client/lib/fastcomments-client/models/sso_security_level.rb +1 -1
  470. data/client/lib/fastcomments-client/models/tenant_badge.rb +637 -0
  471. data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +75 -2
  472. data/client/lib/fastcomments-client/models/tenant_package.rb +177 -6
  473. data/client/lib/fastcomments-client/models/tos_config.rb +241 -0
  474. data/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +75 -2
  475. data/client/lib/fastcomments-client/models/unblock_success.rb +75 -2
  476. data/client/lib/fastcomments-client/models/updatable_comment_params.rb +76 -3
  477. data/client/lib/fastcomments-client/models/update_api_page_data.rb +75 -2
  478. data/client/lib/fastcomments-client/models/{delete_domain_config200_response.rb → update_api_user_subscription_data.rb} +84 -14
  479. data/client/lib/fastcomments-client/models/update_apisso_user_data.rb +75 -2
  480. data/client/lib/fastcomments-client/models/update_domain_config_params.rb +75 -2
  481. data/client/lib/fastcomments-client/models/update_email_template_body.rb +75 -2
  482. data/client/lib/fastcomments-client/models/update_feed_post_params.rb +75 -2
  483. data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +75 -2
  484. data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +75 -2
  485. data/client/lib/fastcomments-client/models/update_moderator_body.rb +75 -2
  486. data/client/lib/fastcomments-client/models/update_notification_body.rb +75 -2
  487. data/client/lib/fastcomments-client/models/update_question_config_body.rb +75 -2
  488. data/client/lib/fastcomments-client/models/update_question_result_body.rb +75 -2
  489. data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +264 -0
  490. data/client/lib/fastcomments-client/models/update_tenant_body.rb +75 -2
  491. data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +85 -3
  492. data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +75 -2
  493. data/client/lib/fastcomments-client/models/update_user_badge_params.rb +75 -2
  494. data/client/lib/fastcomments-client/models/update_user_notification_comment_subscription_status_response.rb +104 -0
  495. data/client/lib/fastcomments-client/models/update_user_notification_page_subscription_status_response.rb +104 -0
  496. data/client/lib/fastcomments-client/models/{update_user_notification_status200_response.rb → update_user_notification_status_response.rb} +4 -4
  497. data/client/lib/fastcomments-client/models/upload_image_response.rb +75 -2
  498. data/client/lib/fastcomments-client/models/user.rb +160 -6
  499. data/client/lib/fastcomments-client/models/user_badge.rb +89 -6
  500. data/client/lib/fastcomments-client/models/user_badge_progress.rb +88 -6
  501. data/client/lib/fastcomments-client/models/user_notification.rb +75 -2
  502. data/client/lib/fastcomments-client/models/user_notification_count.rb +75 -2
  503. data/client/lib/fastcomments-client/models/user_notification_write_response.rb +75 -2
  504. data/client/lib/fastcomments-client/models/user_presence_data.rb +75 -2
  505. data/client/lib/fastcomments-client/models/user_reacts_response.rb +75 -2
  506. data/client/lib/fastcomments-client/models/user_search_result.rb +75 -2
  507. data/client/lib/fastcomments-client/models/user_search_section.rb +41 -0
  508. data/client/lib/fastcomments-client/models/user_search_section_result.rb +287 -0
  509. data/client/lib/fastcomments-client/models/user_session_info.rb +85 -3
  510. data/client/lib/fastcomments-client/models/users_list_location.rb +42 -0
  511. data/client/lib/fastcomments-client/models/vote_body_params.rb +75 -2
  512. data/client/lib/fastcomments-client/models/vote_delete_response.rb +75 -2
  513. data/client/lib/fastcomments-client/models/vote_response.rb +81 -32
  514. data/client/lib/fastcomments-client/models/{checked_comments_for_blocked200_response.rb → vote_response_status.rb} +6 -5
  515. data/client/lib/fastcomments-client/models/vote_response_user.rb +75 -2
  516. data/client/lib/fastcomments-client/models/vote_style.rb +1 -1
  517. data/client/lib/fastcomments-client/version.rb +2 -2
  518. data/client/lib/fastcomments-client.rb +120 -95
  519. data/client/spec/api/default_api_spec.rb +163 -97
  520. data/client/spec/api/moderation_api_spec.rb +559 -0
  521. data/client/spec/api/public_api_spec.rb +254 -37
  522. data/client/spec/models/add_domain_config_params_spec.rb +2 -2
  523. data/client/spec/models/{add_domain_config200_response_any_of_spec.rb → add_domain_config_response_any_of_spec.rb} +7 -7
  524. data/client/spec/models/{get_votes200_response_spec.rb → add_domain_config_response_spec.rb} +3 -3
  525. data/client/spec/models/add_page_api_response_spec.rb +2 -2
  526. data/client/spec/models/add_sso_user_api_response_spec.rb +2 -2
  527. data/client/spec/models/adjust_comment_votes_params_spec.rb +36 -0
  528. data/client/spec/models/adjust_votes_response_spec.rb +42 -0
  529. data/client/spec/models/aggregate_question_results_response_spec.rb +2 -2
  530. data/client/spec/models/{get_user200_response_spec.rb → aggregate_response_spec.rb} +3 -3
  531. data/client/spec/models/aggregate_time_bucket_spec.rb +2 -2
  532. data/client/spec/models/aggregation_api_error_spec.rb +54 -0
  533. data/client/spec/models/aggregation_item_spec.rb +2 -2
  534. data/client/spec/models/aggregation_op_type_spec.rb +2 -2
  535. data/client/spec/models/aggregation_operation_spec.rb +2 -2
  536. data/client/spec/models/aggregation_request_sort_spec.rb +2 -2
  537. data/client/spec/models/aggregation_request_spec.rb +2 -2
  538. data/client/spec/models/aggregation_response_spec.rb +2 -2
  539. data/client/spec/models/aggregation_response_stats_spec.rb +2 -2
  540. data/client/spec/models/aggregation_value_spec.rb +2 -2
  541. data/client/spec/models/api_audit_log_spec.rb +2 -2
  542. data/client/spec/models/api_ban_user_change_log_spec.rb +54 -0
  543. data/client/spec/models/api_ban_user_changed_values_spec.rb +108 -0
  544. data/client/spec/models/api_banned_user_spec.rb +108 -0
  545. data/client/spec/models/api_banned_user_with_multi_match_info_spec.rb +84 -0
  546. data/client/spec/models/api_comment_base_meta_spec.rb +42 -0
  547. data/client/spec/models/api_comment_base_spec.rb +3 -3
  548. data/client/spec/models/api_comment_common_banned_user_spec.rb +78 -0
  549. data/client/spec/models/api_comment_spec.rb +3 -3
  550. data/client/spec/models/api_create_user_badge_response_spec.rb +2 -2
  551. data/client/spec/models/api_domain_configuration_spec.rb +2 -2
  552. data/client/spec/models/api_empty_response_spec.rb +2 -2
  553. data/client/spec/models/api_empty_success_response_spec.rb +2 -2
  554. data/client/spec/models/api_error_spec.rb +2 -2
  555. data/client/spec/models/api_get_comment_response_spec.rb +2 -2
  556. data/client/spec/models/api_get_comments_response_spec.rb +2 -2
  557. data/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +2 -2
  558. data/client/spec/models/api_get_user_badge_progress_response_spec.rb +2 -2
  559. data/client/spec/models/api_get_user_badge_response_spec.rb +2 -2
  560. data/client/spec/models/api_get_user_badges_response_spec.rb +2 -2
  561. data/client/spec/models/api_moderate_get_user_ban_preferences_response_spec.rb +42 -0
  562. data/client/spec/models/api_moderate_user_ban_preferences_spec.rb +54 -0
  563. data/client/spec/models/api_page_spec.rb +2 -2
  564. data/client/spec/models/{save_comment_response_spec.rb → api_save_comment_response_spec.rb} +7 -7
  565. data/client/spec/models/api_status_spec.rb +2 -2
  566. data/client/spec/models/api_tenant_daily_usage_spec.rb +2 -2
  567. data/client/spec/models/api_tenant_spec.rb +2 -2
  568. data/client/spec/models/api_ticket_detail_spec.rb +108 -0
  569. data/client/spec/models/api_ticket_file_spec.rb +90 -0
  570. data/client/spec/models/api_ticket_spec.rb +84 -0
  571. data/client/spec/models/api_user_subscription_spec.rb +8 -2
  572. data/client/spec/models/apisso_user_spec.rb +2 -2
  573. data/client/spec/models/award_user_badge_response_spec.rb +48 -0
  574. data/client/spec/models/ban_user_from_comment_result_spec.rb +54 -0
  575. data/client/spec/models/ban_user_undo_params_spec.rb +36 -0
  576. data/client/spec/models/{create_tenant200_response_spec.rb → banned_user_match_matched_on_value_spec.rb} +3 -3
  577. data/client/spec/models/banned_user_match_spec.rb +42 -0
  578. data/client/spec/models/banned_user_match_type_spec.rb +30 -0
  579. data/client/spec/models/billing_info_spec.rb +2 -2
  580. data/client/spec/models/block_from_comment_params_spec.rb +2 -2
  581. data/client/spec/models/block_success_spec.rb +2 -2
  582. data/client/spec/models/build_moderation_filter_params_spec.rb +60 -0
  583. data/client/spec/models/build_moderation_filter_response_spec.rb +42 -0
  584. data/client/spec/models/bulk_aggregate_question_item_spec.rb +2 -2
  585. data/client/spec/models/bulk_aggregate_question_results_request_spec.rb +2 -2
  586. data/client/spec/models/bulk_aggregate_question_results_response_spec.rb +2 -2
  587. data/client/spec/models/bulk_create_hash_tags_body_spec.rb +2 -2
  588. data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +2 -2
  589. data/client/spec/models/{add_hash_tag200_response_spec.rb → bulk_create_hash_tags_response_results_inner_spec.rb} +3 -3
  590. data/client/spec/models/bulk_create_hash_tags_response_spec.rb +2 -2
  591. data/client/spec/models/bulk_pre_ban_params_spec.rb +36 -0
  592. data/client/spec/models/bulk_pre_ban_summary_spec.rb +66 -0
  593. data/client/spec/models/change_comment_pin_status_response_spec.rb +2 -2
  594. data/client/spec/models/change_ticket_state_body_spec.rb +36 -0
  595. data/client/spec/models/change_ticket_state_response_spec.rb +42 -0
  596. data/client/spec/models/check_blocked_comments_response_spec.rb +2 -2
  597. data/client/spec/models/combine_question_results_with_comments_response_spec.rb +2 -2
  598. data/client/spec/models/comment_data_spec.rb +14 -2
  599. data/client/spec/models/comment_html_rendering_mode_spec.rb +2 -2
  600. data/client/spec/models/comment_log_data_spec.rb +8 -2
  601. data/client/spec/models/comment_log_entry_spec.rb +2 -2
  602. data/client/spec/models/comment_log_type_spec.rb +2 -2
  603. data/client/spec/models/comment_question_results_rendering_type_spec.rb +2 -2
  604. data/client/spec/models/comment_questions_required_spec.rb +2 -2
  605. data/client/spec/models/comment_text_update_request_spec.rb +2 -2
  606. data/client/spec/models/comment_thread_deletion_mode_spec.rb +2 -2
  607. data/client/spec/models/comment_user_badge_info_spec.rb +2 -2
  608. data/client/spec/models/comment_user_hash_tag_info_spec.rb +2 -2
  609. data/client/spec/models/comment_user_mention_info_spec.rb +2 -2
  610. data/client/spec/models/commenter_name_formats_spec.rb +2 -2
  611. data/client/spec/models/comments_by_ids_params_spec.rb +36 -0
  612. data/client/spec/models/create_api_page_data_spec.rb +2 -2
  613. data/client/spec/models/create_api_user_subscription_data_spec.rb +8 -2
  614. data/client/spec/models/create_apisso_user_data_spec.rb +2 -2
  615. data/client/spec/models/create_comment_params_spec.rb +14 -2
  616. data/client/spec/models/create_email_template_body_spec.rb +2 -2
  617. data/client/spec/models/create_email_template_response_spec.rb +2 -2
  618. data/client/spec/models/create_feed_post_params_spec.rb +2 -2
  619. data/client/spec/models/create_feed_post_response_spec.rb +2 -2
  620. data/client/spec/models/create_feed_posts_response_spec.rb +2 -2
  621. data/client/spec/models/create_hash_tag_body_spec.rb +2 -2
  622. data/client/spec/models/create_hash_tag_response_spec.rb +2 -2
  623. data/client/spec/models/create_moderator_body_spec.rb +2 -2
  624. data/client/spec/models/create_moderator_response_spec.rb +2 -2
  625. data/client/spec/models/create_question_config_body_spec.rb +2 -2
  626. data/client/spec/models/create_question_config_response_spec.rb +2 -2
  627. data/client/spec/models/create_question_result_body_spec.rb +2 -2
  628. data/client/spec/models/create_question_result_response_spec.rb +2 -2
  629. data/client/spec/models/create_subscription_api_response_spec.rb +2 -2
  630. data/client/spec/models/create_tenant_body_spec.rb +2 -2
  631. data/client/spec/models/create_tenant_package_body_spec.rb +10 -4
  632. data/client/spec/models/create_tenant_package_response_spec.rb +2 -2
  633. data/client/spec/models/create_tenant_response_spec.rb +2 -2
  634. data/client/spec/models/create_tenant_user_body_spec.rb +2 -2
  635. data/client/spec/models/create_tenant_user_response_spec.rb +2 -2
  636. data/client/spec/models/create_ticket_body_spec.rb +36 -0
  637. data/client/spec/models/create_ticket_response_spec.rb +42 -0
  638. data/client/spec/models/create_user_badge_params_spec.rb +2 -2
  639. data/client/spec/models/create_v1_page_react_spec.rb +42 -0
  640. data/client/spec/models/custom_config_parameters_spec.rb +92 -2
  641. data/client/spec/models/custom_email_template_spec.rb +2 -2
  642. data/client/spec/models/delete_comment_action_spec.rb +2 -2
  643. data/client/spec/models/delete_comment_result_spec.rb +2 -2
  644. data/client/spec/models/{delete_domain_config200_response_spec.rb → delete_domain_config_response_spec.rb} +7 -7
  645. data/client/spec/models/{delete_feed_post_public200_response_any_of_spec.rb → delete_feed_post_public_response_spec.rb} +7 -7
  646. data/client/spec/models/{delete_hash_tag_request_spec.rb → delete_hash_tag_request_body_spec.rb} +7 -7
  647. data/client/spec/models/delete_page_api_response_spec.rb +2 -2
  648. data/client/spec/models/delete_sso_user_api_response_spec.rb +2 -2
  649. data/client/spec/models/delete_subscription_api_response_spec.rb +2 -2
  650. data/client/spec/models/deleted_comment_result_comment_spec.rb +2 -2
  651. data/client/spec/models/digest_email_frequency_spec.rb +2 -2
  652. data/client/spec/models/email_template_definition_spec.rb +2 -2
  653. data/client/spec/models/email_template_render_error_response_spec.rb +2 -2
  654. data/client/spec/models/event_log_entry_spec.rb +2 -2
  655. data/client/spec/models/f_comment_meta_spec.rb +8 -2
  656. data/client/spec/models/f_comment_spec.rb +14 -2
  657. data/client/spec/models/feed_post_link_spec.rb +2 -2
  658. data/client/spec/models/feed_post_media_item_asset_spec.rb +2 -2
  659. data/client/spec/models/feed_post_media_item_spec.rb +2 -2
  660. data/client/spec/models/feed_post_spec.rb +2 -2
  661. data/client/spec/models/feed_post_stats_spec.rb +2 -2
  662. data/client/spec/models/feed_posts_stats_response_spec.rb +2 -2
  663. data/client/spec/models/find_comments_by_range_item_spec.rb +2 -2
  664. data/client/spec/models/find_comments_by_range_response_spec.rb +2 -2
  665. data/client/spec/models/flag_comment_response_spec.rb +2 -2
  666. data/client/spec/models/get_audit_logs_response_spec.rb +2 -2
  667. data/client/spec/models/get_banned_users_count_response_spec.rb +42 -0
  668. data/client/spec/models/get_banned_users_from_comment_response_spec.rb +52 -0
  669. data/client/spec/models/get_cached_notification_count_response_spec.rb +2 -2
  670. data/client/spec/models/get_comment_ban_status_response_spec.rb +48 -0
  671. data/client/spec/models/get_comment_text_response_spec.rb +42 -0
  672. data/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +2 -2
  673. data/client/spec/models/get_comments_for_user_response_spec.rb +36 -0
  674. data/client/spec/models/get_comments_response_public_comment_spec.rb +2 -2
  675. data/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +2 -2
  676. data/client/spec/models/{get_tenant200_response_spec.rb → get_domain_config_response_spec.rb} +3 -3
  677. data/client/spec/models/{get_domain_configs200_response_any_of1_spec.rb → get_domain_configs_response_any_of1_spec.rb} +7 -7
  678. data/client/spec/models/{get_domain_configs200_response_any_of_spec.rb → get_domain_configs_response_any_of_spec.rb} +7 -7
  679. data/client/spec/models/{get_tenants200_response_spec.rb → get_domain_configs_response_spec.rb} +3 -3
  680. data/client/spec/models/get_email_template_definitions_response_spec.rb +2 -2
  681. data/client/spec/models/get_email_template_render_errors_response_spec.rb +2 -2
  682. data/client/spec/models/get_email_template_response_spec.rb +2 -2
  683. data/client/spec/models/get_email_templates_response_spec.rb +2 -2
  684. data/client/spec/models/get_event_log_response_spec.rb +2 -2
  685. data/client/spec/models/get_feed_posts_response_spec.rb +2 -2
  686. data/client/spec/models/get_gifs_search_response_spec.rb +21 -0
  687. data/client/spec/models/get_gifs_trending_response_spec.rb +21 -0
  688. data/client/spec/models/get_hash_tags_response_spec.rb +2 -2
  689. data/client/spec/models/get_moderator_response_spec.rb +2 -2
  690. data/client/spec/models/get_moderators_response_spec.rb +2 -2
  691. data/client/spec/models/get_my_notifications_response_spec.rb +2 -2
  692. data/client/spec/models/get_notification_count_response_spec.rb +2 -2
  693. data/client/spec/models/get_notifications_response_spec.rb +2 -2
  694. data/client/spec/models/get_page_by_urlid_api_response_spec.rb +2 -2
  695. data/client/spec/models/get_pages_api_response_spec.rb +2 -2
  696. data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +2 -2
  697. data/client/spec/models/get_pending_webhook_events_response_spec.rb +2 -2
  698. data/client/spec/models/get_public_feed_posts_response_spec.rb +2 -2
  699. data/client/spec/models/get_public_pages_response_spec.rb +48 -0
  700. data/client/spec/models/get_question_config_response_spec.rb +2 -2
  701. data/client/spec/models/get_question_configs_response_spec.rb +2 -2
  702. data/client/spec/models/get_question_result_response_spec.rb +2 -2
  703. data/client/spec/models/get_question_results_response_spec.rb +2 -2
  704. data/client/spec/models/get_sso_user_by_email_api_response_spec.rb +2 -2
  705. data/client/spec/models/get_sso_user_by_id_api_response_spec.rb +2 -2
  706. data/client/spec/models/{get_sso_users200_response_spec.rb → get_sso_users_response_spec.rb} +7 -7
  707. data/client/spec/models/get_subscriptions_api_response_spec.rb +2 -2
  708. data/client/spec/models/get_tenant_daily_usages_response_spec.rb +2 -2
  709. data/client/spec/models/get_tenant_manual_badges_response_spec.rb +42 -0
  710. data/client/spec/models/get_tenant_package_response_spec.rb +2 -2
  711. data/client/spec/models/get_tenant_packages_response_spec.rb +2 -2
  712. data/client/spec/models/get_tenant_response_spec.rb +2 -2
  713. data/client/spec/models/get_tenant_user_response_spec.rb +2 -2
  714. data/client/spec/models/get_tenant_users_response_spec.rb +2 -2
  715. data/client/spec/models/get_tenants_response_spec.rb +2 -2
  716. data/client/spec/models/get_ticket_response_spec.rb +48 -0
  717. data/client/spec/models/get_tickets_response_spec.rb +42 -0
  718. data/client/spec/models/get_translations_response_spec.rb +42 -0
  719. data/client/spec/models/get_user_internal_profile_response_profile_spec.rb +132 -0
  720. data/client/spec/models/get_user_internal_profile_response_spec.rb +42 -0
  721. data/client/spec/models/get_user_manual_badges_response_spec.rb +42 -0
  722. data/client/spec/models/get_user_notification_count_response_spec.rb +2 -2
  723. data/client/spec/models/get_user_presence_statuses_response_spec.rb +2 -2
  724. data/client/spec/models/get_user_response_spec.rb +2 -2
  725. data/client/spec/models/get_user_trust_factor_response_spec.rb +48 -0
  726. data/client/spec/models/get_v1_page_likes_spec.rb +60 -0
  727. data/client/spec/models/get_v2_page_react_users_response_spec.rb +42 -0
  728. data/client/spec/models/get_v2_page_reacts_spec.rb +48 -0
  729. data/client/spec/models/get_votes_for_user_response_spec.rb +2 -2
  730. data/client/spec/models/get_votes_response_spec.rb +2 -2
  731. data/client/spec/models/gif_get_large_response_spec.rb +42 -0
  732. data/client/spec/models/gif_rating_spec.rb +2 -2
  733. data/client/spec/models/gif_search_internal_error_spec.rb +42 -0
  734. data/client/spec/models/{add_domain_config200_response_spec.rb → gif_search_response_images_inner_inner_spec.rb} +3 -3
  735. data/client/spec/models/gif_search_response_spec.rb +42 -0
  736. data/client/spec/models/header_account_notification_spec.rb +90 -0
  737. data/client/spec/models/header_state_spec.rb +8 -2
  738. data/client/spec/models/ignored_response_spec.rb +2 -2
  739. data/client/spec/models/image_content_profanity_level_spec.rb +2 -2
  740. data/client/spec/models/imported_agent_approval_notification_frequency_spec.rb +30 -0
  741. data/client/spec/models/imported_site_type_spec.rb +2 -2
  742. data/client/spec/models/live_event_extra_info_spec.rb +2 -2
  743. data/client/spec/models/live_event_spec.rb +8 -2
  744. data/client/spec/models/live_event_type_spec.rb +2 -2
  745. data/client/spec/models/media_asset_spec.rb +2 -2
  746. data/client/spec/models/mention_auto_complete_mode_spec.rb +30 -0
  747. data/client/spec/models/meta_item_spec.rb +2 -2
  748. data/client/spec/models/moderation_api_child_comments_response_spec.rb +42 -0
  749. data/client/spec/models/moderation_api_comment_log_spec.rb +54 -0
  750. data/client/spec/models/moderation_api_comment_response_spec.rb +42 -0
  751. data/client/spec/models/moderation_api_comment_spec.rb +282 -0
  752. data/client/spec/models/moderation_api_count_comments_response_spec.rb +42 -0
  753. data/client/spec/models/moderation_api_get_comment_ids_response_spec.rb +48 -0
  754. data/client/spec/models/moderation_api_get_comments_response_spec.rb +54 -0
  755. data/client/spec/models/moderation_api_get_logs_response_spec.rb +42 -0
  756. data/client/spec/models/moderation_comment_search_response_spec.rb +42 -0
  757. data/client/spec/models/moderation_export_response_spec.rb +42 -0
  758. data/client/spec/models/moderation_export_status_response_spec.rb +54 -0
  759. data/client/spec/models/moderation_filter_spec.rb +102 -0
  760. data/client/spec/models/moderation_page_search_projected_spec.rb +54 -0
  761. data/client/spec/models/moderation_page_search_response_spec.rb +42 -0
  762. data/client/spec/models/moderation_site_search_projected_spec.rb +42 -0
  763. data/client/spec/models/moderation_site_search_response_spec.rb +42 -0
  764. data/client/spec/models/moderation_suggest_response_spec.rb +54 -0
  765. data/client/spec/models/moderation_user_search_projected_spec.rb +54 -0
  766. data/client/spec/models/moderation_user_search_response_spec.rb +42 -0
  767. data/client/spec/models/moderator_spec.rb +8 -2
  768. data/client/spec/models/notification_and_count_spec.rb +2 -2
  769. data/client/spec/models/notification_object_type_spec.rb +2 -2
  770. data/client/spec/models/notification_type_spec.rb +2 -2
  771. data/client/spec/models/page_user_entry_spec.rb +54 -0
  772. data/client/spec/models/page_users_info_response_spec.rb +42 -0
  773. data/client/spec/models/page_users_offline_response_spec.rb +54 -0
  774. data/client/spec/models/page_users_online_response_spec.rb +66 -0
  775. data/client/spec/models/pages_sort_by_spec.rb +30 -0
  776. data/client/spec/models/patch_domain_config_params_spec.rb +2 -2
  777. data/client/spec/models/patch_domain_config_response_spec.rb +21 -0
  778. data/client/spec/models/patch_page_api_response_spec.rb +2 -2
  779. data/client/spec/models/patch_sso_user_api_response_spec.rb +2 -2
  780. data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +2 -2
  781. data/client/spec/models/post_remove_comment_response_spec.rb +21 -0
  782. data/client/spec/models/pre_ban_summary_spec.rb +48 -0
  783. data/client/spec/models/pub_sub_comment_base_spec.rb +2 -2
  784. data/client/spec/models/pub_sub_comment_spec.rb +2 -2
  785. data/client/spec/models/pub_sub_vote_spec.rb +2 -2
  786. data/client/spec/models/public_api_delete_comment_response_spec.rb +2 -2
  787. data/client/spec/models/public_api_get_comment_text_response_spec.rb +2 -2
  788. data/client/spec/models/public_api_set_comment_text_response_spec.rb +2 -2
  789. data/client/spec/models/public_block_from_comment_params_spec.rb +2 -2
  790. data/client/spec/models/public_comment_base_spec.rb +2 -2
  791. data/client/spec/models/public_comment_spec.rb +2 -2
  792. data/client/spec/models/public_feed_posts_response_spec.rb +2 -2
  793. data/client/spec/models/public_page_spec.rb +60 -0
  794. data/client/spec/models/public_vote_spec.rb +2 -2
  795. data/client/spec/models/put_domain_config_response_spec.rb +21 -0
  796. data/client/spec/models/put_sso_user_api_response_spec.rb +2 -2
  797. data/client/spec/models/query_predicate_spec.rb +2 -2
  798. data/client/spec/models/query_predicate_value_spec.rb +1 -1
  799. data/client/spec/models/question_config_custom_options_inner_spec.rb +2 -2
  800. data/client/spec/models/question_config_spec.rb +2 -2
  801. data/client/spec/models/question_datum_spec.rb +2 -2
  802. data/client/spec/models/question_rendering_type_spec.rb +2 -2
  803. data/client/spec/models/question_result_aggregation_overall_spec.rb +2 -2
  804. data/client/spec/models/question_result_spec.rb +2 -2
  805. data/client/spec/models/question_sub_question_visibility_spec.rb +2 -2
  806. data/client/spec/models/question_when_save_spec.rb +2 -2
  807. data/client/spec/models/react_body_params_spec.rb +2 -2
  808. data/client/spec/models/react_feed_post_response_spec.rb +2 -2
  809. data/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +2 -2
  810. data/client/spec/models/remove_comment_action_response_spec.rb +42 -0
  811. data/client/spec/models/remove_user_badge_response_spec.rb +42 -0
  812. data/client/spec/models/render_email_template_body_spec.rb +2 -2
  813. data/client/spec/models/render_email_template_response_spec.rb +2 -2
  814. data/client/spec/models/renderable_user_notification_spec.rb +2 -2
  815. data/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +2 -2
  816. data/client/spec/models/repeat_comment_handling_action_spec.rb +2 -2
  817. data/client/spec/models/replace_tenant_package_body_spec.rb +8 -2
  818. data/client/spec/models/replace_tenant_user_body_spec.rb +2 -2
  819. data/client/spec/models/reset_user_notifications_response_spec.rb +2 -2
  820. data/client/spec/models/save_comment_response_optimized_spec.rb +2 -2
  821. data/client/spec/models/save_comments_bulk_response_spec.rb +21 -0
  822. data/client/spec/models/save_comments_response_with_presence_spec.rb +2 -2
  823. data/client/spec/models/search_users_response_spec.rb +2 -2
  824. data/client/spec/models/search_users_result_spec.rb +21 -0
  825. data/client/spec/models/search_users_sectioned_response_spec.rb +42 -0
  826. data/client/spec/models/set_comment_approved_response_spec.rb +42 -0
  827. data/client/spec/models/set_comment_text_params_spec.rb +36 -0
  828. data/client/spec/models/set_comment_text_response_spec.rb +42 -0
  829. data/client/spec/models/set_comment_text_result_spec.rb +2 -2
  830. data/client/spec/models/set_user_trust_factor_response_spec.rb +42 -0
  831. data/client/spec/models/size_preset_spec.rb +2 -2
  832. data/client/spec/models/sort_directions_spec.rb +2 -2
  833. data/client/spec/models/sortdir_spec.rb +2 -2
  834. data/client/spec/models/spam_rule_spec.rb +2 -2
  835. data/client/spec/models/sso_security_level_spec.rb +2 -2
  836. data/client/spec/models/tenant_badge_spec.rb +156 -0
  837. data/client/spec/models/tenant_hash_tag_spec.rb +2 -2
  838. data/client/spec/models/tenant_package_spec.rb +56 -2
  839. data/client/spec/models/tos_config_spec.rb +48 -0
  840. data/client/spec/models/un_block_from_comment_params_spec.rb +2 -2
  841. data/client/spec/models/unblock_success_spec.rb +2 -2
  842. data/client/spec/models/updatable_comment_params_spec.rb +2 -2
  843. data/client/spec/models/update_api_page_data_spec.rb +2 -2
  844. data/client/spec/models/update_api_user_subscription_data_spec.rb +36 -0
  845. data/client/spec/models/update_apisso_user_data_spec.rb +2 -2
  846. data/client/spec/models/update_domain_config_params_spec.rb +2 -2
  847. data/client/spec/models/update_email_template_body_spec.rb +2 -2
  848. data/client/spec/models/update_feed_post_params_spec.rb +2 -2
  849. data/client/spec/models/update_hash_tag_body_spec.rb +2 -2
  850. data/client/spec/models/update_hash_tag_response_spec.rb +2 -2
  851. data/client/spec/models/update_moderator_body_spec.rb +2 -2
  852. data/client/spec/models/update_notification_body_spec.rb +2 -2
  853. data/client/spec/models/update_question_config_body_spec.rb +2 -2
  854. data/client/spec/models/update_question_result_body_spec.rb +2 -2
  855. data/client/spec/models/update_subscription_api_response_spec.rb +54 -0
  856. data/client/spec/models/update_tenant_body_spec.rb +2 -2
  857. data/client/spec/models/update_tenant_package_body_spec.rb +8 -2
  858. data/client/spec/models/update_tenant_user_body_spec.rb +2 -2
  859. data/client/spec/models/update_user_badge_params_spec.rb +2 -2
  860. data/client/spec/models/{aggregate_question_results200_response_spec.rb → update_user_notification_comment_subscription_status_response_spec.rb} +3 -3
  861. data/client/spec/models/{add_hash_tags_bulk200_response_spec.rb → update_user_notification_page_subscription_status_response_spec.rb} +3 -3
  862. data/client/spec/models/{update_user_notification_status200_response_spec.rb → update_user_notification_status_response_spec.rb} +3 -3
  863. data/client/spec/models/upload_image_response_spec.rb +2 -2
  864. data/client/spec/models/user_badge_progress_spec.rb +8 -2
  865. data/client/spec/models/user_badge_spec.rb +8 -2
  866. data/client/spec/models/user_notification_count_spec.rb +2 -2
  867. data/client/spec/models/user_notification_spec.rb +2 -2
  868. data/client/spec/models/user_notification_write_response_spec.rb +2 -2
  869. data/client/spec/models/user_presence_data_spec.rb +2 -2
  870. data/client/spec/models/user_reacts_response_spec.rb +2 -2
  871. data/client/spec/models/user_search_result_spec.rb +2 -2
  872. data/client/spec/models/user_search_section_result_spec.rb +42 -0
  873. data/client/spec/models/user_search_section_spec.rb +30 -0
  874. data/client/spec/models/user_session_info_spec.rb +8 -2
  875. data/client/spec/models/user_spec.rb +56 -2
  876. data/client/spec/models/users_list_location_spec.rb +30 -0
  877. data/client/spec/models/vote_body_params_spec.rb +2 -2
  878. data/client/spec/models/vote_delete_response_spec.rb +2 -2
  879. data/client/spec/models/vote_response_spec.rb +2 -6
  880. data/client/spec/models/vote_response_status_spec.rb +21 -0
  881. data/client/spec/models/vote_response_user_spec.rb +2 -2
  882. data/client/spec/models/vote_style_spec.rb +2 -2
  883. data/client/spec/spec_helper.rb +1 -1
  884. data/lib/fastcomments.rb +1 -1
  885. metadata +359 -282
  886. data/client/docs/AddHashTag200Response.md +0 -34
  887. data/client/docs/AddHashTagsBulk200Response.md +0 -34
  888. data/client/docs/AggregateQuestionResults200Response.md +0 -34
  889. data/client/docs/BlockFromCommentPublic200Response.md +0 -34
  890. data/client/docs/BulkAggregateQuestionResults200Response.md +0 -34
  891. data/client/docs/CheckedCommentsForBlocked200Response.md +0 -34
  892. data/client/docs/CombineCommentsWithQuestionResults200Response.md +0 -34
  893. data/client/docs/CreateCommentPublic200Response.md +0 -40
  894. data/client/docs/CreateEmailTemplate200Response.md +0 -34
  895. data/client/docs/CreateFeedPost200Response.md +0 -34
  896. data/client/docs/CreateFeedPostPublic200Response.md +0 -34
  897. data/client/docs/CreateModerator200Response.md +0 -34
  898. data/client/docs/CreateQuestionConfig200Response.md +0 -34
  899. data/client/docs/CreateQuestionResult200Response.md +0 -34
  900. data/client/docs/CreateTenant200Response.md +0 -34
  901. data/client/docs/CreateTenantPackage200Response.md +0 -34
  902. data/client/docs/CreateTenantUser200Response.md +0 -34
  903. data/client/docs/CreateUserBadge200Response.md +0 -36
  904. data/client/docs/DeleteComment200Response.md +0 -34
  905. data/client/docs/DeleteCommentPublic200Response.md +0 -36
  906. data/client/docs/DeleteCommentVote200Response.md +0 -34
  907. data/client/docs/DeleteFeedPostPublic200Response.md +0 -32
  908. data/client/docs/FlagComment200Response.md +0 -36
  909. data/client/docs/FlagCommentPublic200Response.md +0 -32
  910. data/client/docs/GetAuditLogs200Response.md +0 -34
  911. data/client/docs/GetCachedNotificationCount200Response.md +0 -34
  912. data/client/docs/GetComment200Response.md +0 -34
  913. data/client/docs/GetCommentText200Response.md +0 -36
  914. data/client/docs/GetCommentVoteUserNames200Response.md +0 -36
  915. data/client/docs/GetComments200Response.md +0 -34
  916. data/client/docs/GetCommentsPublic200Response.md +0 -78
  917. data/client/docs/GetEmailTemplate200Response.md +0 -34
  918. data/client/docs/GetEmailTemplateDefinitions200Response.md +0 -34
  919. data/client/docs/GetEmailTemplateRenderErrors200Response.md +0 -34
  920. data/client/docs/GetEmailTemplates200Response.md +0 -34
  921. data/client/docs/GetEventLog200Response.md +0 -34
  922. data/client/docs/GetFeedPosts200Response.md +0 -34
  923. data/client/docs/GetFeedPostsPublic200Response.md +0 -44
  924. data/client/docs/GetFeedPostsStats200Response.md +0 -34
  925. data/client/docs/GetHashTags200Response.md +0 -34
  926. data/client/docs/GetModerator200Response.md +0 -34
  927. data/client/docs/GetModerators200Response.md +0 -34
  928. data/client/docs/GetNotificationCount200Response.md +0 -34
  929. data/client/docs/GetNotifications200Response.md +0 -34
  930. data/client/docs/GetPendingWebhookEventCount200Response.md +0 -34
  931. data/client/docs/GetPendingWebhookEvents200Response.md +0 -34
  932. data/client/docs/GetQuestionConfig200Response.md +0 -34
  933. data/client/docs/GetQuestionConfigs200Response.md +0 -34
  934. data/client/docs/GetQuestionResult200Response.md +0 -34
  935. data/client/docs/GetQuestionResults200Response.md +0 -34
  936. data/client/docs/GetTenant200Response.md +0 -34
  937. data/client/docs/GetTenantDailyUsages200Response.md +0 -34
  938. data/client/docs/GetTenantPackage200Response.md +0 -34
  939. data/client/docs/GetTenantPackages200Response.md +0 -34
  940. data/client/docs/GetTenantUser200Response.md +0 -34
  941. data/client/docs/GetTenantUsers200Response.md +0 -34
  942. data/client/docs/GetTenants200Response.md +0 -34
  943. data/client/docs/GetUser200Response.md +0 -34
  944. data/client/docs/GetUserBadge200Response.md +0 -34
  945. data/client/docs/GetUserBadgeProgressById200Response.md +0 -34
  946. data/client/docs/GetUserBadgeProgressList200Response.md +0 -34
  947. data/client/docs/GetUserBadges200Response.md +0 -34
  948. data/client/docs/GetUserNotificationCount200Response.md +0 -34
  949. data/client/docs/GetUserNotifications200Response.md +0 -40
  950. data/client/docs/GetUserPresenceStatuses200Response.md +0 -34
  951. data/client/docs/GetUserReactsPublic200Response.md +0 -34
  952. data/client/docs/GetVotes200Response.md +0 -38
  953. data/client/docs/GetVotesForUser200Response.md +0 -38
  954. data/client/docs/LockComment200Response.md +0 -32
  955. data/client/docs/PinComment200Response.md +0 -34
  956. data/client/docs/ReactFeedPostPublic200Response.md +0 -36
  957. data/client/docs/RenderEmailTemplate200Response.md +0 -34
  958. data/client/docs/ResetUserNotifications200Response.md +0 -32
  959. data/client/docs/SearchUsers200Response.md +0 -34
  960. data/client/docs/SetCommentText200Response.md +0 -34
  961. data/client/docs/UnBlockCommentPublic200Response.md +0 -34
  962. data/client/docs/UpdateUserBadge200Response.md +0 -32
  963. data/client/docs/UpdateUserNotificationStatus200Response.md +0 -38
  964. data/client/docs/VoteComment200Response.md +0 -40
  965. data/client/lib/fastcomments-client/api_model_base.rb +0 -88
  966. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +0 -103
  967. data/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +0 -103
  968. data/client/lib/fastcomments-client/models/create_comment_public200_response.rb +0 -103
  969. data/client/lib/fastcomments-client/models/create_email_template200_response.rb +0 -103
  970. data/client/lib/fastcomments-client/models/create_feed_post200_response.rb +0 -103
  971. data/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +0 -103
  972. data/client/lib/fastcomments-client/models/create_moderator200_response.rb +0 -103
  973. data/client/lib/fastcomments-client/models/create_question_config200_response.rb +0 -103
  974. data/client/lib/fastcomments-client/models/create_question_result200_response.rb +0 -103
  975. data/client/lib/fastcomments-client/models/create_tenant200_response.rb +0 -103
  976. data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +0 -103
  977. data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +0 -103
  978. data/client/lib/fastcomments-client/models/create_user_badge200_response.rb +0 -103
  979. data/client/lib/fastcomments-client/models/delete_comment200_response.rb +0 -103
  980. data/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +0 -103
  981. data/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +0 -103
  982. data/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +0 -103
  983. data/client/lib/fastcomments-client/models/flag_comment200_response.rb +0 -103
  984. data/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +0 -103
  985. data/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +0 -103
  986. data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +0 -103
  987. data/client/lib/fastcomments-client/models/get_comment200_response.rb +0 -103
  988. data/client/lib/fastcomments-client/models/get_comment_text200_response.rb +0 -103
  989. data/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +0 -103
  990. data/client/lib/fastcomments-client/models/get_comments200_response.rb +0 -103
  991. data/client/lib/fastcomments-client/models/get_comments_public200_response.rb +0 -103
  992. data/client/lib/fastcomments-client/models/get_domain_config200_response.rb +0 -103
  993. data/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +0 -103
  994. data/client/lib/fastcomments-client/models/get_email_template200_response.rb +0 -103
  995. data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +0 -103
  996. data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +0 -103
  997. data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +0 -103
  998. data/client/lib/fastcomments-client/models/get_event_log200_response.rb +0 -103
  999. data/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +0 -103
  1000. data/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +0 -103
  1001. data/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +0 -103
  1002. data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +0 -103
  1003. data/client/lib/fastcomments-client/models/get_moderator200_response.rb +0 -103
  1004. data/client/lib/fastcomments-client/models/get_moderators200_response.rb +0 -103
  1005. data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +0 -103
  1006. data/client/lib/fastcomments-client/models/get_notifications200_response.rb +0 -103
  1007. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +0 -103
  1008. data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +0 -103
  1009. data/client/lib/fastcomments-client/models/get_question_config200_response.rb +0 -103
  1010. data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +0 -103
  1011. data/client/lib/fastcomments-client/models/get_question_result200_response.rb +0 -103
  1012. data/client/lib/fastcomments-client/models/get_question_results200_response.rb +0 -103
  1013. data/client/lib/fastcomments-client/models/get_tenant200_response.rb +0 -103
  1014. data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +0 -103
  1015. data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +0 -103
  1016. data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +0 -103
  1017. data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +0 -103
  1018. data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +0 -103
  1019. data/client/lib/fastcomments-client/models/get_tenants200_response.rb +0 -103
  1020. data/client/lib/fastcomments-client/models/get_user200_response.rb +0 -103
  1021. data/client/lib/fastcomments-client/models/get_user_badge200_response.rb +0 -103
  1022. data/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +0 -103
  1023. data/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +0 -103
  1024. data/client/lib/fastcomments-client/models/get_user_badges200_response.rb +0 -103
  1025. data/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +0 -103
  1026. data/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +0 -103
  1027. data/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +0 -103
  1028. data/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +0 -103
  1029. data/client/lib/fastcomments-client/models/get_votes200_response.rb +0 -103
  1030. data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +0 -103
  1031. data/client/lib/fastcomments-client/models/lock_comment200_response.rb +0 -103
  1032. data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +0 -103
  1033. data/client/lib/fastcomments-client/models/pin_comment200_response.rb +0 -103
  1034. data/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +0 -103
  1035. data/client/lib/fastcomments-client/models/render_email_template200_response.rb +0 -103
  1036. data/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +0 -103
  1037. data/client/lib/fastcomments-client/models/save_comment200_response.rb +0 -103
  1038. data/client/lib/fastcomments-client/models/search_users200_response.rb +0 -103
  1039. data/client/lib/fastcomments-client/models/set_comment_text200_response.rb +0 -103
  1040. data/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +0 -103
  1041. data/client/lib/fastcomments-client/models/update_user_badge200_response.rb +0 -103
  1042. data/client/lib/fastcomments-client/models/vote_comment200_response.rb +0 -103
  1043. data/client/spec/models/block_from_comment_public200_response_spec.rb +0 -21
  1044. data/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +0 -21
  1045. data/client/spec/models/checked_comments_for_blocked200_response_spec.rb +0 -21
  1046. data/client/spec/models/combine_comments_with_question_results200_response_spec.rb +0 -21
  1047. data/client/spec/models/create_comment_public200_response_spec.rb +0 -21
  1048. data/client/spec/models/create_email_template200_response_spec.rb +0 -21
  1049. data/client/spec/models/create_feed_post200_response_spec.rb +0 -21
  1050. data/client/spec/models/create_feed_post_public200_response_spec.rb +0 -21
  1051. data/client/spec/models/create_moderator200_response_spec.rb +0 -21
  1052. data/client/spec/models/create_question_config200_response_spec.rb +0 -21
  1053. data/client/spec/models/create_question_result200_response_spec.rb +0 -21
  1054. data/client/spec/models/create_tenant_package200_response_spec.rb +0 -21
  1055. data/client/spec/models/create_tenant_user200_response_spec.rb +0 -21
  1056. data/client/spec/models/create_user_badge200_response_spec.rb +0 -21
  1057. data/client/spec/models/delete_comment200_response_spec.rb +0 -21
  1058. data/client/spec/models/delete_comment_public200_response_spec.rb +0 -21
  1059. data/client/spec/models/delete_comment_vote200_response_spec.rb +0 -21
  1060. data/client/spec/models/delete_feed_post_public200_response_spec.rb +0 -21
  1061. data/client/spec/models/flag_comment200_response_spec.rb +0 -21
  1062. data/client/spec/models/flag_comment_public200_response_spec.rb +0 -21
  1063. data/client/spec/models/get_audit_logs200_response_spec.rb +0 -21
  1064. data/client/spec/models/get_cached_notification_count200_response_spec.rb +0 -21
  1065. data/client/spec/models/get_comment200_response_spec.rb +0 -21
  1066. data/client/spec/models/get_comment_text200_response_spec.rb +0 -21
  1067. data/client/spec/models/get_comment_vote_user_names200_response_spec.rb +0 -21
  1068. data/client/spec/models/get_comments200_response_spec.rb +0 -21
  1069. data/client/spec/models/get_comments_public200_response_spec.rb +0 -21
  1070. data/client/spec/models/get_domain_config200_response_spec.rb +0 -21
  1071. data/client/spec/models/get_domain_configs200_response_spec.rb +0 -21
  1072. data/client/spec/models/get_email_template200_response_spec.rb +0 -21
  1073. data/client/spec/models/get_email_template_definitions200_response_spec.rb +0 -21
  1074. data/client/spec/models/get_email_template_render_errors200_response_spec.rb +0 -21
  1075. data/client/spec/models/get_email_templates200_response_spec.rb +0 -21
  1076. data/client/spec/models/get_event_log200_response_spec.rb +0 -21
  1077. data/client/spec/models/get_feed_posts200_response_spec.rb +0 -21
  1078. data/client/spec/models/get_feed_posts_public200_response_spec.rb +0 -21
  1079. data/client/spec/models/get_feed_posts_stats200_response_spec.rb +0 -21
  1080. data/client/spec/models/get_hash_tags200_response_spec.rb +0 -21
  1081. data/client/spec/models/get_moderator200_response_spec.rb +0 -21
  1082. data/client/spec/models/get_moderators200_response_spec.rb +0 -21
  1083. data/client/spec/models/get_notification_count200_response_spec.rb +0 -21
  1084. data/client/spec/models/get_notifications200_response_spec.rb +0 -21
  1085. data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +0 -21
  1086. data/client/spec/models/get_pending_webhook_events200_response_spec.rb +0 -21
  1087. data/client/spec/models/get_question_config200_response_spec.rb +0 -21
  1088. data/client/spec/models/get_question_configs200_response_spec.rb +0 -21
  1089. data/client/spec/models/get_question_result200_response_spec.rb +0 -21
  1090. data/client/spec/models/get_question_results200_response_spec.rb +0 -21
  1091. data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +0 -21
  1092. data/client/spec/models/get_tenant_package200_response_spec.rb +0 -21
  1093. data/client/spec/models/get_tenant_packages200_response_spec.rb +0 -21
  1094. data/client/spec/models/get_tenant_user200_response_spec.rb +0 -21
  1095. data/client/spec/models/get_tenant_users200_response_spec.rb +0 -21
  1096. data/client/spec/models/get_user_badge200_response_spec.rb +0 -21
  1097. data/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +0 -21
  1098. data/client/spec/models/get_user_badge_progress_list200_response_spec.rb +0 -21
  1099. data/client/spec/models/get_user_badges200_response_spec.rb +0 -21
  1100. data/client/spec/models/get_user_notification_count200_response_spec.rb +0 -21
  1101. data/client/spec/models/get_user_notifications200_response_spec.rb +0 -21
  1102. data/client/spec/models/get_user_presence_statuses200_response_spec.rb +0 -21
  1103. data/client/spec/models/get_user_reacts_public200_response_spec.rb +0 -21
  1104. data/client/spec/models/get_votes_for_user200_response_spec.rb +0 -21
  1105. data/client/spec/models/lock_comment200_response_spec.rb +0 -21
  1106. data/client/spec/models/patch_hash_tag200_response_spec.rb +0 -21
  1107. data/client/spec/models/pin_comment200_response_spec.rb +0 -21
  1108. data/client/spec/models/react_feed_post_public200_response_spec.rb +0 -21
  1109. data/client/spec/models/record_string_string_or_number_value_spec.rb +0 -21
  1110. data/client/spec/models/render_email_template200_response_spec.rb +0 -21
  1111. data/client/spec/models/reset_user_notifications200_response_spec.rb +0 -21
  1112. data/client/spec/models/save_comment200_response_spec.rb +0 -21
  1113. data/client/spec/models/search_users200_response_spec.rb +0 -21
  1114. data/client/spec/models/set_comment_text200_response_spec.rb +0 -21
  1115. data/client/spec/models/un_block_comment_public200_response_spec.rb +0 -21
  1116. data/client/spec/models/update_user_badge200_response_spec.rb +0 -21
  1117. data/client/spec/models/vote_comment200_response_spec.rb +0 -21
@@ -13,6 +13,7 @@ All URIs are relative to *https://fastcomments.com*
13
13
  | [**aggregate_question_results**](DefaultApi.md#aggregate_question_results) | **GET** /api/v1/question-results-aggregation | |
14
14
  | [**block_user_from_comment**](DefaultApi.md#block_user_from_comment) | **POST** /api/v1/comments/{id}/block | |
15
15
  | [**bulk_aggregate_question_results**](DefaultApi.md#bulk_aggregate_question_results) | **POST** /api/v1/question-results-aggregation/bulk | |
16
+ | [**change_ticket_state**](DefaultApi.md#change_ticket_state) | **PATCH** /api/v1/tickets/{id}/state | |
16
17
  | [**combine_comments_with_question_results**](DefaultApi.md#combine_comments_with_question_results) | **GET** /api/v1/question-results-aggregation/combine/comments | |
17
18
  | [**create_email_template**](DefaultApi.md#create_email_template) | **POST** /api/v1/email-templates | |
18
19
  | [**create_feed_post**](DefaultApi.md#create_feed_post) | **POST** /api/v1/feed-posts | |
@@ -23,6 +24,7 @@ All URIs are relative to *https://fastcomments.com*
23
24
  | [**create_tenant**](DefaultApi.md#create_tenant) | **POST** /api/v1/tenants | |
24
25
  | [**create_tenant_package**](DefaultApi.md#create_tenant_package) | **POST** /api/v1/tenant-packages | |
25
26
  | [**create_tenant_user**](DefaultApi.md#create_tenant_user) | **POST** /api/v1/tenant-users | |
27
+ | [**create_ticket**](DefaultApi.md#create_ticket) | **POST** /api/v1/tickets | |
26
28
  | [**create_user_badge**](DefaultApi.md#create_user_badge) | **POST** /api/v1/user-badges | |
27
29
  | [**create_vote**](DefaultApi.md#create_vote) | **POST** /api/v1/votes | |
28
30
  | [**delete_comment**](DefaultApi.md#delete_comment) | **DELETE** /api/v1/comments/{id} | |
@@ -79,6 +81,8 @@ All URIs are relative to *https://fastcomments.com*
79
81
  | [**get_tenant_user**](DefaultApi.md#get_tenant_user) | **GET** /api/v1/tenant-users/{id} | |
80
82
  | [**get_tenant_users**](DefaultApi.md#get_tenant_users) | **GET** /api/v1/tenant-users | |
81
83
  | [**get_tenants**](DefaultApi.md#get_tenants) | **GET** /api/v1/tenants | |
84
+ | [**get_ticket**](DefaultApi.md#get_ticket) | **GET** /api/v1/tickets/{id} | |
85
+ | [**get_tickets**](DefaultApi.md#get_tickets) | **GET** /api/v1/tickets | |
82
86
  | [**get_user**](DefaultApi.md#get_user) | **GET** /api/v1/users/{id} | |
83
87
  | [**get_user_badge**](DefaultApi.md#get_user_badge) | **GET** /api/v1/user-badges/{id} | |
84
88
  | [**get_user_badge_progress_by_id**](DefaultApi.md#get_user_badge_progress_by_id) | **GET** /api/v1/user-badge-progress/{id} | |
@@ -109,6 +113,7 @@ All URIs are relative to *https://fastcomments.com*
109
113
  | [**update_notification**](DefaultApi.md#update_notification) | **PATCH** /api/v1/notifications/{id} | |
110
114
  | [**update_question_config**](DefaultApi.md#update_question_config) | **PATCH** /api/v1/question-configs/{id} | |
111
115
  | [**update_question_result**](DefaultApi.md#update_question_result) | **PATCH** /api/v1/question-results/{id} | |
116
+ | [**update_subscription**](DefaultApi.md#update_subscription) | **PATCH** /api/v1/subscriptions/{id} | |
112
117
  | [**update_tenant**](DefaultApi.md#update_tenant) | **PATCH** /api/v1/tenants/{id} | |
113
118
  | [**update_tenant_package**](DefaultApi.md#update_tenant_package) | **PATCH** /api/v1/tenant-packages/{id} | |
114
119
  | [**update_tenant_user**](DefaultApi.md#update_tenant_user) | **PATCH** /api/v1/tenant-users/{id} | |
@@ -117,7 +122,7 @@ All URIs are relative to *https://fastcomments.com*
117
122
 
118
123
  ## add_domain_config
119
124
 
120
- > <AddDomainConfig200Response> add_domain_config(tenant_id, add_domain_config_params)
125
+ > <AddDomainConfigResponse> add_domain_config(tenant_id, add_domain_config_params)
121
126
 
122
127
 
123
128
 
@@ -151,7 +156,7 @@ end
151
156
 
152
157
  This returns an Array which contains the response data, status code and headers.
153
158
 
154
- > <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)
155
160
 
156
161
  ```ruby
157
162
  begin
@@ -159,7 +164,7 @@ begin
159
164
  data, status_code, headers = api_instance.add_domain_config_with_http_info(tenant_id, add_domain_config_params)
160
165
  p status_code # => 2xx
161
166
  p headers # => { ... }
162
- p data # => <AddDomainConfig200Response>
167
+ p data # => <AddDomainConfigResponse>
163
168
  rescue FastCommentsClient::ApiError => e
164
169
  puts "Error when calling DefaultApi->add_domain_config_with_http_info: #{e}"
165
170
  end
@@ -174,7 +179,7 @@ end
174
179
 
175
180
  ### Return type
176
181
 
177
- [**AddDomainConfig200Response**](AddDomainConfig200Response.md)
182
+ [**AddDomainConfigResponse**](AddDomainConfigResponse.md)
178
183
 
179
184
  ### Authorization
180
185
 
@@ -188,7 +193,7 @@ end
188
193
 
189
194
  ## add_hash_tag
190
195
 
191
- > <AddHashTag200Response> add_hash_tag(opts)
196
+ > <CreateHashTagResponse> add_hash_tag(opts)
192
197
 
193
198
 
194
199
 
@@ -224,7 +229,7 @@ end
224
229
 
225
230
  This returns an Array which contains the response data, status code and headers.
226
231
 
227
- > <Array(<AddHashTag200Response>, Integer, Hash)> add_hash_tag_with_http_info(opts)
232
+ > <Array(<CreateHashTagResponse>, Integer, Hash)> add_hash_tag_with_http_info(opts)
228
233
 
229
234
  ```ruby
230
235
  begin
@@ -232,7 +237,7 @@ begin
232
237
  data, status_code, headers = api_instance.add_hash_tag_with_http_info(opts)
233
238
  p status_code # => 2xx
234
239
  p headers # => { ... }
235
- p data # => <AddHashTag200Response>
240
+ p data # => <CreateHashTagResponse>
236
241
  rescue FastCommentsClient::ApiError => e
237
242
  puts "Error when calling DefaultApi->add_hash_tag_with_http_info: #{e}"
238
243
  end
@@ -247,7 +252,7 @@ end
247
252
 
248
253
  ### Return type
249
254
 
250
- [**AddHashTag200Response**](AddHashTag200Response.md)
255
+ [**CreateHashTagResponse**](CreateHashTagResponse.md)
251
256
 
252
257
  ### Authorization
253
258
 
@@ -261,7 +266,7 @@ end
261
266
 
262
267
  ## add_hash_tags_bulk
263
268
 
264
- > <AddHashTagsBulk200Response> add_hash_tags_bulk(opts)
269
+ > <BulkCreateHashTagsResponse> add_hash_tags_bulk(opts)
265
270
 
266
271
 
267
272
 
@@ -297,7 +302,7 @@ end
297
302
 
298
303
  This returns an Array which contains the response data, status code and headers.
299
304
 
300
- > <Array(<AddHashTagsBulk200Response>, Integer, Hash)> add_hash_tags_bulk_with_http_info(opts)
305
+ > <Array(<BulkCreateHashTagsResponse>, Integer, Hash)> add_hash_tags_bulk_with_http_info(opts)
301
306
 
302
307
  ```ruby
303
308
  begin
@@ -305,7 +310,7 @@ begin
305
310
  data, status_code, headers = api_instance.add_hash_tags_bulk_with_http_info(opts)
306
311
  p status_code # => 2xx
307
312
  p headers # => { ... }
308
- p data # => <AddHashTagsBulk200Response>
313
+ p data # => <BulkCreateHashTagsResponse>
309
314
  rescue FastCommentsClient::ApiError => e
310
315
  puts "Error when calling DefaultApi->add_hash_tags_bulk_with_http_info: #{e}"
311
316
  end
@@ -320,7 +325,7 @@ end
320
325
 
321
326
  ### Return type
322
327
 
323
- [**AddHashTagsBulk200Response**](AddHashTagsBulk200Response.md)
328
+ [**BulkCreateHashTagsResponse**](BulkCreateHashTagsResponse.md)
324
329
 
325
330
  ### Authorization
326
331
 
@@ -476,7 +481,7 @@ end
476
481
 
477
482
  ## aggregate
478
483
 
479
- > <AggregationResponse> aggregate(tenant_id, aggregation_request, opts)
484
+ > <AggregateResponse> aggregate(tenant_id, aggregation_request, opts)
480
485
 
481
486
 
482
487
 
@@ -516,7 +521,7 @@ end
516
521
 
517
522
  This returns an Array which contains the response data, status code and headers.
518
523
 
519
- > <Array(<AggregationResponse>, Integer, Hash)> aggregate_with_http_info(tenant_id, aggregation_request, opts)
524
+ > <Array(<AggregateResponse>, Integer, Hash)> aggregate_with_http_info(tenant_id, aggregation_request, opts)
520
525
 
521
526
  ```ruby
522
527
  begin
@@ -524,7 +529,7 @@ begin
524
529
  data, status_code, headers = api_instance.aggregate_with_http_info(tenant_id, aggregation_request, opts)
525
530
  p status_code # => 2xx
526
531
  p headers # => { ... }
527
- p data # => <AggregationResponse>
532
+ p data # => <AggregateResponse>
528
533
  rescue FastCommentsClient::ApiError => e
529
534
  puts "Error when calling DefaultApi->aggregate_with_http_info: #{e}"
530
535
  end
@@ -541,7 +546,7 @@ end
541
546
 
542
547
  ### Return type
543
548
 
544
- [**AggregationResponse**](AggregationResponse.md)
549
+ [**AggregateResponse**](AggregateResponse.md)
545
550
 
546
551
  ### Authorization
547
552
 
@@ -555,7 +560,7 @@ end
555
560
 
556
561
  ## aggregate_question_results
557
562
 
558
- > <AggregateQuestionResults200Response> aggregate_question_results(tenant_id, opts)
563
+ > <AggregateQuestionResultsResponse> aggregate_question_results(tenant_id, opts)
559
564
 
560
565
 
561
566
 
@@ -596,7 +601,7 @@ end
596
601
 
597
602
  This returns an Array which contains the response data, status code and headers.
598
603
 
599
- > <Array(<AggregateQuestionResults200Response>, Integer, Hash)> aggregate_question_results_with_http_info(tenant_id, opts)
604
+ > <Array(<AggregateQuestionResultsResponse>, Integer, Hash)> aggregate_question_results_with_http_info(tenant_id, opts)
600
605
 
601
606
  ```ruby
602
607
  begin
@@ -604,7 +609,7 @@ begin
604
609
  data, status_code, headers = api_instance.aggregate_question_results_with_http_info(tenant_id, opts)
605
610
  p status_code # => 2xx
606
611
  p headers # => { ... }
607
- p data # => <AggregateQuestionResults200Response>
612
+ p data # => <AggregateQuestionResultsResponse>
608
613
  rescue FastCommentsClient::ApiError => e
609
614
  puts "Error when calling DefaultApi->aggregate_question_results_with_http_info: #{e}"
610
615
  end
@@ -624,7 +629,7 @@ end
624
629
 
625
630
  ### Return type
626
631
 
627
- [**AggregateQuestionResults200Response**](AggregateQuestionResults200Response.md)
632
+ [**AggregateQuestionResultsResponse**](AggregateQuestionResultsResponse.md)
628
633
 
629
634
  ### Authorization
630
635
 
@@ -638,7 +643,7 @@ end
638
643
 
639
644
  ## block_user_from_comment
640
645
 
641
- > <BlockFromCommentPublic200Response> block_user_from_comment(tenant_id, id, block_from_comment_params, opts)
646
+ > <BlockSuccess> block_user_from_comment(tenant_id, id, block_from_comment_params, opts)
642
647
 
643
648
 
644
649
 
@@ -677,7 +682,7 @@ end
677
682
 
678
683
  This returns an Array which contains the response data, status code and headers.
679
684
 
680
- > <Array(<BlockFromCommentPublic200Response>, Integer, Hash)> block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
685
+ > <Array(<BlockSuccess>, Integer, Hash)> block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
681
686
 
682
687
  ```ruby
683
688
  begin
@@ -685,7 +690,7 @@ begin
685
690
  data, status_code, headers = api_instance.block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
686
691
  p status_code # => 2xx
687
692
  p headers # => { ... }
688
- p data # => <BlockFromCommentPublic200Response>
693
+ p data # => <BlockSuccess>
689
694
  rescue FastCommentsClient::ApiError => e
690
695
  puts "Error when calling DefaultApi->block_user_from_comment_with_http_info: #{e}"
691
696
  end
@@ -703,7 +708,7 @@ end
703
708
 
704
709
  ### Return type
705
710
 
706
- [**BlockFromCommentPublic200Response**](BlockFromCommentPublic200Response.md)
711
+ [**BlockSuccess**](BlockSuccess.md)
707
712
 
708
713
  ### Authorization
709
714
 
@@ -717,7 +722,7 @@ end
717
722
 
718
723
  ## bulk_aggregate_question_results
719
724
 
720
- > <BulkAggregateQuestionResults200Response> bulk_aggregate_question_results(tenant_id, bulk_aggregate_question_results_request, opts)
725
+ > <BulkAggregateQuestionResultsResponse> bulk_aggregate_question_results(tenant_id, bulk_aggregate_question_results_request, opts)
721
726
 
722
727
 
723
728
 
@@ -754,7 +759,7 @@ end
754
759
 
755
760
  This returns an Array which contains the response data, status code and headers.
756
761
 
757
- > <Array(<BulkAggregateQuestionResults200Response>, Integer, Hash)> bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
762
+ > <Array(<BulkAggregateQuestionResultsResponse>, Integer, Hash)> bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
758
763
 
759
764
  ```ruby
760
765
  begin
@@ -762,7 +767,7 @@ begin
762
767
  data, status_code, headers = api_instance.bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
763
768
  p status_code # => 2xx
764
769
  p headers # => { ... }
765
- p data # => <BulkAggregateQuestionResults200Response>
770
+ p data # => <BulkAggregateQuestionResultsResponse>
766
771
  rescue FastCommentsClient::ApiError => e
767
772
  puts "Error when calling DefaultApi->bulk_aggregate_question_results_with_http_info: #{e}"
768
773
  end
@@ -778,7 +783,82 @@ end
778
783
 
779
784
  ### Return type
780
785
 
781
- [**BulkAggregateQuestionResults200Response**](BulkAggregateQuestionResults200Response.md)
786
+ [**BulkAggregateQuestionResultsResponse**](BulkAggregateQuestionResultsResponse.md)
787
+
788
+ ### Authorization
789
+
790
+ [api_key](../README.md#api_key)
791
+
792
+ ### HTTP request headers
793
+
794
+ - **Content-Type**: application/json
795
+ - **Accept**: application/json
796
+
797
+
798
+ ## change_ticket_state
799
+
800
+ > <ChangeTicketStateResponse> change_ticket_state(tenant_id, user_id, id, change_ticket_state_body)
801
+
802
+
803
+
804
+ ### Examples
805
+
806
+ ```ruby
807
+ require 'time'
808
+ require 'fastcomments-client'
809
+ # setup authorization
810
+ FastCommentsClient.configure do |config|
811
+ # Configure API key authorization: api_key
812
+ config.api_key['x-api-key'] = 'YOUR API KEY'
813
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
814
+ # config.api_key_prefix['x-api-key'] = 'Bearer'
815
+ end
816
+
817
+ api_instance = FastCommentsClient::DefaultApi.new
818
+ tenant_id = 'tenant_id_example' # String |
819
+ user_id = 'user_id_example' # String |
820
+ id = 'id_example' # String |
821
+ change_ticket_state_body = FastCommentsClient::ChangeTicketStateBody.new({state: 37}) # ChangeTicketStateBody |
822
+
823
+ begin
824
+
825
+ result = api_instance.change_ticket_state(tenant_id, user_id, id, change_ticket_state_body)
826
+ p result
827
+ rescue FastCommentsClient::ApiError => e
828
+ puts "Error when calling DefaultApi->change_ticket_state: #{e}"
829
+ end
830
+ ```
831
+
832
+ #### Using the change_ticket_state_with_http_info variant
833
+
834
+ This returns an Array which contains the response data, status code and headers.
835
+
836
+ > <Array(<ChangeTicketStateResponse>, Integer, Hash)> change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body)
837
+
838
+ ```ruby
839
+ begin
840
+
841
+ data, status_code, headers = api_instance.change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body)
842
+ p status_code # => 2xx
843
+ p headers # => { ... }
844
+ p data # => <ChangeTicketStateResponse>
845
+ rescue FastCommentsClient::ApiError => e
846
+ puts "Error when calling DefaultApi->change_ticket_state_with_http_info: #{e}"
847
+ end
848
+ ```
849
+
850
+ ### Parameters
851
+
852
+ | Name | Type | Description | Notes |
853
+ | ---- | ---- | ----------- | ----- |
854
+ | **tenant_id** | **String** | | |
855
+ | **user_id** | **String** | | |
856
+ | **id** | **String** | | |
857
+ | **change_ticket_state_body** | [**ChangeTicketStateBody**](ChangeTicketStateBody.md) | | |
858
+
859
+ ### Return type
860
+
861
+ [**ChangeTicketStateResponse**](ChangeTicketStateResponse.md)
782
862
 
783
863
  ### Authorization
784
864
 
@@ -792,7 +872,7 @@ end
792
872
 
793
873
  ## combine_comments_with_question_results
794
874
 
795
- > <CombineCommentsWithQuestionResults200Response> combine_comments_with_question_results(tenant_id, opts)
875
+ > <CombineQuestionResultsWithCommentsResponse> combine_comments_with_question_results(tenant_id, opts)
796
876
 
797
877
 
798
878
 
@@ -835,7 +915,7 @@ end
835
915
 
836
916
  This returns an Array which contains the response data, status code and headers.
837
917
 
838
- > <Array(<CombineCommentsWithQuestionResults200Response>, Integer, Hash)> combine_comments_with_question_results_with_http_info(tenant_id, opts)
918
+ > <Array(<CombineQuestionResultsWithCommentsResponse>, Integer, Hash)> combine_comments_with_question_results_with_http_info(tenant_id, opts)
839
919
 
840
920
  ```ruby
841
921
  begin
@@ -843,7 +923,7 @@ begin
843
923
  data, status_code, headers = api_instance.combine_comments_with_question_results_with_http_info(tenant_id, opts)
844
924
  p status_code # => 2xx
845
925
  p headers # => { ... }
846
- p data # => <CombineCommentsWithQuestionResults200Response>
926
+ p data # => <CombineQuestionResultsWithCommentsResponse>
847
927
  rescue FastCommentsClient::ApiError => e
848
928
  puts "Error when calling DefaultApi->combine_comments_with_question_results_with_http_info: #{e}"
849
929
  end
@@ -865,7 +945,7 @@ end
865
945
 
866
946
  ### Return type
867
947
 
868
- [**CombineCommentsWithQuestionResults200Response**](CombineCommentsWithQuestionResults200Response.md)
948
+ [**CombineQuestionResultsWithCommentsResponse**](CombineQuestionResultsWithCommentsResponse.md)
869
949
 
870
950
  ### Authorization
871
951
 
@@ -879,7 +959,7 @@ end
879
959
 
880
960
  ## create_email_template
881
961
 
882
- > <CreateEmailTemplate200Response> create_email_template(tenant_id, create_email_template_body)
962
+ > <CreateEmailTemplateResponse> create_email_template(tenant_id, create_email_template_body)
883
963
 
884
964
 
885
965
 
@@ -913,7 +993,7 @@ end
913
993
 
914
994
  This returns an Array which contains the response data, status code and headers.
915
995
 
916
- > <Array(<CreateEmailTemplate200Response>, Integer, Hash)> create_email_template_with_http_info(tenant_id, create_email_template_body)
996
+ > <Array(<CreateEmailTemplateResponse>, Integer, Hash)> create_email_template_with_http_info(tenant_id, create_email_template_body)
917
997
 
918
998
  ```ruby
919
999
  begin
@@ -921,7 +1001,7 @@ begin
921
1001
  data, status_code, headers = api_instance.create_email_template_with_http_info(tenant_id, create_email_template_body)
922
1002
  p status_code # => 2xx
923
1003
  p headers # => { ... }
924
- p data # => <CreateEmailTemplate200Response>
1004
+ p data # => <CreateEmailTemplateResponse>
925
1005
  rescue FastCommentsClient::ApiError => e
926
1006
  puts "Error when calling DefaultApi->create_email_template_with_http_info: #{e}"
927
1007
  end
@@ -936,7 +1016,7 @@ end
936
1016
 
937
1017
  ### Return type
938
1018
 
939
- [**CreateEmailTemplate200Response**](CreateEmailTemplate200Response.md)
1019
+ [**CreateEmailTemplateResponse**](CreateEmailTemplateResponse.md)
940
1020
 
941
1021
  ### Authorization
942
1022
 
@@ -950,7 +1030,7 @@ end
950
1030
 
951
1031
  ## create_feed_post
952
1032
 
953
- > <CreateFeedPost200Response> create_feed_post(tenant_id, create_feed_post_params, opts)
1033
+ > <CreateFeedPostsResponse> create_feed_post(tenant_id, create_feed_post_params, opts)
954
1034
 
955
1035
 
956
1036
 
@@ -990,7 +1070,7 @@ end
990
1070
 
991
1071
  This returns an Array which contains the response data, status code and headers.
992
1072
 
993
- > <Array(<CreateFeedPost200Response>, Integer, Hash)> create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
1073
+ > <Array(<CreateFeedPostsResponse>, Integer, Hash)> create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
994
1074
 
995
1075
  ```ruby
996
1076
  begin
@@ -998,7 +1078,7 @@ begin
998
1078
  data, status_code, headers = api_instance.create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
999
1079
  p status_code # => 2xx
1000
1080
  p headers # => { ... }
1001
- p data # => <CreateFeedPost200Response>
1081
+ p data # => <CreateFeedPostsResponse>
1002
1082
  rescue FastCommentsClient::ApiError => e
1003
1083
  puts "Error when calling DefaultApi->create_feed_post_with_http_info: #{e}"
1004
1084
  end
@@ -1017,7 +1097,7 @@ end
1017
1097
 
1018
1098
  ### Return type
1019
1099
 
1020
- [**CreateFeedPost200Response**](CreateFeedPost200Response.md)
1100
+ [**CreateFeedPostsResponse**](CreateFeedPostsResponse.md)
1021
1101
 
1022
1102
  ### Authorization
1023
1103
 
@@ -1031,7 +1111,7 @@ end
1031
1111
 
1032
1112
  ## create_moderator
1033
1113
 
1034
- > <CreateModerator200Response> create_moderator(tenant_id, create_moderator_body)
1114
+ > <CreateModeratorResponse> create_moderator(tenant_id, create_moderator_body)
1035
1115
 
1036
1116
 
1037
1117
 
@@ -1065,7 +1145,7 @@ end
1065
1145
 
1066
1146
  This returns an Array which contains the response data, status code and headers.
1067
1147
 
1068
- > <Array(<CreateModerator200Response>, Integer, Hash)> create_moderator_with_http_info(tenant_id, create_moderator_body)
1148
+ > <Array(<CreateModeratorResponse>, Integer, Hash)> create_moderator_with_http_info(tenant_id, create_moderator_body)
1069
1149
 
1070
1150
  ```ruby
1071
1151
  begin
@@ -1073,7 +1153,7 @@ begin
1073
1153
  data, status_code, headers = api_instance.create_moderator_with_http_info(tenant_id, create_moderator_body)
1074
1154
  p status_code # => 2xx
1075
1155
  p headers # => { ... }
1076
- p data # => <CreateModerator200Response>
1156
+ p data # => <CreateModeratorResponse>
1077
1157
  rescue FastCommentsClient::ApiError => e
1078
1158
  puts "Error when calling DefaultApi->create_moderator_with_http_info: #{e}"
1079
1159
  end
@@ -1088,7 +1168,7 @@ end
1088
1168
 
1089
1169
  ### Return type
1090
1170
 
1091
- [**CreateModerator200Response**](CreateModerator200Response.md)
1171
+ [**CreateModeratorResponse**](CreateModeratorResponse.md)
1092
1172
 
1093
1173
  ### Authorization
1094
1174
 
@@ -1102,7 +1182,7 @@ end
1102
1182
 
1103
1183
  ## create_question_config
1104
1184
 
1105
- > <CreateQuestionConfig200Response> create_question_config(tenant_id, create_question_config_body)
1185
+ > <CreateQuestionConfigResponse> create_question_config(tenant_id, create_question_config_body)
1106
1186
 
1107
1187
 
1108
1188
 
@@ -1136,7 +1216,7 @@ end
1136
1216
 
1137
1217
  This returns an Array which contains the response data, status code and headers.
1138
1218
 
1139
- > <Array(<CreateQuestionConfig200Response>, Integer, Hash)> create_question_config_with_http_info(tenant_id, create_question_config_body)
1219
+ > <Array(<CreateQuestionConfigResponse>, Integer, Hash)> create_question_config_with_http_info(tenant_id, create_question_config_body)
1140
1220
 
1141
1221
  ```ruby
1142
1222
  begin
@@ -1144,7 +1224,7 @@ begin
1144
1224
  data, status_code, headers = api_instance.create_question_config_with_http_info(tenant_id, create_question_config_body)
1145
1225
  p status_code # => 2xx
1146
1226
  p headers # => { ... }
1147
- p data # => <CreateQuestionConfig200Response>
1227
+ p data # => <CreateQuestionConfigResponse>
1148
1228
  rescue FastCommentsClient::ApiError => e
1149
1229
  puts "Error when calling DefaultApi->create_question_config_with_http_info: #{e}"
1150
1230
  end
@@ -1159,7 +1239,7 @@ end
1159
1239
 
1160
1240
  ### Return type
1161
1241
 
1162
- [**CreateQuestionConfig200Response**](CreateQuestionConfig200Response.md)
1242
+ [**CreateQuestionConfigResponse**](CreateQuestionConfigResponse.md)
1163
1243
 
1164
1244
  ### Authorization
1165
1245
 
@@ -1173,7 +1253,7 @@ end
1173
1253
 
1174
1254
  ## create_question_result
1175
1255
 
1176
- > <CreateQuestionResult200Response> create_question_result(tenant_id, create_question_result_body)
1256
+ > <CreateQuestionResultResponse> create_question_result(tenant_id, create_question_result_body)
1177
1257
 
1178
1258
 
1179
1259
 
@@ -1207,7 +1287,7 @@ end
1207
1287
 
1208
1288
  This returns an Array which contains the response data, status code and headers.
1209
1289
 
1210
- > <Array(<CreateQuestionResult200Response>, Integer, Hash)> create_question_result_with_http_info(tenant_id, create_question_result_body)
1290
+ > <Array(<CreateQuestionResultResponse>, Integer, Hash)> create_question_result_with_http_info(tenant_id, create_question_result_body)
1211
1291
 
1212
1292
  ```ruby
1213
1293
  begin
@@ -1215,7 +1295,7 @@ begin
1215
1295
  data, status_code, headers = api_instance.create_question_result_with_http_info(tenant_id, create_question_result_body)
1216
1296
  p status_code # => 2xx
1217
1297
  p headers # => { ... }
1218
- p data # => <CreateQuestionResult200Response>
1298
+ p data # => <CreateQuestionResultResponse>
1219
1299
  rescue FastCommentsClient::ApiError => e
1220
1300
  puts "Error when calling DefaultApi->create_question_result_with_http_info: #{e}"
1221
1301
  end
@@ -1230,7 +1310,7 @@ end
1230
1310
 
1231
1311
  ### Return type
1232
1312
 
1233
- [**CreateQuestionResult200Response**](CreateQuestionResult200Response.md)
1313
+ [**CreateQuestionResultResponse**](CreateQuestionResultResponse.md)
1234
1314
 
1235
1315
  ### Authorization
1236
1316
 
@@ -1315,7 +1395,7 @@ end
1315
1395
 
1316
1396
  ## create_tenant
1317
1397
 
1318
- > <CreateTenant200Response> create_tenant(tenant_id, create_tenant_body)
1398
+ > <CreateTenantResponse> create_tenant(tenant_id, create_tenant_body)
1319
1399
 
1320
1400
 
1321
1401
 
@@ -1349,7 +1429,7 @@ end
1349
1429
 
1350
1430
  This returns an Array which contains the response data, status code and headers.
1351
1431
 
1352
- > <Array(<CreateTenant200Response>, Integer, Hash)> create_tenant_with_http_info(tenant_id, create_tenant_body)
1432
+ > <Array(<CreateTenantResponse>, Integer, Hash)> create_tenant_with_http_info(tenant_id, create_tenant_body)
1353
1433
 
1354
1434
  ```ruby
1355
1435
  begin
@@ -1357,7 +1437,7 @@ begin
1357
1437
  data, status_code, headers = api_instance.create_tenant_with_http_info(tenant_id, create_tenant_body)
1358
1438
  p status_code # => 2xx
1359
1439
  p headers # => { ... }
1360
- p data # => <CreateTenant200Response>
1440
+ p data # => <CreateTenantResponse>
1361
1441
  rescue FastCommentsClient::ApiError => e
1362
1442
  puts "Error when calling DefaultApi->create_tenant_with_http_info: #{e}"
1363
1443
  end
@@ -1372,7 +1452,7 @@ end
1372
1452
 
1373
1453
  ### Return type
1374
1454
 
1375
- [**CreateTenant200Response**](CreateTenant200Response.md)
1455
+ [**CreateTenantResponse**](CreateTenantResponse.md)
1376
1456
 
1377
1457
  ### Authorization
1378
1458
 
@@ -1386,7 +1466,7 @@ end
1386
1466
 
1387
1467
  ## create_tenant_package
1388
1468
 
1389
- > <CreateTenantPackage200Response> create_tenant_package(tenant_id, create_tenant_package_body)
1469
+ > <CreateTenantPackageResponse> create_tenant_package(tenant_id, create_tenant_package_body)
1390
1470
 
1391
1471
 
1392
1472
 
@@ -1420,7 +1500,7 @@ end
1420
1500
 
1421
1501
  This returns an Array which contains the response data, status code and headers.
1422
1502
 
1423
- > <Array(<CreateTenantPackage200Response>, Integer, Hash)> create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1503
+ > <Array(<CreateTenantPackageResponse>, Integer, Hash)> create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1424
1504
 
1425
1505
  ```ruby
1426
1506
  begin
@@ -1428,7 +1508,7 @@ begin
1428
1508
  data, status_code, headers = api_instance.create_tenant_package_with_http_info(tenant_id, create_tenant_package_body)
1429
1509
  p status_code # => 2xx
1430
1510
  p headers # => { ... }
1431
- p data # => <CreateTenantPackage200Response>
1511
+ p data # => <CreateTenantPackageResponse>
1432
1512
  rescue FastCommentsClient::ApiError => e
1433
1513
  puts "Error when calling DefaultApi->create_tenant_package_with_http_info: #{e}"
1434
1514
  end
@@ -1443,7 +1523,7 @@ end
1443
1523
 
1444
1524
  ### Return type
1445
1525
 
1446
- [**CreateTenantPackage200Response**](CreateTenantPackage200Response.md)
1526
+ [**CreateTenantPackageResponse**](CreateTenantPackageResponse.md)
1447
1527
 
1448
1528
  ### Authorization
1449
1529
 
@@ -1457,7 +1537,7 @@ end
1457
1537
 
1458
1538
  ## create_tenant_user
1459
1539
 
1460
- > <CreateTenantUser200Response> create_tenant_user(tenant_id, create_tenant_user_body)
1540
+ > <CreateTenantUserResponse> create_tenant_user(tenant_id, create_tenant_user_body)
1461
1541
 
1462
1542
 
1463
1543
 
@@ -1491,7 +1571,7 @@ end
1491
1571
 
1492
1572
  This returns an Array which contains the response data, status code and headers.
1493
1573
 
1494
- > <Array(<CreateTenantUser200Response>, Integer, Hash)> create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1574
+ > <Array(<CreateTenantUserResponse>, Integer, Hash)> create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1495
1575
 
1496
1576
  ```ruby
1497
1577
  begin
@@ -1499,7 +1579,7 @@ begin
1499
1579
  data, status_code, headers = api_instance.create_tenant_user_with_http_info(tenant_id, create_tenant_user_body)
1500
1580
  p status_code # => 2xx
1501
1581
  p headers # => { ... }
1502
- p data # => <CreateTenantUser200Response>
1582
+ p data # => <CreateTenantUserResponse>
1503
1583
  rescue FastCommentsClient::ApiError => e
1504
1584
  puts "Error when calling DefaultApi->create_tenant_user_with_http_info: #{e}"
1505
1585
  end
@@ -1514,7 +1594,80 @@ end
1514
1594
 
1515
1595
  ### Return type
1516
1596
 
1517
- [**CreateTenantUser200Response**](CreateTenantUser200Response.md)
1597
+ [**CreateTenantUserResponse**](CreateTenantUserResponse.md)
1598
+
1599
+ ### Authorization
1600
+
1601
+ [api_key](../README.md#api_key)
1602
+
1603
+ ### HTTP request headers
1604
+
1605
+ - **Content-Type**: application/json
1606
+ - **Accept**: application/json
1607
+
1608
+
1609
+ ## create_ticket
1610
+
1611
+ > <CreateTicketResponse> create_ticket(tenant_id, user_id, create_ticket_body)
1612
+
1613
+
1614
+
1615
+ ### Examples
1616
+
1617
+ ```ruby
1618
+ require 'time'
1619
+ require 'fastcomments-client'
1620
+ # setup authorization
1621
+ FastCommentsClient.configure do |config|
1622
+ # Configure API key authorization: api_key
1623
+ config.api_key['x-api-key'] = 'YOUR API KEY'
1624
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1625
+ # config.api_key_prefix['x-api-key'] = 'Bearer'
1626
+ end
1627
+
1628
+ api_instance = FastCommentsClient::DefaultApi.new
1629
+ tenant_id = 'tenant_id_example' # String |
1630
+ user_id = 'user_id_example' # String |
1631
+ create_ticket_body = FastCommentsClient::CreateTicketBody.new({subject: 'subject_example'}) # CreateTicketBody |
1632
+
1633
+ begin
1634
+
1635
+ result = api_instance.create_ticket(tenant_id, user_id, create_ticket_body)
1636
+ p result
1637
+ rescue FastCommentsClient::ApiError => e
1638
+ puts "Error when calling DefaultApi->create_ticket: #{e}"
1639
+ end
1640
+ ```
1641
+
1642
+ #### Using the create_ticket_with_http_info variant
1643
+
1644
+ This returns an Array which contains the response data, status code and headers.
1645
+
1646
+ > <Array(<CreateTicketResponse>, Integer, Hash)> create_ticket_with_http_info(tenant_id, user_id, create_ticket_body)
1647
+
1648
+ ```ruby
1649
+ begin
1650
+
1651
+ data, status_code, headers = api_instance.create_ticket_with_http_info(tenant_id, user_id, create_ticket_body)
1652
+ p status_code # => 2xx
1653
+ p headers # => { ... }
1654
+ p data # => <CreateTicketResponse>
1655
+ rescue FastCommentsClient::ApiError => e
1656
+ puts "Error when calling DefaultApi->create_ticket_with_http_info: #{e}"
1657
+ end
1658
+ ```
1659
+
1660
+ ### Parameters
1661
+
1662
+ | Name | Type | Description | Notes |
1663
+ | ---- | ---- | ----------- | ----- |
1664
+ | **tenant_id** | **String** | | |
1665
+ | **user_id** | **String** | | |
1666
+ | **create_ticket_body** | [**CreateTicketBody**](CreateTicketBody.md) | | |
1667
+
1668
+ ### Return type
1669
+
1670
+ [**CreateTicketResponse**](CreateTicketResponse.md)
1518
1671
 
1519
1672
  ### Authorization
1520
1673
 
@@ -1528,7 +1681,7 @@ end
1528
1681
 
1529
1682
  ## create_user_badge
1530
1683
 
1531
- > <CreateUserBadge200Response> create_user_badge(tenant_id, create_user_badge_params)
1684
+ > <APICreateUserBadgeResponse> create_user_badge(tenant_id, create_user_badge_params)
1532
1685
 
1533
1686
 
1534
1687
 
@@ -1562,7 +1715,7 @@ end
1562
1715
 
1563
1716
  This returns an Array which contains the response data, status code and headers.
1564
1717
 
1565
- > <Array(<CreateUserBadge200Response>, Integer, Hash)> create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1718
+ > <Array(<APICreateUserBadgeResponse>, Integer, Hash)> create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1566
1719
 
1567
1720
  ```ruby
1568
1721
  begin
@@ -1570,7 +1723,7 @@ begin
1570
1723
  data, status_code, headers = api_instance.create_user_badge_with_http_info(tenant_id, create_user_badge_params)
1571
1724
  p status_code # => 2xx
1572
1725
  p headers # => { ... }
1573
- p data # => <CreateUserBadge200Response>
1726
+ p data # => <APICreateUserBadgeResponse>
1574
1727
  rescue FastCommentsClient::ApiError => e
1575
1728
  puts "Error when calling DefaultApi->create_user_badge_with_http_info: #{e}"
1576
1729
  end
@@ -1585,7 +1738,7 @@ end
1585
1738
 
1586
1739
  ### Return type
1587
1740
 
1588
- [**CreateUserBadge200Response**](CreateUserBadge200Response.md)
1741
+ [**APICreateUserBadgeResponse**](APICreateUserBadgeResponse.md)
1589
1742
 
1590
1743
  ### Authorization
1591
1744
 
@@ -1599,7 +1752,7 @@ end
1599
1752
 
1600
1753
  ## create_vote
1601
1754
 
1602
- > <VoteComment200Response> create_vote(tenant_id, comment_id, direction, opts)
1755
+ > <VoteResponse> create_vote(tenant_id, comment_id, direction, opts)
1603
1756
 
1604
1757
 
1605
1758
 
@@ -1638,7 +1791,7 @@ end
1638
1791
 
1639
1792
  This returns an Array which contains the response data, status code and headers.
1640
1793
 
1641
- > <Array(<VoteComment200Response>, Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1794
+ > <Array(<VoteResponse>, Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1642
1795
 
1643
1796
  ```ruby
1644
1797
  begin
@@ -1646,7 +1799,7 @@ begin
1646
1799
  data, status_code, headers = api_instance.create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1647
1800
  p status_code # => 2xx
1648
1801
  p headers # => { ... }
1649
- p data # => <VoteComment200Response>
1802
+ p data # => <VoteResponse>
1650
1803
  rescue FastCommentsClient::ApiError => e
1651
1804
  puts "Error when calling DefaultApi->create_vote_with_http_info: #{e}"
1652
1805
  end
@@ -1664,7 +1817,7 @@ end
1664
1817
 
1665
1818
  ### Return type
1666
1819
 
1667
- [**VoteComment200Response**](VoteComment200Response.md)
1820
+ [**VoteResponse**](VoteResponse.md)
1668
1821
 
1669
1822
  ### Authorization
1670
1823
 
@@ -1678,7 +1831,7 @@ end
1678
1831
 
1679
1832
  ## delete_comment
1680
1833
 
1681
- > <DeleteComment200Response> delete_comment(tenant_id, id, opts)
1834
+ > <DeleteCommentResult> delete_comment(tenant_id, id, opts)
1682
1835
 
1683
1836
 
1684
1837
 
@@ -1716,7 +1869,7 @@ end
1716
1869
 
1717
1870
  This returns an Array which contains the response data, status code and headers.
1718
1871
 
1719
- > <Array(<DeleteComment200Response>, Integer, Hash)> delete_comment_with_http_info(tenant_id, id, opts)
1872
+ > <Array(<DeleteCommentResult>, Integer, Hash)> delete_comment_with_http_info(tenant_id, id, opts)
1720
1873
 
1721
1874
  ```ruby
1722
1875
  begin
@@ -1724,7 +1877,7 @@ begin
1724
1877
  data, status_code, headers = api_instance.delete_comment_with_http_info(tenant_id, id, opts)
1725
1878
  p status_code # => 2xx
1726
1879
  p headers # => { ... }
1727
- p data # => <DeleteComment200Response>
1880
+ p data # => <DeleteCommentResult>
1728
1881
  rescue FastCommentsClient::ApiError => e
1729
1882
  puts "Error when calling DefaultApi->delete_comment_with_http_info: #{e}"
1730
1883
  end
@@ -1741,7 +1894,7 @@ end
1741
1894
 
1742
1895
  ### Return type
1743
1896
 
1744
- [**DeleteComment200Response**](DeleteComment200Response.md)
1897
+ [**DeleteCommentResult**](DeleteCommentResult.md)
1745
1898
 
1746
1899
  ### Authorization
1747
1900
 
@@ -1755,7 +1908,7 @@ end
1755
1908
 
1756
1909
  ## delete_domain_config
1757
1910
 
1758
- > <DeleteDomainConfig200Response> delete_domain_config(tenant_id, domain)
1911
+ > <DeleteDomainConfigResponse> delete_domain_config(tenant_id, domain)
1759
1912
 
1760
1913
 
1761
1914
 
@@ -1789,7 +1942,7 @@ end
1789
1942
 
1790
1943
  This returns an Array which contains the response data, status code and headers.
1791
1944
 
1792
- > <Array(<DeleteDomainConfig200Response>, Integer, Hash)> delete_domain_config_with_http_info(tenant_id, domain)
1945
+ > <Array(<DeleteDomainConfigResponse>, Integer, Hash)> delete_domain_config_with_http_info(tenant_id, domain)
1793
1946
 
1794
1947
  ```ruby
1795
1948
  begin
@@ -1797,7 +1950,7 @@ begin
1797
1950
  data, status_code, headers = api_instance.delete_domain_config_with_http_info(tenant_id, domain)
1798
1951
  p status_code # => 2xx
1799
1952
  p headers # => { ... }
1800
- p data # => <DeleteDomainConfig200Response>
1953
+ p data # => <DeleteDomainConfigResponse>
1801
1954
  rescue FastCommentsClient::ApiError => e
1802
1955
  puts "Error when calling DefaultApi->delete_domain_config_with_http_info: #{e}"
1803
1956
  end
@@ -1812,7 +1965,7 @@ end
1812
1965
 
1813
1966
  ### Return type
1814
1967
 
1815
- [**DeleteDomainConfig200Response**](DeleteDomainConfig200Response.md)
1968
+ [**DeleteDomainConfigResponse**](DeleteDomainConfigResponse.md)
1816
1969
 
1817
1970
  ### Authorization
1818
1971
 
@@ -1826,7 +1979,7 @@ end
1826
1979
 
1827
1980
  ## delete_email_template
1828
1981
 
1829
- > <FlagCommentPublic200Response> delete_email_template(tenant_id, id)
1982
+ > <APIEmptyResponse> delete_email_template(tenant_id, id)
1830
1983
 
1831
1984
 
1832
1985
 
@@ -1860,7 +2013,7 @@ end
1860
2013
 
1861
2014
  This returns an Array which contains the response data, status code and headers.
1862
2015
 
1863
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_email_template_with_http_info(tenant_id, id)
2016
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_email_template_with_http_info(tenant_id, id)
1864
2017
 
1865
2018
  ```ruby
1866
2019
  begin
@@ -1868,7 +2021,7 @@ begin
1868
2021
  data, status_code, headers = api_instance.delete_email_template_with_http_info(tenant_id, id)
1869
2022
  p status_code # => 2xx
1870
2023
  p headers # => { ... }
1871
- p data # => <FlagCommentPublic200Response>
2024
+ p data # => <APIEmptyResponse>
1872
2025
  rescue FastCommentsClient::ApiError => e
1873
2026
  puts "Error when calling DefaultApi->delete_email_template_with_http_info: #{e}"
1874
2027
  end
@@ -1883,7 +2036,7 @@ end
1883
2036
 
1884
2037
  ### Return type
1885
2038
 
1886
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2039
+ [**APIEmptyResponse**](APIEmptyResponse.md)
1887
2040
 
1888
2041
  ### Authorization
1889
2042
 
@@ -1897,7 +2050,7 @@ end
1897
2050
 
1898
2051
  ## delete_email_template_render_error
1899
2052
 
1900
- > <FlagCommentPublic200Response> delete_email_template_render_error(tenant_id, id, error_id)
2053
+ > <APIEmptyResponse> delete_email_template_render_error(tenant_id, id, error_id)
1901
2054
 
1902
2055
 
1903
2056
 
@@ -1932,7 +2085,7 @@ end
1932
2085
 
1933
2086
  This returns an Array which contains the response data, status code and headers.
1934
2087
 
1935
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
2088
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
1936
2089
 
1937
2090
  ```ruby
1938
2091
  begin
@@ -1940,7 +2093,7 @@ begin
1940
2093
  data, status_code, headers = api_instance.delete_email_template_render_error_with_http_info(tenant_id, id, error_id)
1941
2094
  p status_code # => 2xx
1942
2095
  p headers # => { ... }
1943
- p data # => <FlagCommentPublic200Response>
2096
+ p data # => <APIEmptyResponse>
1944
2097
  rescue FastCommentsClient::ApiError => e
1945
2098
  puts "Error when calling DefaultApi->delete_email_template_render_error_with_http_info: #{e}"
1946
2099
  end
@@ -1956,7 +2109,7 @@ end
1956
2109
 
1957
2110
  ### Return type
1958
2111
 
1959
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2112
+ [**APIEmptyResponse**](APIEmptyResponse.md)
1960
2113
 
1961
2114
  ### Authorization
1962
2115
 
@@ -1970,7 +2123,7 @@ end
1970
2123
 
1971
2124
  ## delete_hash_tag
1972
2125
 
1973
- > <FlagCommentPublic200Response> delete_hash_tag(tag, opts)
2126
+ > <APIEmptyResponse> delete_hash_tag(tag, opts)
1974
2127
 
1975
2128
 
1976
2129
 
@@ -1991,7 +2144,7 @@ api_instance = FastCommentsClient::DefaultApi.new
1991
2144
  tag = 'tag_example' # String |
1992
2145
  opts = {
1993
2146
  tenant_id: 'tenant_id_example', # String |
1994
- delete_hash_tag_request: FastCommentsClient::DeleteHashTagRequest.new # DeleteHashTagRequest |
2147
+ delete_hash_tag_request_body: FastCommentsClient::DeleteHashTagRequestBody.new # DeleteHashTagRequestBody |
1995
2148
  }
1996
2149
 
1997
2150
  begin
@@ -2007,7 +2160,7 @@ end
2007
2160
 
2008
2161
  This returns an Array which contains the response data, status code and headers.
2009
2162
 
2010
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_hash_tag_with_http_info(tag, opts)
2163
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_hash_tag_with_http_info(tag, opts)
2011
2164
 
2012
2165
  ```ruby
2013
2166
  begin
@@ -2015,7 +2168,7 @@ begin
2015
2168
  data, status_code, headers = api_instance.delete_hash_tag_with_http_info(tag, opts)
2016
2169
  p status_code # => 2xx
2017
2170
  p headers # => { ... }
2018
- p data # => <FlagCommentPublic200Response>
2171
+ p data # => <APIEmptyResponse>
2019
2172
  rescue FastCommentsClient::ApiError => e
2020
2173
  puts "Error when calling DefaultApi->delete_hash_tag_with_http_info: #{e}"
2021
2174
  end
@@ -2027,11 +2180,11 @@ end
2027
2180
  | ---- | ---- | ----------- | ----- |
2028
2181
  | **tag** | **String** | | |
2029
2182
  | **tenant_id** | **String** | | [optional] |
2030
- | **delete_hash_tag_request** | [**DeleteHashTagRequest**](DeleteHashTagRequest.md) | | [optional] |
2183
+ | **delete_hash_tag_request_body** | [**DeleteHashTagRequestBody**](DeleteHashTagRequestBody.md) | | [optional] |
2031
2184
 
2032
2185
  ### Return type
2033
2186
 
2034
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2187
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2035
2188
 
2036
2189
  ### Authorization
2037
2190
 
@@ -2045,7 +2198,7 @@ end
2045
2198
 
2046
2199
  ## delete_moderator
2047
2200
 
2048
- > <FlagCommentPublic200Response> delete_moderator(tenant_id, id, opts)
2201
+ > <APIEmptyResponse> delete_moderator(tenant_id, id, opts)
2049
2202
 
2050
2203
 
2051
2204
 
@@ -2082,7 +2235,7 @@ end
2082
2235
 
2083
2236
  This returns an Array which contains the response data, status code and headers.
2084
2237
 
2085
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_moderator_with_http_info(tenant_id, id, opts)
2238
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_moderator_with_http_info(tenant_id, id, opts)
2086
2239
 
2087
2240
  ```ruby
2088
2241
  begin
@@ -2090,7 +2243,7 @@ begin
2090
2243
  data, status_code, headers = api_instance.delete_moderator_with_http_info(tenant_id, id, opts)
2091
2244
  p status_code # => 2xx
2092
2245
  p headers # => { ... }
2093
- p data # => <FlagCommentPublic200Response>
2246
+ p data # => <APIEmptyResponse>
2094
2247
  rescue FastCommentsClient::ApiError => e
2095
2248
  puts "Error when calling DefaultApi->delete_moderator_with_http_info: #{e}"
2096
2249
  end
@@ -2106,7 +2259,7 @@ end
2106
2259
 
2107
2260
  ### Return type
2108
2261
 
2109
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2262
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2110
2263
 
2111
2264
  ### Authorization
2112
2265
 
@@ -2120,7 +2273,7 @@ end
2120
2273
 
2121
2274
  ## delete_notification_count
2122
2275
 
2123
- > <FlagCommentPublic200Response> delete_notification_count(tenant_id, id)
2276
+ > <APIEmptyResponse> delete_notification_count(tenant_id, id)
2124
2277
 
2125
2278
 
2126
2279
 
@@ -2154,7 +2307,7 @@ end
2154
2307
 
2155
2308
  This returns an Array which contains the response data, status code and headers.
2156
2309
 
2157
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_notification_count_with_http_info(tenant_id, id)
2310
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_notification_count_with_http_info(tenant_id, id)
2158
2311
 
2159
2312
  ```ruby
2160
2313
  begin
@@ -2162,7 +2315,7 @@ begin
2162
2315
  data, status_code, headers = api_instance.delete_notification_count_with_http_info(tenant_id, id)
2163
2316
  p status_code # => 2xx
2164
2317
  p headers # => { ... }
2165
- p data # => <FlagCommentPublic200Response>
2318
+ p data # => <APIEmptyResponse>
2166
2319
  rescue FastCommentsClient::ApiError => e
2167
2320
  puts "Error when calling DefaultApi->delete_notification_count_with_http_info: #{e}"
2168
2321
  end
@@ -2177,7 +2330,7 @@ end
2177
2330
 
2178
2331
  ### Return type
2179
2332
 
2180
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2333
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2181
2334
 
2182
2335
  ### Authorization
2183
2336
 
@@ -2262,7 +2415,7 @@ end
2262
2415
 
2263
2416
  ## delete_pending_webhook_event
2264
2417
 
2265
- > <FlagCommentPublic200Response> delete_pending_webhook_event(tenant_id, id)
2418
+ > <APIEmptyResponse> delete_pending_webhook_event(tenant_id, id)
2266
2419
 
2267
2420
 
2268
2421
 
@@ -2296,7 +2449,7 @@ end
2296
2449
 
2297
2450
  This returns an Array which contains the response data, status code and headers.
2298
2451
 
2299
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_pending_webhook_event_with_http_info(tenant_id, id)
2452
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_pending_webhook_event_with_http_info(tenant_id, id)
2300
2453
 
2301
2454
  ```ruby
2302
2455
  begin
@@ -2304,7 +2457,7 @@ begin
2304
2457
  data, status_code, headers = api_instance.delete_pending_webhook_event_with_http_info(tenant_id, id)
2305
2458
  p status_code # => 2xx
2306
2459
  p headers # => { ... }
2307
- p data # => <FlagCommentPublic200Response>
2460
+ p data # => <APIEmptyResponse>
2308
2461
  rescue FastCommentsClient::ApiError => e
2309
2462
  puts "Error when calling DefaultApi->delete_pending_webhook_event_with_http_info: #{e}"
2310
2463
  end
@@ -2319,7 +2472,7 @@ end
2319
2472
 
2320
2473
  ### Return type
2321
2474
 
2322
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2475
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2323
2476
 
2324
2477
  ### Authorization
2325
2478
 
@@ -2333,7 +2486,7 @@ end
2333
2486
 
2334
2487
  ## delete_question_config
2335
2488
 
2336
- > <FlagCommentPublic200Response> delete_question_config(tenant_id, id)
2489
+ > <APIEmptyResponse> delete_question_config(tenant_id, id)
2337
2490
 
2338
2491
 
2339
2492
 
@@ -2367,7 +2520,7 @@ end
2367
2520
 
2368
2521
  This returns an Array which contains the response data, status code and headers.
2369
2522
 
2370
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_question_config_with_http_info(tenant_id, id)
2523
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_question_config_with_http_info(tenant_id, id)
2371
2524
 
2372
2525
  ```ruby
2373
2526
  begin
@@ -2375,7 +2528,7 @@ begin
2375
2528
  data, status_code, headers = api_instance.delete_question_config_with_http_info(tenant_id, id)
2376
2529
  p status_code # => 2xx
2377
2530
  p headers # => { ... }
2378
- p data # => <FlagCommentPublic200Response>
2531
+ p data # => <APIEmptyResponse>
2379
2532
  rescue FastCommentsClient::ApiError => e
2380
2533
  puts "Error when calling DefaultApi->delete_question_config_with_http_info: #{e}"
2381
2534
  end
@@ -2390,7 +2543,7 @@ end
2390
2543
 
2391
2544
  ### Return type
2392
2545
 
2393
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2546
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2394
2547
 
2395
2548
  ### Authorization
2396
2549
 
@@ -2404,7 +2557,7 @@ end
2404
2557
 
2405
2558
  ## delete_question_result
2406
2559
 
2407
- > <FlagCommentPublic200Response> delete_question_result(tenant_id, id)
2560
+ > <APIEmptyResponse> delete_question_result(tenant_id, id)
2408
2561
 
2409
2562
 
2410
2563
 
@@ -2438,7 +2591,7 @@ end
2438
2591
 
2439
2592
  This returns an Array which contains the response data, status code and headers.
2440
2593
 
2441
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_question_result_with_http_info(tenant_id, id)
2594
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_question_result_with_http_info(tenant_id, id)
2442
2595
 
2443
2596
  ```ruby
2444
2597
  begin
@@ -2446,7 +2599,7 @@ begin
2446
2599
  data, status_code, headers = api_instance.delete_question_result_with_http_info(tenant_id, id)
2447
2600
  p status_code # => 2xx
2448
2601
  p headers # => { ... }
2449
- p data # => <FlagCommentPublic200Response>
2602
+ p data # => <APIEmptyResponse>
2450
2603
  rescue FastCommentsClient::ApiError => e
2451
2604
  puts "Error when calling DefaultApi->delete_question_result_with_http_info: #{e}"
2452
2605
  end
@@ -2461,7 +2614,7 @@ end
2461
2614
 
2462
2615
  ### Return type
2463
2616
 
2464
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2617
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2465
2618
 
2466
2619
  ### Authorization
2467
2620
 
@@ -2627,7 +2780,7 @@ end
2627
2780
 
2628
2781
  ## delete_tenant
2629
2782
 
2630
- > <FlagCommentPublic200Response> delete_tenant(tenant_id, id, opts)
2783
+ > <APIEmptyResponse> delete_tenant(tenant_id, id, opts)
2631
2784
 
2632
2785
 
2633
2786
 
@@ -2664,7 +2817,7 @@ end
2664
2817
 
2665
2818
  This returns an Array which contains the response data, status code and headers.
2666
2819
 
2667
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_with_http_info(tenant_id, id, opts)
2820
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_with_http_info(tenant_id, id, opts)
2668
2821
 
2669
2822
  ```ruby
2670
2823
  begin
@@ -2672,7 +2825,7 @@ begin
2672
2825
  data, status_code, headers = api_instance.delete_tenant_with_http_info(tenant_id, id, opts)
2673
2826
  p status_code # => 2xx
2674
2827
  p headers # => { ... }
2675
- p data # => <FlagCommentPublic200Response>
2828
+ p data # => <APIEmptyResponse>
2676
2829
  rescue FastCommentsClient::ApiError => e
2677
2830
  puts "Error when calling DefaultApi->delete_tenant_with_http_info: #{e}"
2678
2831
  end
@@ -2688,7 +2841,7 @@ end
2688
2841
 
2689
2842
  ### Return type
2690
2843
 
2691
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2844
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2692
2845
 
2693
2846
  ### Authorization
2694
2847
 
@@ -2702,7 +2855,7 @@ end
2702
2855
 
2703
2856
  ## delete_tenant_package
2704
2857
 
2705
- > <FlagCommentPublic200Response> delete_tenant_package(tenant_id, id)
2858
+ > <APIEmptyResponse> delete_tenant_package(tenant_id, id)
2706
2859
 
2707
2860
 
2708
2861
 
@@ -2736,7 +2889,7 @@ end
2736
2889
 
2737
2890
  This returns an Array which contains the response data, status code and headers.
2738
2891
 
2739
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_package_with_http_info(tenant_id, id)
2892
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_package_with_http_info(tenant_id, id)
2740
2893
 
2741
2894
  ```ruby
2742
2895
  begin
@@ -2744,7 +2897,7 @@ begin
2744
2897
  data, status_code, headers = api_instance.delete_tenant_package_with_http_info(tenant_id, id)
2745
2898
  p status_code # => 2xx
2746
2899
  p headers # => { ... }
2747
- p data # => <FlagCommentPublic200Response>
2900
+ p data # => <APIEmptyResponse>
2748
2901
  rescue FastCommentsClient::ApiError => e
2749
2902
  puts "Error when calling DefaultApi->delete_tenant_package_with_http_info: #{e}"
2750
2903
  end
@@ -2759,7 +2912,7 @@ end
2759
2912
 
2760
2913
  ### Return type
2761
2914
 
2762
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2915
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2763
2916
 
2764
2917
  ### Authorization
2765
2918
 
@@ -2773,7 +2926,7 @@ end
2773
2926
 
2774
2927
  ## delete_tenant_user
2775
2928
 
2776
- > <FlagCommentPublic200Response> delete_tenant_user(tenant_id, id, opts)
2929
+ > <APIEmptyResponse> delete_tenant_user(tenant_id, id, opts)
2777
2930
 
2778
2931
 
2779
2932
 
@@ -2811,7 +2964,7 @@ end
2811
2964
 
2812
2965
  This returns an Array which contains the response data, status code and headers.
2813
2966
 
2814
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> delete_tenant_user_with_http_info(tenant_id, id, opts)
2967
+ > <Array(<APIEmptyResponse>, Integer, Hash)> delete_tenant_user_with_http_info(tenant_id, id, opts)
2815
2968
 
2816
2969
  ```ruby
2817
2970
  begin
@@ -2819,7 +2972,7 @@ begin
2819
2972
  data, status_code, headers = api_instance.delete_tenant_user_with_http_info(tenant_id, id, opts)
2820
2973
  p status_code # => 2xx
2821
2974
  p headers # => { ... }
2822
- p data # => <FlagCommentPublic200Response>
2975
+ p data # => <APIEmptyResponse>
2823
2976
  rescue FastCommentsClient::ApiError => e
2824
2977
  puts "Error when calling DefaultApi->delete_tenant_user_with_http_info: #{e}"
2825
2978
  end
@@ -2836,7 +2989,7 @@ end
2836
2989
 
2837
2990
  ### Return type
2838
2991
 
2839
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
2992
+ [**APIEmptyResponse**](APIEmptyResponse.md)
2840
2993
 
2841
2994
  ### Authorization
2842
2995
 
@@ -2850,7 +3003,7 @@ end
2850
3003
 
2851
3004
  ## delete_user_badge
2852
3005
 
2853
- > <UpdateUserBadge200Response> delete_user_badge(tenant_id, id)
3006
+ > <APIEmptySuccessResponse> delete_user_badge(tenant_id, id)
2854
3007
 
2855
3008
 
2856
3009
 
@@ -2884,7 +3037,7 @@ end
2884
3037
 
2885
3038
  This returns an Array which contains the response data, status code and headers.
2886
3039
 
2887
- > <Array(<UpdateUserBadge200Response>, Integer, Hash)> delete_user_badge_with_http_info(tenant_id, id)
3040
+ > <Array(<APIEmptySuccessResponse>, Integer, Hash)> delete_user_badge_with_http_info(tenant_id, id)
2888
3041
 
2889
3042
  ```ruby
2890
3043
  begin
@@ -2892,7 +3045,7 @@ begin
2892
3045
  data, status_code, headers = api_instance.delete_user_badge_with_http_info(tenant_id, id)
2893
3046
  p status_code # => 2xx
2894
3047
  p headers # => { ... }
2895
- p data # => <UpdateUserBadge200Response>
3048
+ p data # => <APIEmptySuccessResponse>
2896
3049
  rescue FastCommentsClient::ApiError => e
2897
3050
  puts "Error when calling DefaultApi->delete_user_badge_with_http_info: #{e}"
2898
3051
  end
@@ -2907,7 +3060,7 @@ end
2907
3060
 
2908
3061
  ### Return type
2909
3062
 
2910
- [**UpdateUserBadge200Response**](UpdateUserBadge200Response.md)
3063
+ [**APIEmptySuccessResponse**](APIEmptySuccessResponse.md)
2911
3064
 
2912
3065
  ### Authorization
2913
3066
 
@@ -2921,7 +3074,7 @@ end
2921
3074
 
2922
3075
  ## delete_vote
2923
3076
 
2924
- > <DeleteCommentVote200Response> delete_vote(tenant_id, id, opts)
3077
+ > <VoteDeleteResponse> delete_vote(tenant_id, id, opts)
2925
3078
 
2926
3079
 
2927
3080
 
@@ -2958,7 +3111,7 @@ end
2958
3111
 
2959
3112
  This returns an Array which contains the response data, status code and headers.
2960
3113
 
2961
- > <Array(<DeleteCommentVote200Response>, Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts)
3114
+ > <Array(<VoteDeleteResponse>, Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts)
2962
3115
 
2963
3116
  ```ruby
2964
3117
  begin
@@ -2966,7 +3119,7 @@ begin
2966
3119
  data, status_code, headers = api_instance.delete_vote_with_http_info(tenant_id, id, opts)
2967
3120
  p status_code # => 2xx
2968
3121
  p headers # => { ... }
2969
- p data # => <DeleteCommentVote200Response>
3122
+ p data # => <VoteDeleteResponse>
2970
3123
  rescue FastCommentsClient::ApiError => e
2971
3124
  puts "Error when calling DefaultApi->delete_vote_with_http_info: #{e}"
2972
3125
  end
@@ -2982,7 +3135,7 @@ end
2982
3135
 
2983
3136
  ### Return type
2984
3137
 
2985
- [**DeleteCommentVote200Response**](DeleteCommentVote200Response.md)
3138
+ [**VoteDeleteResponse**](VoteDeleteResponse.md)
2986
3139
 
2987
3140
  ### Authorization
2988
3141
 
@@ -2996,7 +3149,7 @@ end
2996
3149
 
2997
3150
  ## flag_comment
2998
3151
 
2999
- > <FlagComment200Response> flag_comment(tenant_id, id, opts)
3152
+ > <FlagCommentResponse> flag_comment(tenant_id, id, opts)
3000
3153
 
3001
3154
 
3002
3155
 
@@ -3034,7 +3187,7 @@ end
3034
3187
 
3035
3188
  This returns an Array which contains the response data, status code and headers.
3036
3189
 
3037
- > <Array(<FlagComment200Response>, Integer, Hash)> flag_comment_with_http_info(tenant_id, id, opts)
3190
+ > <Array(<FlagCommentResponse>, Integer, Hash)> flag_comment_with_http_info(tenant_id, id, opts)
3038
3191
 
3039
3192
  ```ruby
3040
3193
  begin
@@ -3042,7 +3195,7 @@ begin
3042
3195
  data, status_code, headers = api_instance.flag_comment_with_http_info(tenant_id, id, opts)
3043
3196
  p status_code # => 2xx
3044
3197
  p headers # => { ... }
3045
- p data # => <FlagComment200Response>
3198
+ p data # => <FlagCommentResponse>
3046
3199
  rescue FastCommentsClient::ApiError => e
3047
3200
  puts "Error when calling DefaultApi->flag_comment_with_http_info: #{e}"
3048
3201
  end
@@ -3059,7 +3212,7 @@ end
3059
3212
 
3060
3213
  ### Return type
3061
3214
 
3062
- [**FlagComment200Response**](FlagComment200Response.md)
3215
+ [**FlagCommentResponse**](FlagCommentResponse.md)
3063
3216
 
3064
3217
  ### Authorization
3065
3218
 
@@ -3073,7 +3226,7 @@ end
3073
3226
 
3074
3227
  ## get_audit_logs
3075
3228
 
3076
- > <GetAuditLogs200Response> get_audit_logs(tenant_id, opts)
3229
+ > <GetAuditLogsResponse> get_audit_logs(tenant_id, opts)
3077
3230
 
3078
3231
 
3079
3232
 
@@ -3113,7 +3266,7 @@ end
3113
3266
 
3114
3267
  This returns an Array which contains the response data, status code and headers.
3115
3268
 
3116
- > <Array(<GetAuditLogs200Response>, Integer, Hash)> get_audit_logs_with_http_info(tenant_id, opts)
3269
+ > <Array(<GetAuditLogsResponse>, Integer, Hash)> get_audit_logs_with_http_info(tenant_id, opts)
3117
3270
 
3118
3271
  ```ruby
3119
3272
  begin
@@ -3121,7 +3274,7 @@ begin
3121
3274
  data, status_code, headers = api_instance.get_audit_logs_with_http_info(tenant_id, opts)
3122
3275
  p status_code # => 2xx
3123
3276
  p headers # => { ... }
3124
- p data # => <GetAuditLogs200Response>
3277
+ p data # => <GetAuditLogsResponse>
3125
3278
  rescue FastCommentsClient::ApiError => e
3126
3279
  puts "Error when calling DefaultApi->get_audit_logs_with_http_info: #{e}"
3127
3280
  end
@@ -3140,7 +3293,7 @@ end
3140
3293
 
3141
3294
  ### Return type
3142
3295
 
3143
- [**GetAuditLogs200Response**](GetAuditLogs200Response.md)
3296
+ [**GetAuditLogsResponse**](GetAuditLogsResponse.md)
3144
3297
 
3145
3298
  ### Authorization
3146
3299
 
@@ -3154,7 +3307,7 @@ end
3154
3307
 
3155
3308
  ## get_cached_notification_count
3156
3309
 
3157
- > <GetCachedNotificationCount200Response> get_cached_notification_count(tenant_id, id)
3310
+ > <GetCachedNotificationCountResponse> get_cached_notification_count(tenant_id, id)
3158
3311
 
3159
3312
 
3160
3313
 
@@ -3188,7 +3341,7 @@ end
3188
3341
 
3189
3342
  This returns an Array which contains the response data, status code and headers.
3190
3343
 
3191
- > <Array(<GetCachedNotificationCount200Response>, Integer, Hash)> get_cached_notification_count_with_http_info(tenant_id, id)
3344
+ > <Array(<GetCachedNotificationCountResponse>, Integer, Hash)> get_cached_notification_count_with_http_info(tenant_id, id)
3192
3345
 
3193
3346
  ```ruby
3194
3347
  begin
@@ -3196,7 +3349,7 @@ begin
3196
3349
  data, status_code, headers = api_instance.get_cached_notification_count_with_http_info(tenant_id, id)
3197
3350
  p status_code # => 2xx
3198
3351
  p headers # => { ... }
3199
- p data # => <GetCachedNotificationCount200Response>
3352
+ p data # => <GetCachedNotificationCountResponse>
3200
3353
  rescue FastCommentsClient::ApiError => e
3201
3354
  puts "Error when calling DefaultApi->get_cached_notification_count_with_http_info: #{e}"
3202
3355
  end
@@ -3211,7 +3364,7 @@ end
3211
3364
 
3212
3365
  ### Return type
3213
3366
 
3214
- [**GetCachedNotificationCount200Response**](GetCachedNotificationCount200Response.md)
3367
+ [**GetCachedNotificationCountResponse**](GetCachedNotificationCountResponse.md)
3215
3368
 
3216
3369
  ### Authorization
3217
3370
 
@@ -3225,7 +3378,7 @@ end
3225
3378
 
3226
3379
  ## get_comment
3227
3380
 
3228
- > <GetComment200Response> get_comment(tenant_id, id)
3381
+ > <APIGetCommentResponse> get_comment(tenant_id, id)
3229
3382
 
3230
3383
 
3231
3384
 
@@ -3259,7 +3412,7 @@ end
3259
3412
 
3260
3413
  This returns an Array which contains the response data, status code and headers.
3261
3414
 
3262
- > <Array(<GetComment200Response>, Integer, Hash)> get_comment_with_http_info(tenant_id, id)
3415
+ > <Array(<APIGetCommentResponse>, Integer, Hash)> get_comment_with_http_info(tenant_id, id)
3263
3416
 
3264
3417
  ```ruby
3265
3418
  begin
@@ -3267,7 +3420,7 @@ begin
3267
3420
  data, status_code, headers = api_instance.get_comment_with_http_info(tenant_id, id)
3268
3421
  p status_code # => 2xx
3269
3422
  p headers # => { ... }
3270
- p data # => <GetComment200Response>
3423
+ p data # => <APIGetCommentResponse>
3271
3424
  rescue FastCommentsClient::ApiError => e
3272
3425
  puts "Error when calling DefaultApi->get_comment_with_http_info: #{e}"
3273
3426
  end
@@ -3282,7 +3435,7 @@ end
3282
3435
 
3283
3436
  ### Return type
3284
3437
 
3285
- [**GetComment200Response**](GetComment200Response.md)
3438
+ [**APIGetCommentResponse**](APIGetCommentResponse.md)
3286
3439
 
3287
3440
  ### Authorization
3288
3441
 
@@ -3296,7 +3449,7 @@ end
3296
3449
 
3297
3450
  ## get_comments
3298
3451
 
3299
- > <GetComments200Response> get_comments(tenant_id, opts)
3452
+ > <APIGetCommentsResponse> get_comments(tenant_id, opts)
3300
3453
 
3301
3454
 
3302
3455
 
@@ -3329,7 +3482,9 @@ opts = {
3329
3482
  context_user_id: 'context_user_id_example', # String |
3330
3483
  hash_tag: 'hash_tag_example', # String |
3331
3484
  parent_id: 'parent_id_example', # String |
3332
- direction: FastCommentsClient::SortDirections::OF # SortDirections |
3485
+ direction: FastCommentsClient::SortDirections::OF, # SortDirections |
3486
+ from_date: 789, # Integer |
3487
+ to_date: 789 # Integer |
3333
3488
  }
3334
3489
 
3335
3490
  begin
@@ -3345,7 +3500,7 @@ end
3345
3500
 
3346
3501
  This returns an Array which contains the response data, status code and headers.
3347
3502
 
3348
- > <Array(<GetComments200Response>, Integer, Hash)> get_comments_with_http_info(tenant_id, opts)
3503
+ > <Array(<APIGetCommentsResponse>, Integer, Hash)> get_comments_with_http_info(tenant_id, opts)
3349
3504
 
3350
3505
  ```ruby
3351
3506
  begin
@@ -3353,7 +3508,7 @@ begin
3353
3508
  data, status_code, headers = api_instance.get_comments_with_http_info(tenant_id, opts)
3354
3509
  p status_code # => 2xx
3355
3510
  p headers # => { ... }
3356
- p data # => <GetComments200Response>
3511
+ p data # => <APIGetCommentsResponse>
3357
3512
  rescue FastCommentsClient::ApiError => e
3358
3513
  puts "Error when calling DefaultApi->get_comments_with_http_info: #{e}"
3359
3514
  end
@@ -3378,10 +3533,12 @@ end
3378
3533
  | **hash_tag** | **String** | | [optional] |
3379
3534
  | **parent_id** | **String** | | [optional] |
3380
3535
  | **direction** | [**SortDirections**](.md) | | [optional] |
3536
+ | **from_date** | **Integer** | | [optional] |
3537
+ | **to_date** | **Integer** | | [optional] |
3381
3538
 
3382
3539
  ### Return type
3383
3540
 
3384
- [**GetComments200Response**](GetComments200Response.md)
3541
+ [**APIGetCommentsResponse**](APIGetCommentsResponse.md)
3385
3542
 
3386
3543
  ### Authorization
3387
3544
 
@@ -3395,7 +3552,7 @@ end
3395
3552
 
3396
3553
  ## get_domain_config
3397
3554
 
3398
- > <GetDomainConfig200Response> get_domain_config(tenant_id, domain)
3555
+ > <GetDomainConfigResponse> get_domain_config(tenant_id, domain)
3399
3556
 
3400
3557
 
3401
3558
 
@@ -3429,7 +3586,7 @@ end
3429
3586
 
3430
3587
  This returns an Array which contains the response data, status code and headers.
3431
3588
 
3432
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> get_domain_config_with_http_info(tenant_id, domain)
3589
+ > <Array(<GetDomainConfigResponse>, Integer, Hash)> get_domain_config_with_http_info(tenant_id, domain)
3433
3590
 
3434
3591
  ```ruby
3435
3592
  begin
@@ -3437,7 +3594,7 @@ begin
3437
3594
  data, status_code, headers = api_instance.get_domain_config_with_http_info(tenant_id, domain)
3438
3595
  p status_code # => 2xx
3439
3596
  p headers # => { ... }
3440
- p data # => <GetDomainConfig200Response>
3597
+ p data # => <GetDomainConfigResponse>
3441
3598
  rescue FastCommentsClient::ApiError => e
3442
3599
  puts "Error when calling DefaultApi->get_domain_config_with_http_info: #{e}"
3443
3600
  end
@@ -3452,7 +3609,7 @@ end
3452
3609
 
3453
3610
  ### Return type
3454
3611
 
3455
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
3612
+ [**GetDomainConfigResponse**](GetDomainConfigResponse.md)
3456
3613
 
3457
3614
  ### Authorization
3458
3615
 
@@ -3466,7 +3623,7 @@ end
3466
3623
 
3467
3624
  ## get_domain_configs
3468
3625
 
3469
- > <GetDomainConfigs200Response> get_domain_configs(tenant_id)
3626
+ > <GetDomainConfigsResponse> get_domain_configs(tenant_id)
3470
3627
 
3471
3628
 
3472
3629
 
@@ -3499,7 +3656,7 @@ end
3499
3656
 
3500
3657
  This returns an Array which contains the response data, status code and headers.
3501
3658
 
3502
- > <Array(<GetDomainConfigs200Response>, Integer, Hash)> get_domain_configs_with_http_info(tenant_id)
3659
+ > <Array(<GetDomainConfigsResponse>, Integer, Hash)> get_domain_configs_with_http_info(tenant_id)
3503
3660
 
3504
3661
  ```ruby
3505
3662
  begin
@@ -3507,7 +3664,7 @@ begin
3507
3664
  data, status_code, headers = api_instance.get_domain_configs_with_http_info(tenant_id)
3508
3665
  p status_code # => 2xx
3509
3666
  p headers # => { ... }
3510
- p data # => <GetDomainConfigs200Response>
3667
+ p data # => <GetDomainConfigsResponse>
3511
3668
  rescue FastCommentsClient::ApiError => e
3512
3669
  puts "Error when calling DefaultApi->get_domain_configs_with_http_info: #{e}"
3513
3670
  end
@@ -3521,7 +3678,7 @@ end
3521
3678
 
3522
3679
  ### Return type
3523
3680
 
3524
- [**GetDomainConfigs200Response**](GetDomainConfigs200Response.md)
3681
+ [**GetDomainConfigsResponse**](GetDomainConfigsResponse.md)
3525
3682
 
3526
3683
  ### Authorization
3527
3684
 
@@ -3535,7 +3692,7 @@ end
3535
3692
 
3536
3693
  ## get_email_template
3537
3694
 
3538
- > <GetEmailTemplate200Response> get_email_template(tenant_id, id)
3695
+ > <GetEmailTemplateResponse> get_email_template(tenant_id, id)
3539
3696
 
3540
3697
 
3541
3698
 
@@ -3569,7 +3726,7 @@ end
3569
3726
 
3570
3727
  This returns an Array which contains the response data, status code and headers.
3571
3728
 
3572
- > <Array(<GetEmailTemplate200Response>, Integer, Hash)> get_email_template_with_http_info(tenant_id, id)
3729
+ > <Array(<GetEmailTemplateResponse>, Integer, Hash)> get_email_template_with_http_info(tenant_id, id)
3573
3730
 
3574
3731
  ```ruby
3575
3732
  begin
@@ -3577,7 +3734,7 @@ begin
3577
3734
  data, status_code, headers = api_instance.get_email_template_with_http_info(tenant_id, id)
3578
3735
  p status_code # => 2xx
3579
3736
  p headers # => { ... }
3580
- p data # => <GetEmailTemplate200Response>
3737
+ p data # => <GetEmailTemplateResponse>
3581
3738
  rescue FastCommentsClient::ApiError => e
3582
3739
  puts "Error when calling DefaultApi->get_email_template_with_http_info: #{e}"
3583
3740
  end
@@ -3592,7 +3749,7 @@ end
3592
3749
 
3593
3750
  ### Return type
3594
3751
 
3595
- [**GetEmailTemplate200Response**](GetEmailTemplate200Response.md)
3752
+ [**GetEmailTemplateResponse**](GetEmailTemplateResponse.md)
3596
3753
 
3597
3754
  ### Authorization
3598
3755
 
@@ -3606,7 +3763,7 @@ end
3606
3763
 
3607
3764
  ## get_email_template_definitions
3608
3765
 
3609
- > <GetEmailTemplateDefinitions200Response> get_email_template_definitions(tenant_id)
3766
+ > <GetEmailTemplateDefinitionsResponse> get_email_template_definitions(tenant_id)
3610
3767
 
3611
3768
 
3612
3769
 
@@ -3639,7 +3796,7 @@ end
3639
3796
 
3640
3797
  This returns an Array which contains the response data, status code and headers.
3641
3798
 
3642
- > <Array(<GetEmailTemplateDefinitions200Response>, Integer, Hash)> get_email_template_definitions_with_http_info(tenant_id)
3799
+ > <Array(<GetEmailTemplateDefinitionsResponse>, Integer, Hash)> get_email_template_definitions_with_http_info(tenant_id)
3643
3800
 
3644
3801
  ```ruby
3645
3802
  begin
@@ -3647,7 +3804,7 @@ begin
3647
3804
  data, status_code, headers = api_instance.get_email_template_definitions_with_http_info(tenant_id)
3648
3805
  p status_code # => 2xx
3649
3806
  p headers # => { ... }
3650
- p data # => <GetEmailTemplateDefinitions200Response>
3807
+ p data # => <GetEmailTemplateDefinitionsResponse>
3651
3808
  rescue FastCommentsClient::ApiError => e
3652
3809
  puts "Error when calling DefaultApi->get_email_template_definitions_with_http_info: #{e}"
3653
3810
  end
@@ -3661,7 +3818,7 @@ end
3661
3818
 
3662
3819
  ### Return type
3663
3820
 
3664
- [**GetEmailTemplateDefinitions200Response**](GetEmailTemplateDefinitions200Response.md)
3821
+ [**GetEmailTemplateDefinitionsResponse**](GetEmailTemplateDefinitionsResponse.md)
3665
3822
 
3666
3823
  ### Authorization
3667
3824
 
@@ -3675,7 +3832,7 @@ end
3675
3832
 
3676
3833
  ## get_email_template_render_errors
3677
3834
 
3678
- > <GetEmailTemplateRenderErrors200Response> get_email_template_render_errors(tenant_id, id, opts)
3835
+ > <GetEmailTemplateRenderErrorsResponse> get_email_template_render_errors(tenant_id, id, opts)
3679
3836
 
3680
3837
 
3681
3838
 
@@ -3712,7 +3869,7 @@ end
3712
3869
 
3713
3870
  This returns an Array which contains the response data, status code and headers.
3714
3871
 
3715
- > <Array(<GetEmailTemplateRenderErrors200Response>, Integer, Hash)> get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3872
+ > <Array(<GetEmailTemplateRenderErrorsResponse>, Integer, Hash)> get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3716
3873
 
3717
3874
  ```ruby
3718
3875
  begin
@@ -3720,7 +3877,7 @@ begin
3720
3877
  data, status_code, headers = api_instance.get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3721
3878
  p status_code # => 2xx
3722
3879
  p headers # => { ... }
3723
- p data # => <GetEmailTemplateRenderErrors200Response>
3880
+ p data # => <GetEmailTemplateRenderErrorsResponse>
3724
3881
  rescue FastCommentsClient::ApiError => e
3725
3882
  puts "Error when calling DefaultApi->get_email_template_render_errors_with_http_info: #{e}"
3726
3883
  end
@@ -3736,7 +3893,7 @@ end
3736
3893
 
3737
3894
  ### Return type
3738
3895
 
3739
- [**GetEmailTemplateRenderErrors200Response**](GetEmailTemplateRenderErrors200Response.md)
3896
+ [**GetEmailTemplateRenderErrorsResponse**](GetEmailTemplateRenderErrorsResponse.md)
3740
3897
 
3741
3898
  ### Authorization
3742
3899
 
@@ -3750,7 +3907,7 @@ end
3750
3907
 
3751
3908
  ## get_email_templates
3752
3909
 
3753
- > <GetEmailTemplates200Response> get_email_templates(tenant_id, opts)
3910
+ > <GetEmailTemplatesResponse> get_email_templates(tenant_id, opts)
3754
3911
 
3755
3912
 
3756
3913
 
@@ -3786,7 +3943,7 @@ end
3786
3943
 
3787
3944
  This returns an Array which contains the response data, status code and headers.
3788
3945
 
3789
- > <Array(<GetEmailTemplates200Response>, Integer, Hash)> get_email_templates_with_http_info(tenant_id, opts)
3946
+ > <Array(<GetEmailTemplatesResponse>, Integer, Hash)> get_email_templates_with_http_info(tenant_id, opts)
3790
3947
 
3791
3948
  ```ruby
3792
3949
  begin
@@ -3794,7 +3951,7 @@ begin
3794
3951
  data, status_code, headers = api_instance.get_email_templates_with_http_info(tenant_id, opts)
3795
3952
  p status_code # => 2xx
3796
3953
  p headers # => { ... }
3797
- p data # => <GetEmailTemplates200Response>
3954
+ p data # => <GetEmailTemplatesResponse>
3798
3955
  rescue FastCommentsClient::ApiError => e
3799
3956
  puts "Error when calling DefaultApi->get_email_templates_with_http_info: #{e}"
3800
3957
  end
@@ -3809,7 +3966,7 @@ end
3809
3966
 
3810
3967
  ### Return type
3811
3968
 
3812
- [**GetEmailTemplates200Response**](GetEmailTemplates200Response.md)
3969
+ [**GetEmailTemplatesResponse**](GetEmailTemplatesResponse.md)
3813
3970
 
3814
3971
  ### Authorization
3815
3972
 
@@ -3823,7 +3980,7 @@ end
3823
3980
 
3824
3981
  ## get_feed_posts
3825
3982
 
3826
- > <GetFeedPosts200Response> get_feed_posts(tenant_id, opts)
3983
+ > <GetFeedPostsResponse> get_feed_posts(tenant_id, opts)
3827
3984
 
3828
3985
 
3829
3986
 
@@ -3863,7 +4020,7 @@ end
3863
4020
 
3864
4021
  This returns an Array which contains the response data, status code and headers.
3865
4022
 
3866
- > <Array(<GetFeedPosts200Response>, Integer, Hash)> get_feed_posts_with_http_info(tenant_id, opts)
4023
+ > <Array(<GetFeedPostsResponse>, Integer, Hash)> get_feed_posts_with_http_info(tenant_id, opts)
3867
4024
 
3868
4025
  ```ruby
3869
4026
  begin
@@ -3871,7 +4028,7 @@ begin
3871
4028
  data, status_code, headers = api_instance.get_feed_posts_with_http_info(tenant_id, opts)
3872
4029
  p status_code # => 2xx
3873
4030
  p headers # => { ... }
3874
- p data # => <GetFeedPosts200Response>
4031
+ p data # => <GetFeedPostsResponse>
3875
4032
  rescue FastCommentsClient::ApiError => e
3876
4033
  puts "Error when calling DefaultApi->get_feed_posts_with_http_info: #{e}"
3877
4034
  end
@@ -3888,7 +4045,7 @@ end
3888
4045
 
3889
4046
  ### Return type
3890
4047
 
3891
- [**GetFeedPosts200Response**](GetFeedPosts200Response.md)
4048
+ [**GetFeedPostsResponse**](GetFeedPostsResponse.md)
3892
4049
 
3893
4050
  ### Authorization
3894
4051
 
@@ -3902,7 +4059,7 @@ end
3902
4059
 
3903
4060
  ## get_hash_tags
3904
4061
 
3905
- > <GetHashTags200Response> get_hash_tags(tenant_id, opts)
4062
+ > <GetHashTagsResponse> get_hash_tags(tenant_id, opts)
3906
4063
 
3907
4064
 
3908
4065
 
@@ -3938,7 +4095,7 @@ end
3938
4095
 
3939
4096
  This returns an Array which contains the response data, status code and headers.
3940
4097
 
3941
- > <Array(<GetHashTags200Response>, Integer, Hash)> get_hash_tags_with_http_info(tenant_id, opts)
4098
+ > <Array(<GetHashTagsResponse>, Integer, Hash)> get_hash_tags_with_http_info(tenant_id, opts)
3942
4099
 
3943
4100
  ```ruby
3944
4101
  begin
@@ -3946,7 +4103,7 @@ begin
3946
4103
  data, status_code, headers = api_instance.get_hash_tags_with_http_info(tenant_id, opts)
3947
4104
  p status_code # => 2xx
3948
4105
  p headers # => { ... }
3949
- p data # => <GetHashTags200Response>
4106
+ p data # => <GetHashTagsResponse>
3950
4107
  rescue FastCommentsClient::ApiError => e
3951
4108
  puts "Error when calling DefaultApi->get_hash_tags_with_http_info: #{e}"
3952
4109
  end
@@ -3961,7 +4118,7 @@ end
3961
4118
 
3962
4119
  ### Return type
3963
4120
 
3964
- [**GetHashTags200Response**](GetHashTags200Response.md)
4121
+ [**GetHashTagsResponse**](GetHashTagsResponse.md)
3965
4122
 
3966
4123
  ### Authorization
3967
4124
 
@@ -3975,7 +4132,7 @@ end
3975
4132
 
3976
4133
  ## get_moderator
3977
4134
 
3978
- > <GetModerator200Response> get_moderator(tenant_id, id)
4135
+ > <GetModeratorResponse> get_moderator(tenant_id, id)
3979
4136
 
3980
4137
 
3981
4138
 
@@ -4009,7 +4166,7 @@ end
4009
4166
 
4010
4167
  This returns an Array which contains the response data, status code and headers.
4011
4168
 
4012
- > <Array(<GetModerator200Response>, Integer, Hash)> get_moderator_with_http_info(tenant_id, id)
4169
+ > <Array(<GetModeratorResponse>, Integer, Hash)> get_moderator_with_http_info(tenant_id, id)
4013
4170
 
4014
4171
  ```ruby
4015
4172
  begin
@@ -4017,7 +4174,7 @@ begin
4017
4174
  data, status_code, headers = api_instance.get_moderator_with_http_info(tenant_id, id)
4018
4175
  p status_code # => 2xx
4019
4176
  p headers # => { ... }
4020
- p data # => <GetModerator200Response>
4177
+ p data # => <GetModeratorResponse>
4021
4178
  rescue FastCommentsClient::ApiError => e
4022
4179
  puts "Error when calling DefaultApi->get_moderator_with_http_info: #{e}"
4023
4180
  end
@@ -4032,7 +4189,7 @@ end
4032
4189
 
4033
4190
  ### Return type
4034
4191
 
4035
- [**GetModerator200Response**](GetModerator200Response.md)
4192
+ [**GetModeratorResponse**](GetModeratorResponse.md)
4036
4193
 
4037
4194
  ### Authorization
4038
4195
 
@@ -4046,7 +4203,7 @@ end
4046
4203
 
4047
4204
  ## get_moderators
4048
4205
 
4049
- > <GetModerators200Response> get_moderators(tenant_id, opts)
4206
+ > <GetModeratorsResponse> get_moderators(tenant_id, opts)
4050
4207
 
4051
4208
 
4052
4209
 
@@ -4082,7 +4239,7 @@ end
4082
4239
 
4083
4240
  This returns an Array which contains the response data, status code and headers.
4084
4241
 
4085
- > <Array(<GetModerators200Response>, Integer, Hash)> get_moderators_with_http_info(tenant_id, opts)
4242
+ > <Array(<GetModeratorsResponse>, Integer, Hash)> get_moderators_with_http_info(tenant_id, opts)
4086
4243
 
4087
4244
  ```ruby
4088
4245
  begin
@@ -4090,7 +4247,7 @@ begin
4090
4247
  data, status_code, headers = api_instance.get_moderators_with_http_info(tenant_id, opts)
4091
4248
  p status_code # => 2xx
4092
4249
  p headers # => { ... }
4093
- p data # => <GetModerators200Response>
4250
+ p data # => <GetModeratorsResponse>
4094
4251
  rescue FastCommentsClient::ApiError => e
4095
4252
  puts "Error when calling DefaultApi->get_moderators_with_http_info: #{e}"
4096
4253
  end
@@ -4105,7 +4262,7 @@ end
4105
4262
 
4106
4263
  ### Return type
4107
4264
 
4108
- [**GetModerators200Response**](GetModerators200Response.md)
4265
+ [**GetModeratorsResponse**](GetModeratorsResponse.md)
4109
4266
 
4110
4267
  ### Authorization
4111
4268
 
@@ -4119,7 +4276,7 @@ end
4119
4276
 
4120
4277
  ## get_notification_count
4121
4278
 
4122
- > <GetNotificationCount200Response> get_notification_count(tenant_id, opts)
4279
+ > <GetNotificationCountResponse> get_notification_count(tenant_id, opts)
4123
4280
 
4124
4281
 
4125
4282
 
@@ -4159,7 +4316,7 @@ end
4159
4316
 
4160
4317
  This returns an Array which contains the response data, status code and headers.
4161
4318
 
4162
- > <Array(<GetNotificationCount200Response>, Integer, Hash)> get_notification_count_with_http_info(tenant_id, opts)
4319
+ > <Array(<GetNotificationCountResponse>, Integer, Hash)> get_notification_count_with_http_info(tenant_id, opts)
4163
4320
 
4164
4321
  ```ruby
4165
4322
  begin
@@ -4167,7 +4324,7 @@ begin
4167
4324
  data, status_code, headers = api_instance.get_notification_count_with_http_info(tenant_id, opts)
4168
4325
  p status_code # => 2xx
4169
4326
  p headers # => { ... }
4170
- p data # => <GetNotificationCount200Response>
4327
+ p data # => <GetNotificationCountResponse>
4171
4328
  rescue FastCommentsClient::ApiError => e
4172
4329
  puts "Error when calling DefaultApi->get_notification_count_with_http_info: #{e}"
4173
4330
  end
@@ -4186,7 +4343,7 @@ end
4186
4343
 
4187
4344
  ### Return type
4188
4345
 
4189
- [**GetNotificationCount200Response**](GetNotificationCount200Response.md)
4346
+ [**GetNotificationCountResponse**](GetNotificationCountResponse.md)
4190
4347
 
4191
4348
  ### Authorization
4192
4349
 
@@ -4200,7 +4357,7 @@ end
4200
4357
 
4201
4358
  ## get_notifications
4202
4359
 
4203
- > <GetNotifications200Response> get_notifications(tenant_id, opts)
4360
+ > <GetNotificationsResponse> get_notifications(tenant_id, opts)
4204
4361
 
4205
4362
 
4206
4363
 
@@ -4241,7 +4398,7 @@ end
4241
4398
 
4242
4399
  This returns an Array which contains the response data, status code and headers.
4243
4400
 
4244
- > <Array(<GetNotifications200Response>, Integer, Hash)> get_notifications_with_http_info(tenant_id, opts)
4401
+ > <Array(<GetNotificationsResponse>, Integer, Hash)> get_notifications_with_http_info(tenant_id, opts)
4245
4402
 
4246
4403
  ```ruby
4247
4404
  begin
@@ -4249,7 +4406,7 @@ begin
4249
4406
  data, status_code, headers = api_instance.get_notifications_with_http_info(tenant_id, opts)
4250
4407
  p status_code # => 2xx
4251
4408
  p headers # => { ... }
4252
- p data # => <GetNotifications200Response>
4409
+ p data # => <GetNotificationsResponse>
4253
4410
  rescue FastCommentsClient::ApiError => e
4254
4411
  puts "Error when calling DefaultApi->get_notifications_with_http_info: #{e}"
4255
4412
  end
@@ -4269,7 +4426,7 @@ end
4269
4426
 
4270
4427
  ### Return type
4271
4428
 
4272
- [**GetNotifications200Response**](GetNotifications200Response.md)
4429
+ [**GetNotificationsResponse**](GetNotificationsResponse.md)
4273
4430
 
4274
4431
  ### Authorization
4275
4432
 
@@ -4423,7 +4580,7 @@ end
4423
4580
 
4424
4581
  ## get_pending_webhook_event_count
4425
4582
 
4426
- > <GetPendingWebhookEventCount200Response> get_pending_webhook_event_count(tenant_id, opts)
4583
+ > <GetPendingWebhookEventCountResponse> get_pending_webhook_event_count(tenant_id, opts)
4427
4584
 
4428
4585
 
4429
4586
 
@@ -4464,7 +4621,7 @@ end
4464
4621
 
4465
4622
  This returns an Array which contains the response data, status code and headers.
4466
4623
 
4467
- > <Array(<GetPendingWebhookEventCount200Response>, Integer, Hash)> get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4624
+ > <Array(<GetPendingWebhookEventCountResponse>, Integer, Hash)> get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4468
4625
 
4469
4626
  ```ruby
4470
4627
  begin
@@ -4472,7 +4629,7 @@ begin
4472
4629
  data, status_code, headers = api_instance.get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4473
4630
  p status_code # => 2xx
4474
4631
  p headers # => { ... }
4475
- p data # => <GetPendingWebhookEventCount200Response>
4632
+ p data # => <GetPendingWebhookEventCountResponse>
4476
4633
  rescue FastCommentsClient::ApiError => e
4477
4634
  puts "Error when calling DefaultApi->get_pending_webhook_event_count_with_http_info: #{e}"
4478
4635
  end
@@ -4492,7 +4649,7 @@ end
4492
4649
 
4493
4650
  ### Return type
4494
4651
 
4495
- [**GetPendingWebhookEventCount200Response**](GetPendingWebhookEventCount200Response.md)
4652
+ [**GetPendingWebhookEventCountResponse**](GetPendingWebhookEventCountResponse.md)
4496
4653
 
4497
4654
  ### Authorization
4498
4655
 
@@ -4506,7 +4663,7 @@ end
4506
4663
 
4507
4664
  ## get_pending_webhook_events
4508
4665
 
4509
- > <GetPendingWebhookEvents200Response> get_pending_webhook_events(tenant_id, opts)
4666
+ > <GetPendingWebhookEventsResponse> get_pending_webhook_events(tenant_id, opts)
4510
4667
 
4511
4668
 
4512
4669
 
@@ -4548,7 +4705,7 @@ end
4548
4705
 
4549
4706
  This returns an Array which contains the response data, status code and headers.
4550
4707
 
4551
- > <Array(<GetPendingWebhookEvents200Response>, Integer, Hash)> get_pending_webhook_events_with_http_info(tenant_id, opts)
4708
+ > <Array(<GetPendingWebhookEventsResponse>, Integer, Hash)> get_pending_webhook_events_with_http_info(tenant_id, opts)
4552
4709
 
4553
4710
  ```ruby
4554
4711
  begin
@@ -4556,7 +4713,7 @@ begin
4556
4713
  data, status_code, headers = api_instance.get_pending_webhook_events_with_http_info(tenant_id, opts)
4557
4714
  p status_code # => 2xx
4558
4715
  p headers # => { ... }
4559
- p data # => <GetPendingWebhookEvents200Response>
4716
+ p data # => <GetPendingWebhookEventsResponse>
4560
4717
  rescue FastCommentsClient::ApiError => e
4561
4718
  puts "Error when calling DefaultApi->get_pending_webhook_events_with_http_info: #{e}"
4562
4719
  end
@@ -4577,7 +4734,7 @@ end
4577
4734
 
4578
4735
  ### Return type
4579
4736
 
4580
- [**GetPendingWebhookEvents200Response**](GetPendingWebhookEvents200Response.md)
4737
+ [**GetPendingWebhookEventsResponse**](GetPendingWebhookEventsResponse.md)
4581
4738
 
4582
4739
  ### Authorization
4583
4740
 
@@ -4591,7 +4748,7 @@ end
4591
4748
 
4592
4749
  ## get_question_config
4593
4750
 
4594
- > <GetQuestionConfig200Response> get_question_config(tenant_id, id)
4751
+ > <GetQuestionConfigResponse> get_question_config(tenant_id, id)
4595
4752
 
4596
4753
 
4597
4754
 
@@ -4625,7 +4782,7 @@ end
4625
4782
 
4626
4783
  This returns an Array which contains the response data, status code and headers.
4627
4784
 
4628
- > <Array(<GetQuestionConfig200Response>, Integer, Hash)> get_question_config_with_http_info(tenant_id, id)
4785
+ > <Array(<GetQuestionConfigResponse>, Integer, Hash)> get_question_config_with_http_info(tenant_id, id)
4629
4786
 
4630
4787
  ```ruby
4631
4788
  begin
@@ -4633,7 +4790,7 @@ begin
4633
4790
  data, status_code, headers = api_instance.get_question_config_with_http_info(tenant_id, id)
4634
4791
  p status_code # => 2xx
4635
4792
  p headers # => { ... }
4636
- p data # => <GetQuestionConfig200Response>
4793
+ p data # => <GetQuestionConfigResponse>
4637
4794
  rescue FastCommentsClient::ApiError => e
4638
4795
  puts "Error when calling DefaultApi->get_question_config_with_http_info: #{e}"
4639
4796
  end
@@ -4648,7 +4805,7 @@ end
4648
4805
 
4649
4806
  ### Return type
4650
4807
 
4651
- [**GetQuestionConfig200Response**](GetQuestionConfig200Response.md)
4808
+ [**GetQuestionConfigResponse**](GetQuestionConfigResponse.md)
4652
4809
 
4653
4810
  ### Authorization
4654
4811
 
@@ -4662,7 +4819,7 @@ end
4662
4819
 
4663
4820
  ## get_question_configs
4664
4821
 
4665
- > <GetQuestionConfigs200Response> get_question_configs(tenant_id, opts)
4822
+ > <GetQuestionConfigsResponse> get_question_configs(tenant_id, opts)
4666
4823
 
4667
4824
 
4668
4825
 
@@ -4698,7 +4855,7 @@ end
4698
4855
 
4699
4856
  This returns an Array which contains the response data, status code and headers.
4700
4857
 
4701
- > <Array(<GetQuestionConfigs200Response>, Integer, Hash)> get_question_configs_with_http_info(tenant_id, opts)
4858
+ > <Array(<GetQuestionConfigsResponse>, Integer, Hash)> get_question_configs_with_http_info(tenant_id, opts)
4702
4859
 
4703
4860
  ```ruby
4704
4861
  begin
@@ -4706,7 +4863,7 @@ begin
4706
4863
  data, status_code, headers = api_instance.get_question_configs_with_http_info(tenant_id, opts)
4707
4864
  p status_code # => 2xx
4708
4865
  p headers # => { ... }
4709
- p data # => <GetQuestionConfigs200Response>
4866
+ p data # => <GetQuestionConfigsResponse>
4710
4867
  rescue FastCommentsClient::ApiError => e
4711
4868
  puts "Error when calling DefaultApi->get_question_configs_with_http_info: #{e}"
4712
4869
  end
@@ -4721,7 +4878,7 @@ end
4721
4878
 
4722
4879
  ### Return type
4723
4880
 
4724
- [**GetQuestionConfigs200Response**](GetQuestionConfigs200Response.md)
4881
+ [**GetQuestionConfigsResponse**](GetQuestionConfigsResponse.md)
4725
4882
 
4726
4883
  ### Authorization
4727
4884
 
@@ -4735,7 +4892,7 @@ end
4735
4892
 
4736
4893
  ## get_question_result
4737
4894
 
4738
- > <GetQuestionResult200Response> get_question_result(tenant_id, id)
4895
+ > <GetQuestionResultResponse> get_question_result(tenant_id, id)
4739
4896
 
4740
4897
 
4741
4898
 
@@ -4769,7 +4926,7 @@ end
4769
4926
 
4770
4927
  This returns an Array which contains the response data, status code and headers.
4771
4928
 
4772
- > <Array(<GetQuestionResult200Response>, Integer, Hash)> get_question_result_with_http_info(tenant_id, id)
4929
+ > <Array(<GetQuestionResultResponse>, Integer, Hash)> get_question_result_with_http_info(tenant_id, id)
4773
4930
 
4774
4931
  ```ruby
4775
4932
  begin
@@ -4777,7 +4934,7 @@ begin
4777
4934
  data, status_code, headers = api_instance.get_question_result_with_http_info(tenant_id, id)
4778
4935
  p status_code # => 2xx
4779
4936
  p headers # => { ... }
4780
- p data # => <GetQuestionResult200Response>
4937
+ p data # => <GetQuestionResultResponse>
4781
4938
  rescue FastCommentsClient::ApiError => e
4782
4939
  puts "Error when calling DefaultApi->get_question_result_with_http_info: #{e}"
4783
4940
  end
@@ -4792,7 +4949,7 @@ end
4792
4949
 
4793
4950
  ### Return type
4794
4951
 
4795
- [**GetQuestionResult200Response**](GetQuestionResult200Response.md)
4952
+ [**GetQuestionResultResponse**](GetQuestionResultResponse.md)
4796
4953
 
4797
4954
  ### Authorization
4798
4955
 
@@ -4806,7 +4963,7 @@ end
4806
4963
 
4807
4964
  ## get_question_results
4808
4965
 
4809
- > <GetQuestionResults200Response> get_question_results(tenant_id, opts)
4966
+ > <GetQuestionResultsResponse> get_question_results(tenant_id, opts)
4810
4967
 
4811
4968
 
4812
4969
 
@@ -4847,7 +5004,7 @@ end
4847
5004
 
4848
5005
  This returns an Array which contains the response data, status code and headers.
4849
5006
 
4850
- > <Array(<GetQuestionResults200Response>, Integer, Hash)> get_question_results_with_http_info(tenant_id, opts)
5007
+ > <Array(<GetQuestionResultsResponse>, Integer, Hash)> get_question_results_with_http_info(tenant_id, opts)
4851
5008
 
4852
5009
  ```ruby
4853
5010
  begin
@@ -4855,7 +5012,7 @@ begin
4855
5012
  data, status_code, headers = api_instance.get_question_results_with_http_info(tenant_id, opts)
4856
5013
  p status_code # => 2xx
4857
5014
  p headers # => { ... }
4858
- p data # => <GetQuestionResults200Response>
5015
+ p data # => <GetQuestionResultsResponse>
4859
5016
  rescue FastCommentsClient::ApiError => e
4860
5017
  puts "Error when calling DefaultApi->get_question_results_with_http_info: #{e}"
4861
5018
  end
@@ -4875,7 +5032,7 @@ end
4875
5032
 
4876
5033
  ### Return type
4877
5034
 
4878
- [**GetQuestionResults200Response**](GetQuestionResults200Response.md)
5035
+ [**GetQuestionResultsResponse**](GetQuestionResultsResponse.md)
4879
5036
 
4880
5037
  ### Authorization
4881
5038
 
@@ -5031,7 +5188,7 @@ end
5031
5188
 
5032
5189
  ## get_sso_users
5033
5190
 
5034
- > <GetSSOUsers200Response> get_sso_users(tenant_id, opts)
5191
+ > <GetSSOUsersResponse> get_sso_users(tenant_id, opts)
5035
5192
 
5036
5193
 
5037
5194
 
@@ -5067,7 +5224,7 @@ end
5067
5224
 
5068
5225
  This returns an Array which contains the response data, status code and headers.
5069
5226
 
5070
- > <Array(<GetSSOUsers200Response>, Integer, Hash)> get_sso_users_with_http_info(tenant_id, opts)
5227
+ > <Array(<GetSSOUsersResponse>, Integer, Hash)> get_sso_users_with_http_info(tenant_id, opts)
5071
5228
 
5072
5229
  ```ruby
5073
5230
  begin
@@ -5075,7 +5232,7 @@ begin
5075
5232
  data, status_code, headers = api_instance.get_sso_users_with_http_info(tenant_id, opts)
5076
5233
  p status_code # => 2xx
5077
5234
  p headers # => { ... }
5078
- p data # => <GetSSOUsers200Response>
5235
+ p data # => <GetSSOUsersResponse>
5079
5236
  rescue FastCommentsClient::ApiError => e
5080
5237
  puts "Error when calling DefaultApi->get_sso_users_with_http_info: #{e}"
5081
5238
  end
@@ -5090,7 +5247,7 @@ end
5090
5247
 
5091
5248
  ### Return type
5092
5249
 
5093
- [**GetSSOUsers200Response**](GetSSOUsers200Response.md)
5250
+ [**GetSSOUsersResponse**](GetSSOUsersResponse.md)
5094
5251
 
5095
5252
  ### Authorization
5096
5253
 
@@ -5177,7 +5334,7 @@ end
5177
5334
 
5178
5335
  ## get_tenant
5179
5336
 
5180
- > <GetTenant200Response> get_tenant(tenant_id, id)
5337
+ > <GetTenantResponse> get_tenant(tenant_id, id)
5181
5338
 
5182
5339
 
5183
5340
 
@@ -5211,7 +5368,7 @@ end
5211
5368
 
5212
5369
  This returns an Array which contains the response data, status code and headers.
5213
5370
 
5214
- > <Array(<GetTenant200Response>, Integer, Hash)> get_tenant_with_http_info(tenant_id, id)
5371
+ > <Array(<GetTenantResponse>, Integer, Hash)> get_tenant_with_http_info(tenant_id, id)
5215
5372
 
5216
5373
  ```ruby
5217
5374
  begin
@@ -5219,7 +5376,7 @@ begin
5219
5376
  data, status_code, headers = api_instance.get_tenant_with_http_info(tenant_id, id)
5220
5377
  p status_code # => 2xx
5221
5378
  p headers # => { ... }
5222
- p data # => <GetTenant200Response>
5379
+ p data # => <GetTenantResponse>
5223
5380
  rescue FastCommentsClient::ApiError => e
5224
5381
  puts "Error when calling DefaultApi->get_tenant_with_http_info: #{e}"
5225
5382
  end
@@ -5234,7 +5391,7 @@ end
5234
5391
 
5235
5392
  ### Return type
5236
5393
 
5237
- [**GetTenant200Response**](GetTenant200Response.md)
5394
+ [**GetTenantResponse**](GetTenantResponse.md)
5238
5395
 
5239
5396
  ### Authorization
5240
5397
 
@@ -5248,7 +5405,7 @@ end
5248
5405
 
5249
5406
  ## get_tenant_daily_usages
5250
5407
 
5251
- > <GetTenantDailyUsages200Response> get_tenant_daily_usages(tenant_id, opts)
5408
+ > <GetTenantDailyUsagesResponse> get_tenant_daily_usages(tenant_id, opts)
5252
5409
 
5253
5410
 
5254
5411
 
@@ -5287,7 +5444,7 @@ end
5287
5444
 
5288
5445
  This returns an Array which contains the response data, status code and headers.
5289
5446
 
5290
- > <Array(<GetTenantDailyUsages200Response>, Integer, Hash)> get_tenant_daily_usages_with_http_info(tenant_id, opts)
5447
+ > <Array(<GetTenantDailyUsagesResponse>, Integer, Hash)> get_tenant_daily_usages_with_http_info(tenant_id, opts)
5291
5448
 
5292
5449
  ```ruby
5293
5450
  begin
@@ -5295,7 +5452,7 @@ begin
5295
5452
  data, status_code, headers = api_instance.get_tenant_daily_usages_with_http_info(tenant_id, opts)
5296
5453
  p status_code # => 2xx
5297
5454
  p headers # => { ... }
5298
- p data # => <GetTenantDailyUsages200Response>
5455
+ p data # => <GetTenantDailyUsagesResponse>
5299
5456
  rescue FastCommentsClient::ApiError => e
5300
5457
  puts "Error when calling DefaultApi->get_tenant_daily_usages_with_http_info: #{e}"
5301
5458
  end
@@ -5313,7 +5470,7 @@ end
5313
5470
 
5314
5471
  ### Return type
5315
5472
 
5316
- [**GetTenantDailyUsages200Response**](GetTenantDailyUsages200Response.md)
5473
+ [**GetTenantDailyUsagesResponse**](GetTenantDailyUsagesResponse.md)
5317
5474
 
5318
5475
  ### Authorization
5319
5476
 
@@ -5327,7 +5484,7 @@ end
5327
5484
 
5328
5485
  ## get_tenant_package
5329
5486
 
5330
- > <GetTenantPackage200Response> get_tenant_package(tenant_id, id)
5487
+ > <GetTenantPackageResponse> get_tenant_package(tenant_id, id)
5331
5488
 
5332
5489
 
5333
5490
 
@@ -5361,7 +5518,7 @@ end
5361
5518
 
5362
5519
  This returns an Array which contains the response data, status code and headers.
5363
5520
 
5364
- > <Array(<GetTenantPackage200Response>, Integer, Hash)> get_tenant_package_with_http_info(tenant_id, id)
5521
+ > <Array(<GetTenantPackageResponse>, Integer, Hash)> get_tenant_package_with_http_info(tenant_id, id)
5365
5522
 
5366
5523
  ```ruby
5367
5524
  begin
@@ -5369,7 +5526,7 @@ begin
5369
5526
  data, status_code, headers = api_instance.get_tenant_package_with_http_info(tenant_id, id)
5370
5527
  p status_code # => 2xx
5371
5528
  p headers # => { ... }
5372
- p data # => <GetTenantPackage200Response>
5529
+ p data # => <GetTenantPackageResponse>
5373
5530
  rescue FastCommentsClient::ApiError => e
5374
5531
  puts "Error when calling DefaultApi->get_tenant_package_with_http_info: #{e}"
5375
5532
  end
@@ -5384,7 +5541,7 @@ end
5384
5541
 
5385
5542
  ### Return type
5386
5543
 
5387
- [**GetTenantPackage200Response**](GetTenantPackage200Response.md)
5544
+ [**GetTenantPackageResponse**](GetTenantPackageResponse.md)
5388
5545
 
5389
5546
  ### Authorization
5390
5547
 
@@ -5398,7 +5555,7 @@ end
5398
5555
 
5399
5556
  ## get_tenant_packages
5400
5557
 
5401
- > <GetTenantPackages200Response> get_tenant_packages(tenant_id, opts)
5558
+ > <GetTenantPackagesResponse> get_tenant_packages(tenant_id, opts)
5402
5559
 
5403
5560
 
5404
5561
 
@@ -5434,7 +5591,7 @@ end
5434
5591
 
5435
5592
  This returns an Array which contains the response data, status code and headers.
5436
5593
 
5437
- > <Array(<GetTenantPackages200Response>, Integer, Hash)> get_tenant_packages_with_http_info(tenant_id, opts)
5594
+ > <Array(<GetTenantPackagesResponse>, Integer, Hash)> get_tenant_packages_with_http_info(tenant_id, opts)
5438
5595
 
5439
5596
  ```ruby
5440
5597
  begin
@@ -5442,7 +5599,7 @@ begin
5442
5599
  data, status_code, headers = api_instance.get_tenant_packages_with_http_info(tenant_id, opts)
5443
5600
  p status_code # => 2xx
5444
5601
  p headers # => { ... }
5445
- p data # => <GetTenantPackages200Response>
5602
+ p data # => <GetTenantPackagesResponse>
5446
5603
  rescue FastCommentsClient::ApiError => e
5447
5604
  puts "Error when calling DefaultApi->get_tenant_packages_with_http_info: #{e}"
5448
5605
  end
@@ -5457,7 +5614,7 @@ end
5457
5614
 
5458
5615
  ### Return type
5459
5616
 
5460
- [**GetTenantPackages200Response**](GetTenantPackages200Response.md)
5617
+ [**GetTenantPackagesResponse**](GetTenantPackagesResponse.md)
5461
5618
 
5462
5619
  ### Authorization
5463
5620
 
@@ -5471,7 +5628,7 @@ end
5471
5628
 
5472
5629
  ## get_tenant_user
5473
5630
 
5474
- > <GetTenantUser200Response> get_tenant_user(tenant_id, id)
5631
+ > <GetTenantUserResponse> get_tenant_user(tenant_id, id)
5475
5632
 
5476
5633
 
5477
5634
 
@@ -5505,7 +5662,7 @@ end
5505
5662
 
5506
5663
  This returns an Array which contains the response data, status code and headers.
5507
5664
 
5508
- > <Array(<GetTenantUser200Response>, Integer, Hash)> get_tenant_user_with_http_info(tenant_id, id)
5665
+ > <Array(<GetTenantUserResponse>, Integer, Hash)> get_tenant_user_with_http_info(tenant_id, id)
5509
5666
 
5510
5667
  ```ruby
5511
5668
  begin
@@ -5513,7 +5670,7 @@ begin
5513
5670
  data, status_code, headers = api_instance.get_tenant_user_with_http_info(tenant_id, id)
5514
5671
  p status_code # => 2xx
5515
5672
  p headers # => { ... }
5516
- p data # => <GetTenantUser200Response>
5673
+ p data # => <GetTenantUserResponse>
5517
5674
  rescue FastCommentsClient::ApiError => e
5518
5675
  puts "Error when calling DefaultApi->get_tenant_user_with_http_info: #{e}"
5519
5676
  end
@@ -5528,7 +5685,7 @@ end
5528
5685
 
5529
5686
  ### Return type
5530
5687
 
5531
- [**GetTenantUser200Response**](GetTenantUser200Response.md)
5688
+ [**GetTenantUserResponse**](GetTenantUserResponse.md)
5532
5689
 
5533
5690
  ### Authorization
5534
5691
 
@@ -5542,7 +5699,7 @@ end
5542
5699
 
5543
5700
  ## get_tenant_users
5544
5701
 
5545
- > <GetTenantUsers200Response> get_tenant_users(tenant_id, opts)
5702
+ > <GetTenantUsersResponse> get_tenant_users(tenant_id, opts)
5546
5703
 
5547
5704
 
5548
5705
 
@@ -5578,7 +5735,7 @@ end
5578
5735
 
5579
5736
  This returns an Array which contains the response data, status code and headers.
5580
5737
 
5581
- > <Array(<GetTenantUsers200Response>, Integer, Hash)> get_tenant_users_with_http_info(tenant_id, opts)
5738
+ > <Array(<GetTenantUsersResponse>, Integer, Hash)> get_tenant_users_with_http_info(tenant_id, opts)
5582
5739
 
5583
5740
  ```ruby
5584
5741
  begin
@@ -5586,7 +5743,7 @@ begin
5586
5743
  data, status_code, headers = api_instance.get_tenant_users_with_http_info(tenant_id, opts)
5587
5744
  p status_code # => 2xx
5588
5745
  p headers # => { ... }
5589
- p data # => <GetTenantUsers200Response>
5746
+ p data # => <GetTenantUsersResponse>
5590
5747
  rescue FastCommentsClient::ApiError => e
5591
5748
  puts "Error when calling DefaultApi->get_tenant_users_with_http_info: #{e}"
5592
5749
  end
@@ -5601,7 +5758,7 @@ end
5601
5758
 
5602
5759
  ### Return type
5603
5760
 
5604
- [**GetTenantUsers200Response**](GetTenantUsers200Response.md)
5761
+ [**GetTenantUsersResponse**](GetTenantUsersResponse.md)
5605
5762
 
5606
5763
  ### Authorization
5607
5764
 
@@ -5615,7 +5772,7 @@ end
5615
5772
 
5616
5773
  ## get_tenants
5617
5774
 
5618
- > <GetTenants200Response> get_tenants(tenant_id, opts)
5775
+ > <GetTenantsResponse> get_tenants(tenant_id, opts)
5619
5776
 
5620
5777
 
5621
5778
 
@@ -5652,7 +5809,7 @@ end
5652
5809
 
5653
5810
  This returns an Array which contains the response data, status code and headers.
5654
5811
 
5655
- > <Array(<GetTenants200Response>, Integer, Hash)> get_tenants_with_http_info(tenant_id, opts)
5812
+ > <Array(<GetTenantsResponse>, Integer, Hash)> get_tenants_with_http_info(tenant_id, opts)
5656
5813
 
5657
5814
  ```ruby
5658
5815
  begin
@@ -5660,7 +5817,7 @@ begin
5660
5817
  data, status_code, headers = api_instance.get_tenants_with_http_info(tenant_id, opts)
5661
5818
  p status_code # => 2xx
5662
5819
  p headers # => { ... }
5663
- p data # => <GetTenants200Response>
5820
+ p data # => <GetTenantsResponse>
5664
5821
  rescue FastCommentsClient::ApiError => e
5665
5822
  puts "Error when calling DefaultApi->get_tenants_with_http_info: #{e}"
5666
5823
  end
@@ -5676,7 +5833,161 @@ end
5676
5833
 
5677
5834
  ### Return type
5678
5835
 
5679
- [**GetTenants200Response**](GetTenants200Response.md)
5836
+ [**GetTenantsResponse**](GetTenantsResponse.md)
5837
+
5838
+ ### Authorization
5839
+
5840
+ [api_key](../README.md#api_key)
5841
+
5842
+ ### HTTP request headers
5843
+
5844
+ - **Content-Type**: Not defined
5845
+ - **Accept**: application/json
5846
+
5847
+
5848
+ ## get_ticket
5849
+
5850
+ > <GetTicketResponse> get_ticket(tenant_id, id, opts)
5851
+
5852
+
5853
+
5854
+ ### Examples
5855
+
5856
+ ```ruby
5857
+ require 'time'
5858
+ require 'fastcomments-client'
5859
+ # setup authorization
5860
+ FastCommentsClient.configure do |config|
5861
+ # Configure API key authorization: api_key
5862
+ config.api_key['x-api-key'] = 'YOUR API KEY'
5863
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5864
+ # config.api_key_prefix['x-api-key'] = 'Bearer'
5865
+ end
5866
+
5867
+ api_instance = FastCommentsClient::DefaultApi.new
5868
+ tenant_id = 'tenant_id_example' # String |
5869
+ id = 'id_example' # String |
5870
+ opts = {
5871
+ user_id: 'user_id_example' # String |
5872
+ }
5873
+
5874
+ begin
5875
+
5876
+ result = api_instance.get_ticket(tenant_id, id, opts)
5877
+ p result
5878
+ rescue FastCommentsClient::ApiError => e
5879
+ puts "Error when calling DefaultApi->get_ticket: #{e}"
5880
+ end
5881
+ ```
5882
+
5883
+ #### Using the get_ticket_with_http_info variant
5884
+
5885
+ This returns an Array which contains the response data, status code and headers.
5886
+
5887
+ > <Array(<GetTicketResponse>, Integer, Hash)> get_ticket_with_http_info(tenant_id, id, opts)
5888
+
5889
+ ```ruby
5890
+ begin
5891
+
5892
+ data, status_code, headers = api_instance.get_ticket_with_http_info(tenant_id, id, opts)
5893
+ p status_code # => 2xx
5894
+ p headers # => { ... }
5895
+ p data # => <GetTicketResponse>
5896
+ rescue FastCommentsClient::ApiError => e
5897
+ puts "Error when calling DefaultApi->get_ticket_with_http_info: #{e}"
5898
+ end
5899
+ ```
5900
+
5901
+ ### Parameters
5902
+
5903
+ | Name | Type | Description | Notes |
5904
+ | ---- | ---- | ----------- | ----- |
5905
+ | **tenant_id** | **String** | | |
5906
+ | **id** | **String** | | |
5907
+ | **user_id** | **String** | | [optional] |
5908
+
5909
+ ### Return type
5910
+
5911
+ [**GetTicketResponse**](GetTicketResponse.md)
5912
+
5913
+ ### Authorization
5914
+
5915
+ [api_key](../README.md#api_key)
5916
+
5917
+ ### HTTP request headers
5918
+
5919
+ - **Content-Type**: Not defined
5920
+ - **Accept**: application/json
5921
+
5922
+
5923
+ ## get_tickets
5924
+
5925
+ > <GetTicketsResponse> get_tickets(tenant_id, opts)
5926
+
5927
+
5928
+
5929
+ ### Examples
5930
+
5931
+ ```ruby
5932
+ require 'time'
5933
+ require 'fastcomments-client'
5934
+ # setup authorization
5935
+ FastCommentsClient.configure do |config|
5936
+ # Configure API key authorization: api_key
5937
+ config.api_key['x-api-key'] = 'YOUR API KEY'
5938
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5939
+ # config.api_key_prefix['x-api-key'] = 'Bearer'
5940
+ end
5941
+
5942
+ api_instance = FastCommentsClient::DefaultApi.new
5943
+ tenant_id = 'tenant_id_example' # String |
5944
+ opts = {
5945
+ user_id: 'user_id_example', # String |
5946
+ state: 1.2, # Float |
5947
+ skip: 1.2, # Float |
5948
+ limit: 1.2 # Float |
5949
+ }
5950
+
5951
+ begin
5952
+
5953
+ result = api_instance.get_tickets(tenant_id, opts)
5954
+ p result
5955
+ rescue FastCommentsClient::ApiError => e
5956
+ puts "Error when calling DefaultApi->get_tickets: #{e}"
5957
+ end
5958
+ ```
5959
+
5960
+ #### Using the get_tickets_with_http_info variant
5961
+
5962
+ This returns an Array which contains the response data, status code and headers.
5963
+
5964
+ > <Array(<GetTicketsResponse>, Integer, Hash)> get_tickets_with_http_info(tenant_id, opts)
5965
+
5966
+ ```ruby
5967
+ begin
5968
+
5969
+ data, status_code, headers = api_instance.get_tickets_with_http_info(tenant_id, opts)
5970
+ p status_code # => 2xx
5971
+ p headers # => { ... }
5972
+ p data # => <GetTicketsResponse>
5973
+ rescue FastCommentsClient::ApiError => e
5974
+ puts "Error when calling DefaultApi->get_tickets_with_http_info: #{e}"
5975
+ end
5976
+ ```
5977
+
5978
+ ### Parameters
5979
+
5980
+ | Name | Type | Description | Notes |
5981
+ | ---- | ---- | ----------- | ----- |
5982
+ | **tenant_id** | **String** | | |
5983
+ | **user_id** | **String** | | [optional] |
5984
+ | **state** | **Float** | | [optional] |
5985
+ | **skip** | **Float** | | [optional] |
5986
+ | **limit** | **Float** | | [optional] |
5987
+
5988
+ ### Return type
5989
+
5990
+ [**GetTicketsResponse**](GetTicketsResponse.md)
5680
5991
 
5681
5992
  ### Authorization
5682
5993
 
@@ -5690,7 +6001,7 @@ end
5690
6001
 
5691
6002
  ## get_user
5692
6003
 
5693
- > <GetUser200Response> get_user(tenant_id, id)
6004
+ > <GetUserResponse> get_user(tenant_id, id)
5694
6005
 
5695
6006
 
5696
6007
 
@@ -5724,7 +6035,7 @@ end
5724
6035
 
5725
6036
  This returns an Array which contains the response data, status code and headers.
5726
6037
 
5727
- > <Array(<GetUser200Response>, Integer, Hash)> get_user_with_http_info(tenant_id, id)
6038
+ > <Array(<GetUserResponse>, Integer, Hash)> get_user_with_http_info(tenant_id, id)
5728
6039
 
5729
6040
  ```ruby
5730
6041
  begin
@@ -5732,7 +6043,7 @@ begin
5732
6043
  data, status_code, headers = api_instance.get_user_with_http_info(tenant_id, id)
5733
6044
  p status_code # => 2xx
5734
6045
  p headers # => { ... }
5735
- p data # => <GetUser200Response>
6046
+ p data # => <GetUserResponse>
5736
6047
  rescue FastCommentsClient::ApiError => e
5737
6048
  puts "Error when calling DefaultApi->get_user_with_http_info: #{e}"
5738
6049
  end
@@ -5747,7 +6058,7 @@ end
5747
6058
 
5748
6059
  ### Return type
5749
6060
 
5750
- [**GetUser200Response**](GetUser200Response.md)
6061
+ [**GetUserResponse**](GetUserResponse.md)
5751
6062
 
5752
6063
  ### Authorization
5753
6064
 
@@ -5761,7 +6072,7 @@ end
5761
6072
 
5762
6073
  ## get_user_badge
5763
6074
 
5764
- > <GetUserBadge200Response> get_user_badge(tenant_id, id)
6075
+ > <APIGetUserBadgeResponse> get_user_badge(tenant_id, id)
5765
6076
 
5766
6077
 
5767
6078
 
@@ -5795,7 +6106,7 @@ end
5795
6106
 
5796
6107
  This returns an Array which contains the response data, status code and headers.
5797
6108
 
5798
- > <Array(<GetUserBadge200Response>, Integer, Hash)> get_user_badge_with_http_info(tenant_id, id)
6109
+ > <Array(<APIGetUserBadgeResponse>, Integer, Hash)> get_user_badge_with_http_info(tenant_id, id)
5799
6110
 
5800
6111
  ```ruby
5801
6112
  begin
@@ -5803,7 +6114,7 @@ begin
5803
6114
  data, status_code, headers = api_instance.get_user_badge_with_http_info(tenant_id, id)
5804
6115
  p status_code # => 2xx
5805
6116
  p headers # => { ... }
5806
- p data # => <GetUserBadge200Response>
6117
+ p data # => <APIGetUserBadgeResponse>
5807
6118
  rescue FastCommentsClient::ApiError => e
5808
6119
  puts "Error when calling DefaultApi->get_user_badge_with_http_info: #{e}"
5809
6120
  end
@@ -5818,7 +6129,7 @@ end
5818
6129
 
5819
6130
  ### Return type
5820
6131
 
5821
- [**GetUserBadge200Response**](GetUserBadge200Response.md)
6132
+ [**APIGetUserBadgeResponse**](APIGetUserBadgeResponse.md)
5822
6133
 
5823
6134
  ### Authorization
5824
6135
 
@@ -5832,7 +6143,7 @@ end
5832
6143
 
5833
6144
  ## get_user_badge_progress_by_id
5834
6145
 
5835
- > <GetUserBadgeProgressById200Response> get_user_badge_progress_by_id(tenant_id, id)
6146
+ > <APIGetUserBadgeProgressResponse> get_user_badge_progress_by_id(tenant_id, id)
5836
6147
 
5837
6148
 
5838
6149
 
@@ -5866,7 +6177,7 @@ end
5866
6177
 
5867
6178
  This returns an Array which contains the response data, status code and headers.
5868
6179
 
5869
- > <Array(<GetUserBadgeProgressById200Response>, Integer, Hash)> get_user_badge_progress_by_id_with_http_info(tenant_id, id)
6180
+ > <Array(<APIGetUserBadgeProgressResponse>, Integer, Hash)> get_user_badge_progress_by_id_with_http_info(tenant_id, id)
5870
6181
 
5871
6182
  ```ruby
5872
6183
  begin
@@ -5874,7 +6185,7 @@ begin
5874
6185
  data, status_code, headers = api_instance.get_user_badge_progress_by_id_with_http_info(tenant_id, id)
5875
6186
  p status_code # => 2xx
5876
6187
  p headers # => { ... }
5877
- p data # => <GetUserBadgeProgressById200Response>
6188
+ p data # => <APIGetUserBadgeProgressResponse>
5878
6189
  rescue FastCommentsClient::ApiError => e
5879
6190
  puts "Error when calling DefaultApi->get_user_badge_progress_by_id_with_http_info: #{e}"
5880
6191
  end
@@ -5889,7 +6200,7 @@ end
5889
6200
 
5890
6201
  ### Return type
5891
6202
 
5892
- [**GetUserBadgeProgressById200Response**](GetUserBadgeProgressById200Response.md)
6203
+ [**APIGetUserBadgeProgressResponse**](APIGetUserBadgeProgressResponse.md)
5893
6204
 
5894
6205
  ### Authorization
5895
6206
 
@@ -5903,7 +6214,7 @@ end
5903
6214
 
5904
6215
  ## get_user_badge_progress_by_user_id
5905
6216
 
5906
- > <GetUserBadgeProgressById200Response> get_user_badge_progress_by_user_id(tenant_id, user_id)
6217
+ > <APIGetUserBadgeProgressResponse> get_user_badge_progress_by_user_id(tenant_id, user_id)
5907
6218
 
5908
6219
 
5909
6220
 
@@ -5937,7 +6248,7 @@ end
5937
6248
 
5938
6249
  This returns an Array which contains the response data, status code and headers.
5939
6250
 
5940
- > <Array(<GetUserBadgeProgressById200Response>, Integer, Hash)> get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
6251
+ > <Array(<APIGetUserBadgeProgressResponse>, Integer, Hash)> get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
5941
6252
 
5942
6253
  ```ruby
5943
6254
  begin
@@ -5945,7 +6256,7 @@ begin
5945
6256
  data, status_code, headers = api_instance.get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id)
5946
6257
  p status_code # => 2xx
5947
6258
  p headers # => { ... }
5948
- p data # => <GetUserBadgeProgressById200Response>
6259
+ p data # => <APIGetUserBadgeProgressResponse>
5949
6260
  rescue FastCommentsClient::ApiError => e
5950
6261
  puts "Error when calling DefaultApi->get_user_badge_progress_by_user_id_with_http_info: #{e}"
5951
6262
  end
@@ -5960,7 +6271,7 @@ end
5960
6271
 
5961
6272
  ### Return type
5962
6273
 
5963
- [**GetUserBadgeProgressById200Response**](GetUserBadgeProgressById200Response.md)
6274
+ [**APIGetUserBadgeProgressResponse**](APIGetUserBadgeProgressResponse.md)
5964
6275
 
5965
6276
  ### Authorization
5966
6277
 
@@ -5974,7 +6285,7 @@ end
5974
6285
 
5975
6286
  ## get_user_badge_progress_list
5976
6287
 
5977
- > <GetUserBadgeProgressList200Response> get_user_badge_progress_list(tenant_id, opts)
6288
+ > <APIGetUserBadgeProgressListResponse> get_user_badge_progress_list(tenant_id, opts)
5978
6289
 
5979
6290
 
5980
6291
 
@@ -6012,7 +6323,7 @@ end
6012
6323
 
6013
6324
  This returns an Array which contains the response data, status code and headers.
6014
6325
 
6015
- > <Array(<GetUserBadgeProgressList200Response>, Integer, Hash)> get_user_badge_progress_list_with_http_info(tenant_id, opts)
6326
+ > <Array(<APIGetUserBadgeProgressListResponse>, Integer, Hash)> get_user_badge_progress_list_with_http_info(tenant_id, opts)
6016
6327
 
6017
6328
  ```ruby
6018
6329
  begin
@@ -6020,7 +6331,7 @@ begin
6020
6331
  data, status_code, headers = api_instance.get_user_badge_progress_list_with_http_info(tenant_id, opts)
6021
6332
  p status_code # => 2xx
6022
6333
  p headers # => { ... }
6023
- p data # => <GetUserBadgeProgressList200Response>
6334
+ p data # => <APIGetUserBadgeProgressListResponse>
6024
6335
  rescue FastCommentsClient::ApiError => e
6025
6336
  puts "Error when calling DefaultApi->get_user_badge_progress_list_with_http_info: #{e}"
6026
6337
  end
@@ -6037,7 +6348,7 @@ end
6037
6348
 
6038
6349
  ### Return type
6039
6350
 
6040
- [**GetUserBadgeProgressList200Response**](GetUserBadgeProgressList200Response.md)
6351
+ [**APIGetUserBadgeProgressListResponse**](APIGetUserBadgeProgressListResponse.md)
6041
6352
 
6042
6353
  ### Authorization
6043
6354
 
@@ -6051,7 +6362,7 @@ end
6051
6362
 
6052
6363
  ## get_user_badges
6053
6364
 
6054
- > <GetUserBadges200Response> get_user_badges(tenant_id, opts)
6365
+ > <APIGetUserBadgesResponse> get_user_badges(tenant_id, opts)
6055
6366
 
6056
6367
 
6057
6368
 
@@ -6092,7 +6403,7 @@ end
6092
6403
 
6093
6404
  This returns an Array which contains the response data, status code and headers.
6094
6405
 
6095
- > <Array(<GetUserBadges200Response>, Integer, Hash)> get_user_badges_with_http_info(tenant_id, opts)
6406
+ > <Array(<APIGetUserBadgesResponse>, Integer, Hash)> get_user_badges_with_http_info(tenant_id, opts)
6096
6407
 
6097
6408
  ```ruby
6098
6409
  begin
@@ -6100,7 +6411,7 @@ begin
6100
6411
  data, status_code, headers = api_instance.get_user_badges_with_http_info(tenant_id, opts)
6101
6412
  p status_code # => 2xx
6102
6413
  p headers # => { ... }
6103
- p data # => <GetUserBadges200Response>
6414
+ p data # => <APIGetUserBadgesResponse>
6104
6415
  rescue FastCommentsClient::ApiError => e
6105
6416
  puts "Error when calling DefaultApi->get_user_badges_with_http_info: #{e}"
6106
6417
  end
@@ -6120,7 +6431,7 @@ end
6120
6431
 
6121
6432
  ### Return type
6122
6433
 
6123
- [**GetUserBadges200Response**](GetUserBadges200Response.md)
6434
+ [**APIGetUserBadgesResponse**](APIGetUserBadgesResponse.md)
6124
6435
 
6125
6436
  ### Authorization
6126
6437
 
@@ -6134,7 +6445,7 @@ end
6134
6445
 
6135
6446
  ## get_votes
6136
6447
 
6137
- > <GetVotes200Response> get_votes(tenant_id, url_id)
6448
+ > <GetVotesResponse> get_votes(tenant_id, url_id)
6138
6449
 
6139
6450
 
6140
6451
 
@@ -6168,7 +6479,7 @@ end
6168
6479
 
6169
6480
  This returns an Array which contains the response data, status code and headers.
6170
6481
 
6171
- > <Array(<GetVotes200Response>, Integer, Hash)> get_votes_with_http_info(tenant_id, url_id)
6482
+ > <Array(<GetVotesResponse>, Integer, Hash)> get_votes_with_http_info(tenant_id, url_id)
6172
6483
 
6173
6484
  ```ruby
6174
6485
  begin
@@ -6176,7 +6487,7 @@ begin
6176
6487
  data, status_code, headers = api_instance.get_votes_with_http_info(tenant_id, url_id)
6177
6488
  p status_code # => 2xx
6178
6489
  p headers # => { ... }
6179
- p data # => <GetVotes200Response>
6490
+ p data # => <GetVotesResponse>
6180
6491
  rescue FastCommentsClient::ApiError => e
6181
6492
  puts "Error when calling DefaultApi->get_votes_with_http_info: #{e}"
6182
6493
  end
@@ -6191,7 +6502,7 @@ end
6191
6502
 
6192
6503
  ### Return type
6193
6504
 
6194
- [**GetVotes200Response**](GetVotes200Response.md)
6505
+ [**GetVotesResponse**](GetVotesResponse.md)
6195
6506
 
6196
6507
  ### Authorization
6197
6508
 
@@ -6205,7 +6516,7 @@ end
6205
6516
 
6206
6517
  ## get_votes_for_user
6207
6518
 
6208
- > <GetVotesForUser200Response> get_votes_for_user(tenant_id, url_id, opts)
6519
+ > <GetVotesForUserResponse> get_votes_for_user(tenant_id, url_id, opts)
6209
6520
 
6210
6521
 
6211
6522
 
@@ -6243,7 +6554,7 @@ end
6243
6554
 
6244
6555
  This returns an Array which contains the response data, status code and headers.
6245
6556
 
6246
- > <Array(<GetVotesForUser200Response>, Integer, Hash)> get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6557
+ > <Array(<GetVotesForUserResponse>, Integer, Hash)> get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6247
6558
 
6248
6559
  ```ruby
6249
6560
  begin
@@ -6251,7 +6562,7 @@ begin
6251
6562
  data, status_code, headers = api_instance.get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6252
6563
  p status_code # => 2xx
6253
6564
  p headers # => { ... }
6254
- p data # => <GetVotesForUser200Response>
6565
+ p data # => <GetVotesForUserResponse>
6255
6566
  rescue FastCommentsClient::ApiError => e
6256
6567
  puts "Error when calling DefaultApi->get_votes_for_user_with_http_info: #{e}"
6257
6568
  end
@@ -6268,7 +6579,7 @@ end
6268
6579
 
6269
6580
  ### Return type
6270
6581
 
6271
- [**GetVotesForUser200Response**](GetVotesForUser200Response.md)
6582
+ [**GetVotesForUserResponse**](GetVotesForUserResponse.md)
6272
6583
 
6273
6584
  ### Authorization
6274
6585
 
@@ -6282,7 +6593,7 @@ end
6282
6593
 
6283
6594
  ## patch_domain_config
6284
6595
 
6285
- > <GetDomainConfig200Response> patch_domain_config(tenant_id, domain_to_update, patch_domain_config_params)
6596
+ > <PatchDomainConfigResponse> patch_domain_config(tenant_id, domain_to_update, patch_domain_config_params)
6286
6597
 
6287
6598
 
6288
6599
 
@@ -6317,7 +6628,7 @@ end
6317
6628
 
6318
6629
  This returns an Array which contains the response data, status code and headers.
6319
6630
 
6320
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6631
+ > <Array(<PatchDomainConfigResponse>, Integer, Hash)> patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6321
6632
 
6322
6633
  ```ruby
6323
6634
  begin
@@ -6325,7 +6636,7 @@ begin
6325
6636
  data, status_code, headers = api_instance.patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params)
6326
6637
  p status_code # => 2xx
6327
6638
  p headers # => { ... }
6328
- p data # => <GetDomainConfig200Response>
6639
+ p data # => <PatchDomainConfigResponse>
6329
6640
  rescue FastCommentsClient::ApiError => e
6330
6641
  puts "Error when calling DefaultApi->patch_domain_config_with_http_info: #{e}"
6331
6642
  end
@@ -6341,7 +6652,7 @@ end
6341
6652
 
6342
6653
  ### Return type
6343
6654
 
6344
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
6655
+ [**PatchDomainConfigResponse**](PatchDomainConfigResponse.md)
6345
6656
 
6346
6657
  ### Authorization
6347
6658
 
@@ -6355,7 +6666,7 @@ end
6355
6666
 
6356
6667
  ## patch_hash_tag
6357
6668
 
6358
- > <PatchHashTag200Response> patch_hash_tag(tag, opts)
6669
+ > <UpdateHashTagResponse> patch_hash_tag(tag, opts)
6359
6670
 
6360
6671
 
6361
6672
 
@@ -6392,7 +6703,7 @@ end
6392
6703
 
6393
6704
  This returns an Array which contains the response data, status code and headers.
6394
6705
 
6395
- > <Array(<PatchHashTag200Response>, Integer, Hash)> patch_hash_tag_with_http_info(tag, opts)
6706
+ > <Array(<UpdateHashTagResponse>, Integer, Hash)> patch_hash_tag_with_http_info(tag, opts)
6396
6707
 
6397
6708
  ```ruby
6398
6709
  begin
@@ -6400,7 +6711,7 @@ begin
6400
6711
  data, status_code, headers = api_instance.patch_hash_tag_with_http_info(tag, opts)
6401
6712
  p status_code # => 2xx
6402
6713
  p headers # => { ... }
6403
- p data # => <PatchHashTag200Response>
6714
+ p data # => <UpdateHashTagResponse>
6404
6715
  rescue FastCommentsClient::ApiError => e
6405
6716
  puts "Error when calling DefaultApi->patch_hash_tag_with_http_info: #{e}"
6406
6717
  end
@@ -6416,7 +6727,7 @@ end
6416
6727
 
6417
6728
  ### Return type
6418
6729
 
6419
- [**PatchHashTag200Response**](PatchHashTag200Response.md)
6730
+ [**UpdateHashTagResponse**](UpdateHashTagResponse.md)
6420
6731
 
6421
6732
  ### Authorization
6422
6733
 
@@ -6580,7 +6891,7 @@ end
6580
6891
 
6581
6892
  ## put_domain_config
6582
6893
 
6583
- > <GetDomainConfig200Response> put_domain_config(tenant_id, domain_to_update, update_domain_config_params)
6894
+ > <PutDomainConfigResponse> put_domain_config(tenant_id, domain_to_update, update_domain_config_params)
6584
6895
 
6585
6896
 
6586
6897
 
@@ -6615,7 +6926,7 @@ end
6615
6926
 
6616
6927
  This returns an Array which contains the response data, status code and headers.
6617
6928
 
6618
- > <Array(<GetDomainConfig200Response>, Integer, Hash)> put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6929
+ > <Array(<PutDomainConfigResponse>, Integer, Hash)> put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6619
6930
 
6620
6931
  ```ruby
6621
6932
  begin
@@ -6623,7 +6934,7 @@ begin
6623
6934
  data, status_code, headers = api_instance.put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params)
6624
6935
  p status_code # => 2xx
6625
6936
  p headers # => { ... }
6626
- p data # => <GetDomainConfig200Response>
6937
+ p data # => <PutDomainConfigResponse>
6627
6938
  rescue FastCommentsClient::ApiError => e
6628
6939
  puts "Error when calling DefaultApi->put_domain_config_with_http_info: #{e}"
6629
6940
  end
@@ -6639,7 +6950,7 @@ end
6639
6950
 
6640
6951
  ### Return type
6641
6952
 
6642
- [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
6953
+ [**PutDomainConfigResponse**](PutDomainConfigResponse.md)
6643
6954
 
6644
6955
  ### Authorization
6645
6956
 
@@ -6730,7 +7041,7 @@ end
6730
7041
 
6731
7042
  ## render_email_template
6732
7043
 
6733
- > <RenderEmailTemplate200Response> render_email_template(tenant_id, render_email_template_body, opts)
7044
+ > <RenderEmailTemplateResponse> render_email_template(tenant_id, render_email_template_body, opts)
6734
7045
 
6735
7046
 
6736
7047
 
@@ -6767,7 +7078,7 @@ end
6767
7078
 
6768
7079
  This returns an Array which contains the response data, status code and headers.
6769
7080
 
6770
- > <Array(<RenderEmailTemplate200Response>, Integer, Hash)> render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
7081
+ > <Array(<RenderEmailTemplateResponse>, Integer, Hash)> render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
6771
7082
 
6772
7083
  ```ruby
6773
7084
  begin
@@ -6775,7 +7086,7 @@ begin
6775
7086
  data, status_code, headers = api_instance.render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
6776
7087
  p status_code # => 2xx
6777
7088
  p headers # => { ... }
6778
- p data # => <RenderEmailTemplate200Response>
7089
+ p data # => <RenderEmailTemplateResponse>
6779
7090
  rescue FastCommentsClient::ApiError => e
6780
7091
  puts "Error when calling DefaultApi->render_email_template_with_http_info: #{e}"
6781
7092
  end
@@ -6791,7 +7102,7 @@ end
6791
7102
 
6792
7103
  ### Return type
6793
7104
 
6794
- [**RenderEmailTemplate200Response**](RenderEmailTemplate200Response.md)
7105
+ [**RenderEmailTemplateResponse**](RenderEmailTemplateResponse.md)
6795
7106
 
6796
7107
  ### Authorization
6797
7108
 
@@ -6805,7 +7116,7 @@ end
6805
7116
 
6806
7117
  ## replace_tenant_package
6807
7118
 
6808
- > <FlagCommentPublic200Response> replace_tenant_package(tenant_id, id, replace_tenant_package_body)
7119
+ > <APIEmptyResponse> replace_tenant_package(tenant_id, id, replace_tenant_package_body)
6809
7120
 
6810
7121
 
6811
7122
 
@@ -6840,7 +7151,7 @@ end
6840
7151
 
6841
7152
  This returns an Array which contains the response data, status code and headers.
6842
7153
 
6843
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
7154
+ > <Array(<APIEmptyResponse>, Integer, Hash)> replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
6844
7155
 
6845
7156
  ```ruby
6846
7157
  begin
@@ -6848,7 +7159,7 @@ begin
6848
7159
  data, status_code, headers = api_instance.replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body)
6849
7160
  p status_code # => 2xx
6850
7161
  p headers # => { ... }
6851
- p data # => <FlagCommentPublic200Response>
7162
+ p data # => <APIEmptyResponse>
6852
7163
  rescue FastCommentsClient::ApiError => e
6853
7164
  puts "Error when calling DefaultApi->replace_tenant_package_with_http_info: #{e}"
6854
7165
  end
@@ -6864,7 +7175,7 @@ end
6864
7175
 
6865
7176
  ### Return type
6866
7177
 
6867
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7178
+ [**APIEmptyResponse**](APIEmptyResponse.md)
6868
7179
 
6869
7180
  ### Authorization
6870
7181
 
@@ -6878,7 +7189,7 @@ end
6878
7189
 
6879
7190
  ## replace_tenant_user
6880
7191
 
6881
- > <FlagCommentPublic200Response> replace_tenant_user(tenant_id, id, replace_tenant_user_body, opts)
7192
+ > <APIEmptyResponse> replace_tenant_user(tenant_id, id, replace_tenant_user_body, opts)
6882
7193
 
6883
7194
 
6884
7195
 
@@ -6916,7 +7227,7 @@ end
6916
7227
 
6917
7228
  This returns an Array which contains the response data, status code and headers.
6918
7229
 
6919
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
7230
+ > <Array(<APIEmptyResponse>, Integer, Hash)> replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
6920
7231
 
6921
7232
  ```ruby
6922
7233
  begin
@@ -6924,7 +7235,7 @@ begin
6924
7235
  data, status_code, headers = api_instance.replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
6925
7236
  p status_code # => 2xx
6926
7237
  p headers # => { ... }
6927
- p data # => <FlagCommentPublic200Response>
7238
+ p data # => <APIEmptyResponse>
6928
7239
  rescue FastCommentsClient::ApiError => e
6929
7240
  puts "Error when calling DefaultApi->replace_tenant_user_with_http_info: #{e}"
6930
7241
  end
@@ -6941,7 +7252,7 @@ end
6941
7252
 
6942
7253
  ### Return type
6943
7254
 
6944
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7255
+ [**APIEmptyResponse**](APIEmptyResponse.md)
6945
7256
 
6946
7257
  ### Authorization
6947
7258
 
@@ -6955,7 +7266,7 @@ end
6955
7266
 
6956
7267
  ## save_comment
6957
7268
 
6958
- > <SaveComment200Response> save_comment(tenant_id, create_comment_params, opts)
7269
+ > <APISaveCommentResponse> save_comment(tenant_id, create_comment_params, opts)
6959
7270
 
6960
7271
 
6961
7272
 
@@ -6995,7 +7306,7 @@ end
6995
7306
 
6996
7307
  This returns an Array which contains the response data, status code and headers.
6997
7308
 
6998
- > <Array(<SaveComment200Response>, Integer, Hash)> save_comment_with_http_info(tenant_id, create_comment_params, opts)
7309
+ > <Array(<APISaveCommentResponse>, Integer, Hash)> save_comment_with_http_info(tenant_id, create_comment_params, opts)
6999
7310
 
7000
7311
  ```ruby
7001
7312
  begin
@@ -7003,7 +7314,7 @@ begin
7003
7314
  data, status_code, headers = api_instance.save_comment_with_http_info(tenant_id, create_comment_params, opts)
7004
7315
  p status_code # => 2xx
7005
7316
  p headers # => { ... }
7006
- p data # => <SaveComment200Response>
7317
+ p data # => <APISaveCommentResponse>
7007
7318
  rescue FastCommentsClient::ApiError => e
7008
7319
  puts "Error when calling DefaultApi->save_comment_with_http_info: #{e}"
7009
7320
  end
@@ -7022,7 +7333,7 @@ end
7022
7333
 
7023
7334
  ### Return type
7024
7335
 
7025
- [**SaveComment200Response**](SaveComment200Response.md)
7336
+ [**APISaveCommentResponse**](APISaveCommentResponse.md)
7026
7337
 
7027
7338
  ### Authorization
7028
7339
 
@@ -7036,7 +7347,7 @@ end
7036
7347
 
7037
7348
  ## save_comments_bulk
7038
7349
 
7039
- > <Array<SaveComment200Response>> save_comments_bulk(tenant_id, create_comment_params, opts)
7350
+ > <Array<SaveCommentsBulkResponse>> save_comments_bulk(tenant_id, create_comment_params, opts)
7040
7351
 
7041
7352
 
7042
7353
 
@@ -7076,7 +7387,7 @@ end
7076
7387
 
7077
7388
  This returns an Array which contains the response data, status code and headers.
7078
7389
 
7079
- > <Array(<Array<SaveComment200Response>>, Integer, Hash)> save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7390
+ > <Array(<Array<SaveCommentsBulkResponse>>, Integer, Hash)> save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7080
7391
 
7081
7392
  ```ruby
7082
7393
  begin
@@ -7084,7 +7395,7 @@ begin
7084
7395
  data, status_code, headers = api_instance.save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
7085
7396
  p status_code # => 2xx
7086
7397
  p headers # => { ... }
7087
- p data # => <Array<SaveComment200Response>>
7398
+ p data # => <Array<SaveCommentsBulkResponse>>
7088
7399
  rescue FastCommentsClient::ApiError => e
7089
7400
  puts "Error when calling DefaultApi->save_comments_bulk_with_http_info: #{e}"
7090
7401
  end
@@ -7103,7 +7414,7 @@ end
7103
7414
 
7104
7415
  ### Return type
7105
7416
 
7106
- [**Array&lt;SaveComment200Response&gt;**](SaveComment200Response.md)
7417
+ [**Array&lt;SaveCommentsBulkResponse&gt;**](SaveCommentsBulkResponse.md)
7107
7418
 
7108
7419
  ### Authorization
7109
7420
 
@@ -7117,7 +7428,7 @@ end
7117
7428
 
7118
7429
  ## send_invite
7119
7430
 
7120
- > <FlagCommentPublic200Response> send_invite(tenant_id, id, from_name)
7431
+ > <APIEmptyResponse> send_invite(tenant_id, id, from_name)
7121
7432
 
7122
7433
 
7123
7434
 
@@ -7152,7 +7463,7 @@ end
7152
7463
 
7153
7464
  This returns an Array which contains the response data, status code and headers.
7154
7465
 
7155
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> send_invite_with_http_info(tenant_id, id, from_name)
7466
+ > <Array(<APIEmptyResponse>, Integer, Hash)> send_invite_with_http_info(tenant_id, id, from_name)
7156
7467
 
7157
7468
  ```ruby
7158
7469
  begin
@@ -7160,7 +7471,7 @@ begin
7160
7471
  data, status_code, headers = api_instance.send_invite_with_http_info(tenant_id, id, from_name)
7161
7472
  p status_code # => 2xx
7162
7473
  p headers # => { ... }
7163
- p data # => <FlagCommentPublic200Response>
7474
+ p data # => <APIEmptyResponse>
7164
7475
  rescue FastCommentsClient::ApiError => e
7165
7476
  puts "Error when calling DefaultApi->send_invite_with_http_info: #{e}"
7166
7477
  end
@@ -7176,7 +7487,7 @@ end
7176
7487
 
7177
7488
  ### Return type
7178
7489
 
7179
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7490
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7180
7491
 
7181
7492
  ### Authorization
7182
7493
 
@@ -7190,7 +7501,7 @@ end
7190
7501
 
7191
7502
  ## send_login_link
7192
7503
 
7193
- > <FlagCommentPublic200Response> send_login_link(tenant_id, id, opts)
7504
+ > <APIEmptyResponse> send_login_link(tenant_id, id, opts)
7194
7505
 
7195
7506
 
7196
7507
 
@@ -7227,7 +7538,7 @@ end
7227
7538
 
7228
7539
  This returns an Array which contains the response data, status code and headers.
7229
7540
 
7230
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> send_login_link_with_http_info(tenant_id, id, opts)
7541
+ > <Array(<APIEmptyResponse>, Integer, Hash)> send_login_link_with_http_info(tenant_id, id, opts)
7231
7542
 
7232
7543
  ```ruby
7233
7544
  begin
@@ -7235,7 +7546,7 @@ begin
7235
7546
  data, status_code, headers = api_instance.send_login_link_with_http_info(tenant_id, id, opts)
7236
7547
  p status_code # => 2xx
7237
7548
  p headers # => { ... }
7238
- p data # => <FlagCommentPublic200Response>
7549
+ p data # => <APIEmptyResponse>
7239
7550
  rescue FastCommentsClient::ApiError => e
7240
7551
  puts "Error when calling DefaultApi->send_login_link_with_http_info: #{e}"
7241
7552
  end
@@ -7251,7 +7562,7 @@ end
7251
7562
 
7252
7563
  ### Return type
7253
7564
 
7254
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7565
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7255
7566
 
7256
7567
  ### Authorization
7257
7568
 
@@ -7265,7 +7576,7 @@ end
7265
7576
 
7266
7577
  ## un_block_user_from_comment
7267
7578
 
7268
- > <UnBlockCommentPublic200Response> un_block_user_from_comment(tenant_id, id, un_block_from_comment_params, opts)
7579
+ > <UnblockSuccess> un_block_user_from_comment(tenant_id, id, un_block_from_comment_params, opts)
7269
7580
 
7270
7581
 
7271
7582
 
@@ -7304,7 +7615,7 @@ end
7304
7615
 
7305
7616
  This returns an Array which contains the response data, status code and headers.
7306
7617
 
7307
- > <Array(<UnBlockCommentPublic200Response>, Integer, Hash)> un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7618
+ > <Array(<UnblockSuccess>, Integer, Hash)> un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7308
7619
 
7309
7620
  ```ruby
7310
7621
  begin
@@ -7312,7 +7623,7 @@ begin
7312
7623
  data, status_code, headers = api_instance.un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7313
7624
  p status_code # => 2xx
7314
7625
  p headers # => { ... }
7315
- p data # => <UnBlockCommentPublic200Response>
7626
+ p data # => <UnblockSuccess>
7316
7627
  rescue FastCommentsClient::ApiError => e
7317
7628
  puts "Error when calling DefaultApi->un_block_user_from_comment_with_http_info: #{e}"
7318
7629
  end
@@ -7330,7 +7641,7 @@ end
7330
7641
 
7331
7642
  ### Return type
7332
7643
 
7333
- [**UnBlockCommentPublic200Response**](UnBlockCommentPublic200Response.md)
7644
+ [**UnblockSuccess**](UnblockSuccess.md)
7334
7645
 
7335
7646
  ### Authorization
7336
7647
 
@@ -7344,7 +7655,7 @@ end
7344
7655
 
7345
7656
  ## un_flag_comment
7346
7657
 
7347
- > <FlagComment200Response> un_flag_comment(tenant_id, id, opts)
7658
+ > <FlagCommentResponse> un_flag_comment(tenant_id, id, opts)
7348
7659
 
7349
7660
 
7350
7661
 
@@ -7382,7 +7693,7 @@ end
7382
7693
 
7383
7694
  This returns an Array which contains the response data, status code and headers.
7384
7695
 
7385
- > <Array(<FlagComment200Response>, Integer, Hash)> un_flag_comment_with_http_info(tenant_id, id, opts)
7696
+ > <Array(<FlagCommentResponse>, Integer, Hash)> un_flag_comment_with_http_info(tenant_id, id, opts)
7386
7697
 
7387
7698
  ```ruby
7388
7699
  begin
@@ -7390,7 +7701,7 @@ begin
7390
7701
  data, status_code, headers = api_instance.un_flag_comment_with_http_info(tenant_id, id, opts)
7391
7702
  p status_code # => 2xx
7392
7703
  p headers # => { ... }
7393
- p data # => <FlagComment200Response>
7704
+ p data # => <FlagCommentResponse>
7394
7705
  rescue FastCommentsClient::ApiError => e
7395
7706
  puts "Error when calling DefaultApi->un_flag_comment_with_http_info: #{e}"
7396
7707
  end
@@ -7407,7 +7718,7 @@ end
7407
7718
 
7408
7719
  ### Return type
7409
7720
 
7410
- [**FlagComment200Response**](FlagComment200Response.md)
7721
+ [**FlagCommentResponse**](FlagCommentResponse.md)
7411
7722
 
7412
7723
  ### Authorization
7413
7724
 
@@ -7421,7 +7732,7 @@ end
7421
7732
 
7422
7733
  ## update_comment
7423
7734
 
7424
- > <FlagCommentPublic200Response> update_comment(tenant_id, id, updatable_comment_params, opts)
7735
+ > <APIEmptyResponse> update_comment(tenant_id, id, updatable_comment_params, opts)
7425
7736
 
7426
7737
 
7427
7738
 
@@ -7461,7 +7772,7 @@ end
7461
7772
 
7462
7773
  This returns an Array which contains the response data, status code and headers.
7463
7774
 
7464
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7775
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7465
7776
 
7466
7777
  ```ruby
7467
7778
  begin
@@ -7469,7 +7780,7 @@ begin
7469
7780
  data, status_code, headers = api_instance.update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7470
7781
  p status_code # => 2xx
7471
7782
  p headers # => { ... }
7472
- p data # => <FlagCommentPublic200Response>
7783
+ p data # => <APIEmptyResponse>
7473
7784
  rescue FastCommentsClient::ApiError => e
7474
7785
  puts "Error when calling DefaultApi->update_comment_with_http_info: #{e}"
7475
7786
  end
@@ -7488,7 +7799,7 @@ end
7488
7799
 
7489
7800
  ### Return type
7490
7801
 
7491
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7802
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7492
7803
 
7493
7804
  ### Authorization
7494
7805
 
@@ -7502,7 +7813,7 @@ end
7502
7813
 
7503
7814
  ## update_email_template
7504
7815
 
7505
- > <FlagCommentPublic200Response> update_email_template(tenant_id, id, update_email_template_body)
7816
+ > <APIEmptyResponse> update_email_template(tenant_id, id, update_email_template_body)
7506
7817
 
7507
7818
 
7508
7819
 
@@ -7537,7 +7848,7 @@ end
7537
7848
 
7538
7849
  This returns an Array which contains the response data, status code and headers.
7539
7850
 
7540
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7851
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7541
7852
 
7542
7853
  ```ruby
7543
7854
  begin
@@ -7545,7 +7856,7 @@ begin
7545
7856
  data, status_code, headers = api_instance.update_email_template_with_http_info(tenant_id, id, update_email_template_body)
7546
7857
  p status_code # => 2xx
7547
7858
  p headers # => { ... }
7548
- p data # => <FlagCommentPublic200Response>
7859
+ p data # => <APIEmptyResponse>
7549
7860
  rescue FastCommentsClient::ApiError => e
7550
7861
  puts "Error when calling DefaultApi->update_email_template_with_http_info: #{e}"
7551
7862
  end
@@ -7561,7 +7872,7 @@ end
7561
7872
 
7562
7873
  ### Return type
7563
7874
 
7564
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7875
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7565
7876
 
7566
7877
  ### Authorization
7567
7878
 
@@ -7575,7 +7886,7 @@ end
7575
7886
 
7576
7887
  ## update_feed_post
7577
7888
 
7578
- > <FlagCommentPublic200Response> update_feed_post(tenant_id, id, feed_post)
7889
+ > <APIEmptyResponse> update_feed_post(tenant_id, id, feed_post)
7579
7890
 
7580
7891
 
7581
7892
 
@@ -7610,7 +7921,7 @@ end
7610
7921
 
7611
7922
  This returns an Array which contains the response data, status code and headers.
7612
7923
 
7613
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_feed_post_with_http_info(tenant_id, id, feed_post)
7924
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_feed_post_with_http_info(tenant_id, id, feed_post)
7614
7925
 
7615
7926
  ```ruby
7616
7927
  begin
@@ -7618,7 +7929,7 @@ begin
7618
7929
  data, status_code, headers = api_instance.update_feed_post_with_http_info(tenant_id, id, feed_post)
7619
7930
  p status_code # => 2xx
7620
7931
  p headers # => { ... }
7621
- p data # => <FlagCommentPublic200Response>
7932
+ p data # => <APIEmptyResponse>
7622
7933
  rescue FastCommentsClient::ApiError => e
7623
7934
  puts "Error when calling DefaultApi->update_feed_post_with_http_info: #{e}"
7624
7935
  end
@@ -7634,7 +7945,7 @@ end
7634
7945
 
7635
7946
  ### Return type
7636
7947
 
7637
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
7948
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7638
7949
 
7639
7950
  ### Authorization
7640
7951
 
@@ -7648,7 +7959,7 @@ end
7648
7959
 
7649
7960
  ## update_moderator
7650
7961
 
7651
- > <FlagCommentPublic200Response> update_moderator(tenant_id, id, update_moderator_body)
7962
+ > <APIEmptyResponse> update_moderator(tenant_id, id, update_moderator_body)
7652
7963
 
7653
7964
 
7654
7965
 
@@ -7683,7 +7994,7 @@ end
7683
7994
 
7684
7995
  This returns an Array which contains the response data, status code and headers.
7685
7996
 
7686
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7997
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7687
7998
 
7688
7999
  ```ruby
7689
8000
  begin
@@ -7691,7 +8002,7 @@ begin
7691
8002
  data, status_code, headers = api_instance.update_moderator_with_http_info(tenant_id, id, update_moderator_body)
7692
8003
  p status_code # => 2xx
7693
8004
  p headers # => { ... }
7694
- p data # => <FlagCommentPublic200Response>
8005
+ p data # => <APIEmptyResponse>
7695
8006
  rescue FastCommentsClient::ApiError => e
7696
8007
  puts "Error when calling DefaultApi->update_moderator_with_http_info: #{e}"
7697
8008
  end
@@ -7707,7 +8018,7 @@ end
7707
8018
 
7708
8019
  ### Return type
7709
8020
 
7710
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8021
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7711
8022
 
7712
8023
  ### Authorization
7713
8024
 
@@ -7721,7 +8032,7 @@ end
7721
8032
 
7722
8033
  ## update_notification
7723
8034
 
7724
- > <FlagCommentPublic200Response> update_notification(tenant_id, id, update_notification_body, opts)
8035
+ > <APIEmptyResponse> update_notification(tenant_id, id, update_notification_body, opts)
7725
8036
 
7726
8037
 
7727
8038
 
@@ -7759,7 +8070,7 @@ end
7759
8070
 
7760
8071
  This returns an Array which contains the response data, status code and headers.
7761
8072
 
7762
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
8073
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
7763
8074
 
7764
8075
  ```ruby
7765
8076
  begin
@@ -7767,7 +8078,7 @@ begin
7767
8078
  data, status_code, headers = api_instance.update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
7768
8079
  p status_code # => 2xx
7769
8080
  p headers # => { ... }
7770
- p data # => <FlagCommentPublic200Response>
8081
+ p data # => <APIEmptyResponse>
7771
8082
  rescue FastCommentsClient::ApiError => e
7772
8083
  puts "Error when calling DefaultApi->update_notification_with_http_info: #{e}"
7773
8084
  end
@@ -7784,7 +8095,7 @@ end
7784
8095
 
7785
8096
  ### Return type
7786
8097
 
7787
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8098
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7788
8099
 
7789
8100
  ### Authorization
7790
8101
 
@@ -7798,7 +8109,7 @@ end
7798
8109
 
7799
8110
  ## update_question_config
7800
8111
 
7801
- > <FlagCommentPublic200Response> update_question_config(tenant_id, id, update_question_config_body)
8112
+ > <APIEmptyResponse> update_question_config(tenant_id, id, update_question_config_body)
7802
8113
 
7803
8114
 
7804
8115
 
@@ -7833,7 +8144,7 @@ end
7833
8144
 
7834
8145
  This returns an Array which contains the response data, status code and headers.
7835
8146
 
7836
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_question_config_with_http_info(tenant_id, id, update_question_config_body)
8147
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_question_config_with_http_info(tenant_id, id, update_question_config_body)
7837
8148
 
7838
8149
  ```ruby
7839
8150
  begin
@@ -7841,7 +8152,7 @@ begin
7841
8152
  data, status_code, headers = api_instance.update_question_config_with_http_info(tenant_id, id, update_question_config_body)
7842
8153
  p status_code # => 2xx
7843
8154
  p headers # => { ... }
7844
- p data # => <FlagCommentPublic200Response>
8155
+ p data # => <APIEmptyResponse>
7845
8156
  rescue FastCommentsClient::ApiError => e
7846
8157
  puts "Error when calling DefaultApi->update_question_config_with_http_info: #{e}"
7847
8158
  end
@@ -7857,7 +8168,7 @@ end
7857
8168
 
7858
8169
  ### Return type
7859
8170
 
7860
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8171
+ [**APIEmptyResponse**](APIEmptyResponse.md)
7861
8172
 
7862
8173
  ### Authorization
7863
8174
 
@@ -7871,7 +8182,7 @@ end
7871
8182
 
7872
8183
  ## update_question_result
7873
8184
 
7874
- > <FlagCommentPublic200Response> update_question_result(tenant_id, id, update_question_result_body)
8185
+ > <APIEmptyResponse> update_question_result(tenant_id, id, update_question_result_body)
7875
8186
 
7876
8187
 
7877
8188
 
@@ -7906,7 +8217,7 @@ end
7906
8217
 
7907
8218
  This returns an Array which contains the response data, status code and headers.
7908
8219
 
7909
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_question_result_with_http_info(tenant_id, id, update_question_result_body)
8220
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_question_result_with_http_info(tenant_id, id, update_question_result_body)
7910
8221
 
7911
8222
  ```ruby
7912
8223
  begin
@@ -7914,7 +8225,7 @@ begin
7914
8225
  data, status_code, headers = api_instance.update_question_result_with_http_info(tenant_id, id, update_question_result_body)
7915
8226
  p status_code # => 2xx
7916
8227
  p headers # => { ... }
7917
- p data # => <FlagCommentPublic200Response>
8228
+ p data # => <APIEmptyResponse>
7918
8229
  rescue FastCommentsClient::ApiError => e
7919
8230
  puts "Error when calling DefaultApi->update_question_result_with_http_info: #{e}"
7920
8231
  end
@@ -7930,7 +8241,84 @@ end
7930
8241
 
7931
8242
  ### Return type
7932
8243
 
7933
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8244
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8245
+
8246
+ ### Authorization
8247
+
8248
+ [api_key](../README.md#api_key)
8249
+
8250
+ ### HTTP request headers
8251
+
8252
+ - **Content-Type**: application/json
8253
+ - **Accept**: application/json
8254
+
8255
+
8256
+ ## update_subscription
8257
+
8258
+ > <UpdateSubscriptionAPIResponse> update_subscription(tenant_id, id, update_api_user_subscription_data, opts)
8259
+
8260
+
8261
+
8262
+ ### Examples
8263
+
8264
+ ```ruby
8265
+ require 'time'
8266
+ require 'fastcomments-client'
8267
+ # setup authorization
8268
+ FastCommentsClient.configure do |config|
8269
+ # Configure API key authorization: api_key
8270
+ config.api_key['x-api-key'] = 'YOUR API KEY'
8271
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
8272
+ # config.api_key_prefix['x-api-key'] = 'Bearer'
8273
+ end
8274
+
8275
+ api_instance = FastCommentsClient::DefaultApi.new
8276
+ tenant_id = 'tenant_id_example' # String |
8277
+ id = 'id_example' # String |
8278
+ update_api_user_subscription_data = FastCommentsClient::UpdateAPIUserSubscriptionData.new # UpdateAPIUserSubscriptionData |
8279
+ opts = {
8280
+ user_id: 'user_id_example' # String |
8281
+ }
8282
+
8283
+ begin
8284
+
8285
+ result = api_instance.update_subscription(tenant_id, id, update_api_user_subscription_data, opts)
8286
+ p result
8287
+ rescue FastCommentsClient::ApiError => e
8288
+ puts "Error when calling DefaultApi->update_subscription: #{e}"
8289
+ end
8290
+ ```
8291
+
8292
+ #### Using the update_subscription_with_http_info variant
8293
+
8294
+ This returns an Array which contains the response data, status code and headers.
8295
+
8296
+ > <Array(<UpdateSubscriptionAPIResponse>, Integer, Hash)> update_subscription_with_http_info(tenant_id, id, update_api_user_subscription_data, opts)
8297
+
8298
+ ```ruby
8299
+ begin
8300
+
8301
+ data, status_code, headers = api_instance.update_subscription_with_http_info(tenant_id, id, update_api_user_subscription_data, opts)
8302
+ p status_code # => 2xx
8303
+ p headers # => { ... }
8304
+ p data # => <UpdateSubscriptionAPIResponse>
8305
+ rescue FastCommentsClient::ApiError => e
8306
+ puts "Error when calling DefaultApi->update_subscription_with_http_info: #{e}"
8307
+ end
8308
+ ```
8309
+
8310
+ ### Parameters
8311
+
8312
+ | Name | Type | Description | Notes |
8313
+ | ---- | ---- | ----------- | ----- |
8314
+ | **tenant_id** | **String** | | |
8315
+ | **id** | **String** | | |
8316
+ | **update_api_user_subscription_data** | [**UpdateAPIUserSubscriptionData**](UpdateAPIUserSubscriptionData.md) | | |
8317
+ | **user_id** | **String** | | [optional] |
8318
+
8319
+ ### Return type
8320
+
8321
+ [**UpdateSubscriptionAPIResponse**](UpdateSubscriptionAPIResponse.md)
7934
8322
 
7935
8323
  ### Authorization
7936
8324
 
@@ -7944,7 +8332,7 @@ end
7944
8332
 
7945
8333
  ## update_tenant
7946
8334
 
7947
- > <FlagCommentPublic200Response> update_tenant(tenant_id, id, update_tenant_body)
8335
+ > <APIEmptyResponse> update_tenant(tenant_id, id, update_tenant_body)
7948
8336
 
7949
8337
 
7950
8338
 
@@ -7979,7 +8367,7 @@ end
7979
8367
 
7980
8368
  This returns an Array which contains the response data, status code and headers.
7981
8369
 
7982
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_with_http_info(tenant_id, id, update_tenant_body)
8370
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_with_http_info(tenant_id, id, update_tenant_body)
7983
8371
 
7984
8372
  ```ruby
7985
8373
  begin
@@ -7987,7 +8375,7 @@ begin
7987
8375
  data, status_code, headers = api_instance.update_tenant_with_http_info(tenant_id, id, update_tenant_body)
7988
8376
  p status_code # => 2xx
7989
8377
  p headers # => { ... }
7990
- p data # => <FlagCommentPublic200Response>
8378
+ p data # => <APIEmptyResponse>
7991
8379
  rescue FastCommentsClient::ApiError => e
7992
8380
  puts "Error when calling DefaultApi->update_tenant_with_http_info: #{e}"
7993
8381
  end
@@ -8003,7 +8391,7 @@ end
8003
8391
 
8004
8392
  ### Return type
8005
8393
 
8006
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8394
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8007
8395
 
8008
8396
  ### Authorization
8009
8397
 
@@ -8017,7 +8405,7 @@ end
8017
8405
 
8018
8406
  ## update_tenant_package
8019
8407
 
8020
- > <FlagCommentPublic200Response> update_tenant_package(tenant_id, id, update_tenant_package_body)
8408
+ > <APIEmptyResponse> update_tenant_package(tenant_id, id, update_tenant_package_body)
8021
8409
 
8022
8410
 
8023
8411
 
@@ -8052,7 +8440,7 @@ end
8052
8440
 
8053
8441
  This returns an Array which contains the response data, status code and headers.
8054
8442
 
8055
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8443
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8056
8444
 
8057
8445
  ```ruby
8058
8446
  begin
@@ -8060,7 +8448,7 @@ begin
8060
8448
  data, status_code, headers = api_instance.update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body)
8061
8449
  p status_code # => 2xx
8062
8450
  p headers # => { ... }
8063
- p data # => <FlagCommentPublic200Response>
8451
+ p data # => <APIEmptyResponse>
8064
8452
  rescue FastCommentsClient::ApiError => e
8065
8453
  puts "Error when calling DefaultApi->update_tenant_package_with_http_info: #{e}"
8066
8454
  end
@@ -8076,7 +8464,7 @@ end
8076
8464
 
8077
8465
  ### Return type
8078
8466
 
8079
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8467
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8080
8468
 
8081
8469
  ### Authorization
8082
8470
 
@@ -8090,7 +8478,7 @@ end
8090
8478
 
8091
8479
  ## update_tenant_user
8092
8480
 
8093
- > <FlagCommentPublic200Response> update_tenant_user(tenant_id, id, update_tenant_user_body, opts)
8481
+ > <APIEmptyResponse> update_tenant_user(tenant_id, id, update_tenant_user_body, opts)
8094
8482
 
8095
8483
 
8096
8484
 
@@ -8128,7 +8516,7 @@ end
8128
8516
 
8129
8517
  This returns an Array which contains the response data, status code and headers.
8130
8518
 
8131
- > <Array(<FlagCommentPublic200Response>, Integer, Hash)> update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8519
+ > <Array(<APIEmptyResponse>, Integer, Hash)> update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8132
8520
 
8133
8521
  ```ruby
8134
8522
  begin
@@ -8136,7 +8524,7 @@ begin
8136
8524
  data, status_code, headers = api_instance.update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8137
8525
  p status_code # => 2xx
8138
8526
  p headers # => { ... }
8139
- p data # => <FlagCommentPublic200Response>
8527
+ p data # => <APIEmptyResponse>
8140
8528
  rescue FastCommentsClient::ApiError => e
8141
8529
  puts "Error when calling DefaultApi->update_tenant_user_with_http_info: #{e}"
8142
8530
  end
@@ -8153,7 +8541,7 @@ end
8153
8541
 
8154
8542
  ### Return type
8155
8543
 
8156
- [**FlagCommentPublic200Response**](FlagCommentPublic200Response.md)
8544
+ [**APIEmptyResponse**](APIEmptyResponse.md)
8157
8545
 
8158
8546
  ### Authorization
8159
8547
 
@@ -8167,7 +8555,7 @@ end
8167
8555
 
8168
8556
  ## update_user_badge
8169
8557
 
8170
- > <UpdateUserBadge200Response> update_user_badge(tenant_id, id, update_user_badge_params)
8558
+ > <APIEmptySuccessResponse> update_user_badge(tenant_id, id, update_user_badge_params)
8171
8559
 
8172
8560
 
8173
8561
 
@@ -8202,7 +8590,7 @@ end
8202
8590
 
8203
8591
  This returns an Array which contains the response data, status code and headers.
8204
8592
 
8205
- > <Array(<UpdateUserBadge200Response>, Integer, Hash)> update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8593
+ > <Array(<APIEmptySuccessResponse>, Integer, Hash)> update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8206
8594
 
8207
8595
  ```ruby
8208
8596
  begin
@@ -8210,7 +8598,7 @@ begin
8210
8598
  data, status_code, headers = api_instance.update_user_badge_with_http_info(tenant_id, id, update_user_badge_params)
8211
8599
  p status_code # => 2xx
8212
8600
  p headers # => { ... }
8213
- p data # => <UpdateUserBadge200Response>
8601
+ p data # => <APIEmptySuccessResponse>
8214
8602
  rescue FastCommentsClient::ApiError => e
8215
8603
  puts "Error when calling DefaultApi->update_user_badge_with_http_info: #{e}"
8216
8604
  end
@@ -8226,7 +8614,7 @@ end
8226
8614
 
8227
8615
  ### Return type
8228
8616
 
8229
- [**UpdateUserBadge200Response**](UpdateUserBadge200Response.md)
8617
+ [**APIEmptySuccessResponse**](APIEmptySuccessResponse.md)
8230
8618
 
8231
8619
  ### Authorization
8232
8620