@@ -7,8 +7,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
77This API client was generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project. By using the [ openapi-spec] ( https://openapis.org ) from a remote server, you can easily generate an API client.
88
99- API version: 0.0.0
10- - Package version: 1.0 .0
11- - Generator version: 7.18 .0-SNAPSHOT
10+ - Package version: 1.1 .0
11+ - Generator version: 7.19 .0-SNAPSHOT
1212- Build package: org.openapitools.codegen.languages.NimClientCodegen
1313
1414## Installation
@@ -26,51 +26,113 @@ All URIs are relative to *https://fastcomments.com*
2626Module | Proc | HTTP request | Description
2727------------ | ------------- | ------------- | -------------
2828api_default | addDomainConfig | ** POST** /api/v1/domain-configs |
29+ api_default | addHashTag | ** POST** /api/v1/hash-tags |
30+ api_default | addHashTagsBulk | ** POST** /api/v1/hash-tags/bulk |
2931api_default | addPage | ** POST** /api/v1/pages |
3032api_default | addSSOUser | ** POST** /api/v1/sso-users |
3133api_default | aggregate | ** POST** /api/v1/aggregate |
3234api_default | aggregateQuestionResults | ** GET** /api/v1/question-results-aggregation |
3335api_default | blockUserFromComment | ** POST** /api/v1/comments/{id}/block |
3436api_default | bulkAggregateQuestionResults | ** POST** /api/v1/question-results-aggregation/bulk |
3537api_default | combineCommentsWithQuestionResults | ** GET** /api/v1/question-results-aggregation/combine/comments |
38+ api_default | createEmailTemplate | ** POST** /api/v1/email-templates |
3639api_default | createFeedPost | ** POST** /api/v1/feed-posts |
40+ api_default | createModerator | ** POST** /api/v1/moderators |
41+ api_default | createQuestionConfig | ** POST** /api/v1/question-configs |
42+ api_default | createQuestionResult | ** POST** /api/v1/question-results |
3743api_default | createSubscription | ** POST** /api/v1/subscriptions |
44+ api_default | createTenant | ** POST** /api/v1/tenants |
45+ api_default | createTenantPackage | ** POST** /api/v1/tenant-packages |
46+ api_default | createTenantUser | ** POST** /api/v1/tenant-users |
3847api_default | createUserBadge | ** POST** /api/v1/user-badges |
48+ api_default | createVote | ** POST** /api/v1/votes |
3949api_default | deleteComment | ** DELETE** /api/v1/comments/{id} |
4050api_default | deleteDomainConfig | ** DELETE** /api/v1/domain-configs/{domain} |
51+ api_default | deleteEmailTemplate | ** DELETE** /api/v1/email-templates/{id} |
52+ api_default | deleteEmailTemplateRenderError | ** DELETE** /api/v1/email-templates/{id}/render-errors/{errorId} |
53+ api_default | deleteHashTag | ** DELETE** /api/v1/hash-tags/{tag} |
54+ api_default | deleteModerator | ** DELETE** /api/v1/moderators/{id} |
55+ api_default | deleteNotificationCount | ** DELETE** /api/v1/notification-count/{id} |
4156api_default | deletePage | ** DELETE** /api/v1/pages/{id} |
57+ api_default | deletePendingWebhookEvent | ** DELETE** /api/v1/pending-webhook-events/{id} |
58+ api_default | deleteQuestionConfig | ** DELETE** /api/v1/question-configs/{id} |
59+ api_default | deleteQuestionResult | ** DELETE** /api/v1/question-results/{id} |
4260api_default | deleteSSOUser | ** DELETE** /api/v1/sso-users/{id} |
4361api_default | deleteSubscription | ** DELETE** /api/v1/subscriptions/{id} |
62+ api_default | deleteTenant | ** DELETE** /api/v1/tenants/{id} |
63+ api_default | deleteTenantPackage | ** DELETE** /api/v1/tenant-packages/{id} |
64+ api_default | deleteTenantUser | ** DELETE** /api/v1/tenant-users/{id} |
4465api_default | deleteUserBadge | ** DELETE** /api/v1/user-badges/{id} |
66+ api_default | deleteVote | ** DELETE** /api/v1/votes/{id} |
4567api_default | flagComment | ** POST** /api/v1/comments/{id}/flag |
4668api_default | getAuditLogs | ** GET** /api/v1/audit-logs |
69+ api_default | getCachedNotificationCount | ** GET** /api/v1/notification-count/{id} |
4770api_default | getComment | ** GET** /api/v1/comments/{id} |
4871api_default | getComments | ** GET** /api/v1/comments |
4972api_default | getDomainConfig | ** GET** /api/v1/domain-configs/{domain} |
5073api_default | getDomainConfigs | ** GET** /api/v1/domain-configs |
74+ api_default | getEmailTemplate | ** GET** /api/v1/email-templates/{id} |
75+ api_default | getEmailTemplateDefinitions | ** GET** /api/v1/email-templates/definitions |
76+ api_default | getEmailTemplateRenderErrors | ** GET** /api/v1/email-templates/{id}/render-errors |
77+ api_default | getEmailTemplates | ** GET** /api/v1/email-templates |
5178api_default | getFeedPosts | ** GET** /api/v1/feed-posts |
79+ api_default | getHashTags | ** GET** /api/v1/hash-tags |
80+ api_default | getModerator | ** GET** /api/v1/moderators/{id} |
81+ api_default | getModerators | ** GET** /api/v1/moderators |
82+ api_default | getNotificationCount | ** GET** /api/v1/notifications/count |
83+ api_default | getNotifications | ** GET** /api/v1/notifications |
5284api_default | getPageByURLId | ** GET** /api/v1/pages/by-url-id |
5385api_default | getPages | ** GET** /api/v1/pages |
86+ api_default | getPendingWebhookEventCount | ** GET** /api/v1/pending-webhook-events/count |
87+ api_default | getPendingWebhookEvents | ** GET** /api/v1/pending-webhook-events |
88+ api_default | getQuestionConfig | ** GET** /api/v1/question-configs/{id} |
89+ api_default | getQuestionConfigs | ** GET** /api/v1/question-configs |
90+ api_default | getQuestionResult | ** GET** /api/v1/question-results/{id} |
91+ api_default | getQuestionResults | ** GET** /api/v1/question-results |
5492api_default | getSSOUserByEmail | ** GET** /api/v1/sso-users/by-email/{email} |
5593api_default | getSSOUserById | ** GET** /api/v1/sso-users/by-id/{id} |
5694api_default | getSSOUsers | ** GET** /api/v1/sso-users |
5795api_default | getSubscriptions | ** GET** /api/v1/subscriptions |
96+ api_default | getTenant | ** GET** /api/v1/tenants/{id} |
97+ api_default | getTenantDailyUsages | ** GET** /api/v1/tenant-daily-usage |
98+ api_default | getTenantPackage | ** GET** /api/v1/tenant-packages/{id} |
99+ api_default | getTenantPackages | ** GET** /api/v1/tenant-packages |
100+ api_default | getTenantUser | ** GET** /api/v1/tenant-users/{id} |
101+ api_default | getTenantUsers | ** GET** /api/v1/tenant-users |
102+ api_default | getTenants | ** GET** /api/v1/tenants |
103+ api_default | getUser | ** GET** /api/v1/users/{id} |
58104api_default | getUserBadge | ** GET** /api/v1/user-badges/{id} |
59105api_default | getUserBadgeProgressById | ** GET** /api/v1/user-badge-progress/{id} |
60106api_default | getUserBadgeProgressByUserId | ** GET** /api/v1/user-badge-progress/user/{userId} |
61107api_default | getUserBadgeProgressList | ** GET** /api/v1/user-badge-progress |
62108api_default | getUserBadges | ** GET** /api/v1/user-badges |
109+ api_default | getVotes | ** GET** /api/v1/votes |
110+ api_default | getVotesForUser | ** GET** /api/v1/votes/for-user |
63111api_default | patchDomainConfig | ** PATCH** /api/v1/domain-configs/{domainToUpdate} |
112+ api_default | patchHashTag | ** PATCH** /api/v1/hash-tags/{tag} |
64113api_default | patchPage | ** PATCH** /api/v1/pages/{id} |
65114api_default | patchSSOUser | ** PATCH** /api/v1/sso-users/{id} |
66115api_default | putDomainConfig | ** PUT** /api/v1/domain-configs/{domainToUpdate} |
67116api_default | putSSOUser | ** PUT** /api/v1/sso-users/{id} |
117+ api_default | renderEmailTemplate | ** POST** /api/v1/email-templates/render |
118+ api_default | replaceTenantPackage | ** PUT** /api/v1/tenant-packages/{id} |
119+ api_default | replaceTenantUser | ** PUT** /api/v1/tenant-users/{id} |
68120api_default | saveComment | ** POST** /api/v1/comments |
69121api_default | saveCommentsBulk | ** POST** /api/v1/comments/bulk |
122+ api_default | sendInvite | ** POST** /api/v1/moderators/{id}/send-invite |
123+ api_default | sendLoginLink | ** POST** /api/v1/tenant-users/{id}/send-login-link |
70124api_default | unBlockUserFromComment | ** POST** /api/v1/comments/{id}/un-block |
71125api_default | unFlagComment | ** POST** /api/v1/comments/{id}/un-flag |
72126api_default | updateComment | ** PATCH** /api/v1/comments/{id} |
127+ api_default | updateEmailTemplate | ** PATCH** /api/v1/email-templates/{id} |
73128api_default | updateFeedPost | ** PATCH** /api/v1/feed-posts/{id} |
129+ api_default | updateModerator | ** PATCH** /api/v1/moderators/{id} |
130+ api_default | updateNotification | ** PATCH** /api/v1/notifications/{id} |
131+ api_default | updateQuestionConfig | ** PATCH** /api/v1/question-configs/{id} |
132+ api_default | updateQuestionResult | ** PATCH** /api/v1/question-results/{id} |
133+ api_default | updateTenant | ** PATCH** /api/v1/tenants/{id} |
134+ api_default | updateTenantPackage | ** PATCH** /api/v1/tenant-packages/{id} |
135+ api_default | updateTenantUser | ** PATCH** /api/v1/tenant-users/{id} |
74136api_default | updateUserBadge | ** PUT** /api/v1/user-badges/{id} |
75137api_public | blockFromCommentPublic | ** POST** /block-from-comment/{commentId} |
76138api_public | checkedCommentsForBlocked | ** GET** /check-blocked-comments |
0 commit comments