Skip to content

Commit f896958

Browse files
committed
Adds createFeedPostPublic, createFeedPostPublic, createFeedPostPublic, uploadImage
1 parent 3f2a36c commit f896958

61 files changed

Lines changed: 13686 additions & 1951 deletions

File tree

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
README.md
55
composer.json
66
docs/Api/DefaultApi.md
7+
docs/Api/HiddenApi.md
78
docs/Api/PublicApi.md
89
docs/Model/APIEmptyResponse.md
910
docs/Model/APIError.md
@@ -49,6 +50,9 @@ docs/Model/CommenterNameFormats.md
4950
docs/Model/CreateCommentParams.md
5051
docs/Model/CreateCommentPublic200Response.md
5152
docs/Model/CreateFeedPost200Response.md
53+
docs/Model/CreateFeedPostParams.md
54+
docs/Model/CreateFeedPostPublic200Response.md
55+
docs/Model/CreateFeedPostResponse.md
5256
docs/Model/CreateFeedPostsResponse.md
5357
docs/Model/CustomConfigParameters.md
5458
docs/Model/DeleteComment200Response.md
@@ -86,22 +90,26 @@ docs/Model/GetDomainConfigs200ResponseAnyOf1.md
8690
docs/Model/GetEventLog200Response.md
8791
docs/Model/GetEventLogResponse.md
8892
docs/Model/GetFeedPosts200Response.md
93+
docs/Model/GetFeedPostsPublic200Response.md
8994
docs/Model/GetFeedPostsResponse.md
9095
docs/Model/GetMyNotificationsResponse.md
9196
docs/Model/GetUserNotificationCount200Response.md
9297
docs/Model/GetUserNotificationCountResponse.md
9398
docs/Model/GetUserNotifications200Response.md
9499
docs/Model/GetUserPresenceStatuses200Response.md
95100
docs/Model/GetUserPresenceStatusesResponse.md
101+
docs/Model/GetUserReactsPublic200Response.md
96102
docs/Model/GifRating.md
97103
docs/Model/HeaderState.md
98104
docs/Model/IgnoredResponse.md
105+
docs/Model/ImageContentProfanityLevel.md
99106
docs/Model/ImportedAPIStatusFAILED.md
100107
docs/Model/ImportedAPIStatusSUCCESS.md
101108
docs/Model/LiveEvent.md
102109
docs/Model/LiveEventExtraInfo.md
103110
docs/Model/LiveEventType.md
104111
docs/Model/LockComment200Response.md
112+
docs/Model/MediaAsset.md
105113
docs/Model/MetaItem.md
106114
docs/Model/NotificationAndCount.md
107115
docs/Model/NotificationType.md
@@ -123,6 +131,7 @@ docs/Model/PublicAPIGetCommentTextResponse.md
123131
docs/Model/PublicAPISetCommentTextResponse.md
124132
docs/Model/PublicBlockFromCommentParams.md
125133
docs/Model/PublicComment.md
134+
docs/Model/PublicFeedPostsResponse.md
126135
docs/Model/QueryPredicate.md
127136
docs/Model/QueryPredicateValue.md
128137
docs/Model/QuestionDatum.md
@@ -131,6 +140,9 @@ docs/Model/QuestionResult.md
131140
docs/Model/QuestionResultAggregationOverall.md
132141
docs/Model/QuestionSubQuestionVisibility.md
133142
docs/Model/QuestionWhenSave.md
143+
docs/Model/ReactBodyParams.md
144+
docs/Model/ReactFeedPostPublic200Response.md
145+
docs/Model/ReactFeedPostResponse.md
134146
docs/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.md
135147
docs/Model/RecordStringStringOrNumberValue.md
136148
docs/Model/RenderableUserNotification.md
@@ -143,16 +155,19 @@ docs/Model/SaveCommentResponse.md
143155
docs/Model/SaveCommentResponseOptimized.md
144156
docs/Model/SaveCommentsResponseWithPresence.md
145157
docs/Model/SetCommentText200Response.md
158+
docs/Model/SizePreset.md
146159
docs/Model/SortDirections.md
147160
docs/Model/SpamRule.md
148161
docs/Model/UnBlockCommentPublic200Response.md
149162
docs/Model/UnBlockFromCommentParams.md
150163
docs/Model/UnblockSuccess.md
151164
docs/Model/UpdateDomainConfigParams.md
152165
docs/Model/UpdateUserNotificationStatus200Response.md
166+
docs/Model/UploadImageResponse.md
153167
docs/Model/UserNotification.md
154168
docs/Model/UserNotificationWriteResponse.md
155169
docs/Model/UserPresenceData.md
170+
docs/Model/UserReactsResponse.md
156171
docs/Model/UserSessionInfo.md
157172
docs/Model/VoteBodyParams.md
158173
docs/Model/VoteComment200Response.md
@@ -164,6 +179,7 @@ docs/Model/VoteResponseUser.md
164179
docs/Model/VoteStyle.md
165180
git_push.sh
166181
lib/Api/DefaultApi.php
182+
lib/Api/HiddenApi.php
167183
lib/Api/PublicApi.php
168184
lib/ApiException.php
169185
lib/Configuration.php
@@ -212,6 +228,9 @@ lib/Model/CommenterNameFormats.php
212228
lib/Model/CreateCommentParams.php
213229
lib/Model/CreateCommentPublic200Response.php
214230
lib/Model/CreateFeedPost200Response.php
231+
lib/Model/CreateFeedPostParams.php
232+
lib/Model/CreateFeedPostPublic200Response.php
233+
lib/Model/CreateFeedPostResponse.php
215234
lib/Model/CreateFeedPostsResponse.php
216235
lib/Model/CustomConfigParameters.php
217236
lib/Model/DeleteComment200Response.php
@@ -249,22 +268,26 @@ lib/Model/GetDomainConfigs200ResponseAnyOf1.php
249268
lib/Model/GetEventLog200Response.php
250269
lib/Model/GetEventLogResponse.php
251270
lib/Model/GetFeedPosts200Response.php
271+
lib/Model/GetFeedPostsPublic200Response.php
252272
lib/Model/GetFeedPostsResponse.php
253273
lib/Model/GetMyNotificationsResponse.php
254274
lib/Model/GetUserNotificationCount200Response.php
255275
lib/Model/GetUserNotificationCountResponse.php
256276
lib/Model/GetUserNotifications200Response.php
257277
lib/Model/GetUserPresenceStatuses200Response.php
258278
lib/Model/GetUserPresenceStatusesResponse.php
279+
lib/Model/GetUserReactsPublic200Response.php
259280
lib/Model/GifRating.php
260281
lib/Model/HeaderState.php
261282
lib/Model/IgnoredResponse.php
283+
lib/Model/ImageContentProfanityLevel.php
262284
lib/Model/ImportedAPIStatusFAILED.php
263285
lib/Model/ImportedAPIStatusSUCCESS.php
264286
lib/Model/LiveEvent.php
265287
lib/Model/LiveEventExtraInfo.php
266288
lib/Model/LiveEventType.php
267289
lib/Model/LockComment200Response.php
290+
lib/Model/MediaAsset.php
268291
lib/Model/MetaItem.php
269292
lib/Model/ModelInterface.php
270293
lib/Model/NotificationAndCount.php
@@ -287,6 +310,7 @@ lib/Model/PublicAPIGetCommentTextResponse.php
287310
lib/Model/PublicAPISetCommentTextResponse.php
288311
lib/Model/PublicBlockFromCommentParams.php
289312
lib/Model/PublicComment.php
313+
lib/Model/PublicFeedPostsResponse.php
290314
lib/Model/QueryPredicate.php
291315
lib/Model/QueryPredicateValue.php
292316
lib/Model/QuestionDatum.php
@@ -295,6 +319,9 @@ lib/Model/QuestionResult.php
295319
lib/Model/QuestionResultAggregationOverall.php
296320
lib/Model/QuestionSubQuestionVisibility.php
297321
lib/Model/QuestionWhenSave.php
322+
lib/Model/ReactBodyParams.php
323+
lib/Model/ReactFeedPostPublic200Response.php
324+
lib/Model/ReactFeedPostResponse.php
298325
lib/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.php
299326
lib/Model/RecordStringStringOrNumberValue.php
300327
lib/Model/RenderableUserNotification.php
@@ -307,16 +334,19 @@ lib/Model/SaveCommentResponse.php
307334
lib/Model/SaveCommentResponseOptimized.php
308335
lib/Model/SaveCommentsResponseWithPresence.php
309336
lib/Model/SetCommentText200Response.php
337+
lib/Model/SizePreset.php
310338
lib/Model/SortDirections.php
311339
lib/Model/SpamRule.php
312340
lib/Model/UnBlockCommentPublic200Response.php
313341
lib/Model/UnBlockFromCommentParams.php
314342
lib/Model/UnblockSuccess.php
315343
lib/Model/UpdateDomainConfigParams.php
316344
lib/Model/UpdateUserNotificationStatus200Response.php
345+
lib/Model/UploadImageResponse.php
317346
lib/Model/UserNotification.php
318347
lib/Model/UserNotificationWriteResponse.php
319348
lib/Model/UserPresenceData.php
349+
lib/Model/UserReactsResponse.php
320350
lib/Model/UserSessionInfo.php
321351
lib/Model/VoteBodyParams.php
322352
lib/Model/VoteComment200Response.php
@@ -329,6 +359,7 @@ lib/Model/VoteStyle.php
329359
lib/ObjectSerializer.php
330360
phpunit.xml.dist
331361
test/Api/DefaultApiTest.php
362+
test/Api/HiddenApiTest.php
332363
test/Api/PublicApiTest.php
333364
test/Model/APIEmptyResponseTest.php
334365
test/Model/APIErrorTest.php
@@ -374,6 +405,9 @@ test/Model/CommenterNameFormatsTest.php
374405
test/Model/CreateCommentParamsTest.php
375406
test/Model/CreateCommentPublic200ResponseTest.php
376407
test/Model/CreateFeedPost200ResponseTest.php
408+
test/Model/CreateFeedPostParamsTest.php
409+
test/Model/CreateFeedPostPublic200ResponseTest.php
410+
test/Model/CreateFeedPostResponseTest.php
377411
test/Model/CreateFeedPostsResponseTest.php
378412
test/Model/CustomConfigParametersTest.php
379413
test/Model/DeleteComment200ResponseTest.php
@@ -411,22 +445,26 @@ test/Model/GetDomainConfigs200ResponseTest.php
411445
test/Model/GetEventLog200ResponseTest.php
412446
test/Model/GetEventLogResponseTest.php
413447
test/Model/GetFeedPosts200ResponseTest.php
448+
test/Model/GetFeedPostsPublic200ResponseTest.php
414449
test/Model/GetFeedPostsResponseTest.php
415450
test/Model/GetMyNotificationsResponseTest.php
416451
test/Model/GetUserNotificationCount200ResponseTest.php
417452
test/Model/GetUserNotificationCountResponseTest.php
418453
test/Model/GetUserNotifications200ResponseTest.php
419454
test/Model/GetUserPresenceStatuses200ResponseTest.php
420455
test/Model/GetUserPresenceStatusesResponseTest.php
456+
test/Model/GetUserReactsPublic200ResponseTest.php
421457
test/Model/GifRatingTest.php
422458
test/Model/HeaderStateTest.php
423459
test/Model/IgnoredResponseTest.php
460+
test/Model/ImageContentProfanityLevelTest.php
424461
test/Model/ImportedAPIStatusFAILEDTest.php
425462
test/Model/ImportedAPIStatusSUCCESSTest.php
426463
test/Model/LiveEventExtraInfoTest.php
427464
test/Model/LiveEventTest.php
428465
test/Model/LiveEventTypeTest.php
429466
test/Model/LockComment200ResponseTest.php
467+
test/Model/MediaAssetTest.php
430468
test/Model/MetaItemTest.php
431469
test/Model/NotificationAndCountTest.php
432470
test/Model/NotificationTypeTest.php
@@ -448,6 +486,7 @@ test/Model/PublicAPIGetCommentTextResponseTest.php
448486
test/Model/PublicAPISetCommentTextResponseTest.php
449487
test/Model/PublicBlockFromCommentParamsTest.php
450488
test/Model/PublicCommentTest.php
489+
test/Model/PublicFeedPostsResponseTest.php
451490
test/Model/QueryPredicateTest.php
452491
test/Model/QueryPredicateValueTest.php
453492
test/Model/QuestionDatumTest.php
@@ -456,6 +495,9 @@ test/Model/QuestionResultAggregationOverallTest.php
456495
test/Model/QuestionResultTest.php
457496
test/Model/QuestionSubQuestionVisibilityTest.php
458497
test/Model/QuestionWhenSaveTest.php
498+
test/Model/ReactBodyParamsTest.php
499+
test/Model/ReactFeedPostPublic200ResponseTest.php
500+
test/Model/ReactFeedPostResponseTest.php
459501
test/Model/RecordStringBeforeStringOrNullAfterStringOrNullValueTest.php
460502
test/Model/RecordStringStringOrNumberValueTest.php
461503
test/Model/RenderableUserNotificationTest.php
@@ -468,16 +510,19 @@ test/Model/SaveCommentResponseOptimizedTest.php
468510
test/Model/SaveCommentResponseTest.php
469511
test/Model/SaveCommentsResponseWithPresenceTest.php
470512
test/Model/SetCommentText200ResponseTest.php
513+
test/Model/SizePresetTest.php
471514
test/Model/SortDirectionsTest.php
472515
test/Model/SpamRuleTest.php
473516
test/Model/UnBlockCommentPublic200ResponseTest.php
474517
test/Model/UnBlockFromCommentParamsTest.php
475518
test/Model/UnblockSuccessTest.php
476519
test/Model/UpdateDomainConfigParamsTest.php
477520
test/Model/UpdateUserNotificationStatus200ResponseTest.php
521+
test/Model/UploadImageResponseTest.php
478522
test/Model/UserNotificationTest.php
479523
test/Model/UserNotificationWriteResponseTest.php
480524
test/Model/UserPresenceDataTest.php
525+
test/Model/UserReactsResponseTest.php
481526
test/Model/UserSessionInfoTest.php
482527
test/Model/VoteBodyParamsTest.php
483528
test/Model/VoteComment200ResponseTest.php

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ Class | Method | HTTP request | Description
102102
*DefaultApi* | [**unFlagComment**](docs/Api/DefaultApi.md#unflagcomment) | **POST** /api/v1/comments/{id}/un-flag |
103103
*DefaultApi* | [**updateComment**](docs/Api/DefaultApi.md#updatecomment) | **PATCH** /api/v1/comments/{id} |
104104
*DefaultApi* | [**updateFeedPost**](docs/Api/DefaultApi.md#updatefeedpost) | **PATCH** /api/v1/feed-posts/{id} |
105+
*HiddenApi* | [**uploadImageOptions**](docs/Api/HiddenApi.md#uploadimageoptions) | **OPTIONS** /upload-image/{tenantId} |
105106
*PublicApi* | [**blockFromCommentPublic**](docs/Api/PublicApi.md#blockfromcommentpublic) | **POST** /block-from-comment/{commentId} |
106107
*PublicApi* | [**checkedCommentsForBlocked**](docs/Api/PublicApi.md#checkedcommentsforblocked) | **GET** /check-blocked-comments |
107108
*PublicApi* | [**createCommentPublic**](docs/Api/PublicApi.md#createcommentpublic) | **POST** /comments/{tenantId} |
109+
*PublicApi* | [**createFeedPostPublic**](docs/Api/PublicApi.md#createfeedpostpublic) | **POST** /feed-posts/{tenantId} |
108110
*PublicApi* | [**deleteCommentPublic**](docs/Api/PublicApi.md#deletecommentpublic) | **DELETE** /comments/{tenantId}/{commentId} |
109111
*PublicApi* | [**deleteCommentVote**](docs/Api/PublicApi.md#deletecommentvote) | **DELETE** /comments/{tenantId}/{commentId}/vote/{voteId} |
110112
*PublicApi* | [**flagCommentPublic**](docs/Api/PublicApi.md#flagcommentpublic) | **POST** /flag-comment/{commentId} |
@@ -117,8 +119,10 @@ Class | Method | HTTP request | Description
117119
*PublicApi* | [**getUserNotificationCount**](docs/Api/PublicApi.md#getusernotificationcount) | **GET** /user-notifications/get-count |
118120
*PublicApi* | [**getUserNotifications**](docs/Api/PublicApi.md#getusernotifications) | **GET** /user-notifications |
119121
*PublicApi* | [**getUserPresenceStatuses**](docs/Api/PublicApi.md#getuserpresencestatuses) | **GET** /user-presence-status |
122+
*PublicApi* | [**getUserReactsPublic**](docs/Api/PublicApi.md#getuserreactspublic) | **GET** /feed-posts/{tenantId}/user-reacts |
120123
*PublicApi* | [**lockComment**](docs/Api/PublicApi.md#lockcomment) | **POST** /comments/{tenantId}/{commentId}/lock |
121124
*PublicApi* | [**pinComment**](docs/Api/PublicApi.md#pincomment) | **POST** /comments/{tenantId}/{commentId}/pin |
125+
*PublicApi* | [**reactFeedPostPublic**](docs/Api/PublicApi.md#reactfeedpostpublic) | **POST** /feed-posts/{tenantId}/react/{postId} |
122126
*PublicApi* | [**resetUserNotificationCount**](docs/Api/PublicApi.md#resetusernotificationcount) | **POST** /user-notifications/reset-count |
123127
*PublicApi* | [**resetUserNotifications**](docs/Api/PublicApi.md#resetusernotifications) | **POST** /user-notifications/reset |
124128
*PublicApi* | [**setCommentText**](docs/Api/PublicApi.md#setcommenttext) | **POST** /comments/{tenantId}/{commentId}/update-text |
@@ -128,6 +132,7 @@ Class | Method | HTTP request | Description
128132
*PublicApi* | [**updateUserNotificationCommentSubscriptionStatus**](docs/Api/PublicApi.md#updateusernotificationcommentsubscriptionstatus) | **POST** /user-notifications/{notificationId}/mark-opted/{optedInOrOut} |
129133
*PublicApi* | [**updateUserNotificationPageSubscriptionStatus**](docs/Api/PublicApi.md#updateusernotificationpagesubscriptionstatus) | **POST** /user-notifications/set-subscription-state/{subscribedOrUnsubscribed} |
130134
*PublicApi* | [**updateUserNotificationStatus**](docs/Api/PublicApi.md#updateusernotificationstatus) | **POST** /user-notifications/{notificationId}/mark/{newStatus} |
135+
*PublicApi* | [**uploadImage**](docs/Api/PublicApi.md#uploadimage) | **POST** /upload-image/{tenantId} |
131136
*PublicApi* | [**voteComment**](docs/Api/PublicApi.md#votecomment) | **POST** /comments/{tenantId}/{commentId}/vote |
132137

133138
## Models
@@ -176,6 +181,9 @@ Class | Method | HTTP request | Description
176181
- [CreateCommentParams](docs/Model/CreateCommentParams.md)
177182
- [CreateCommentPublic200Response](docs/Model/CreateCommentPublic200Response.md)
178183
- [CreateFeedPost200Response](docs/Model/CreateFeedPost200Response.md)
184+
- [CreateFeedPostParams](docs/Model/CreateFeedPostParams.md)
185+
- [CreateFeedPostPublic200Response](docs/Model/CreateFeedPostPublic200Response.md)
186+
- [CreateFeedPostResponse](docs/Model/CreateFeedPostResponse.md)
179187
- [CreateFeedPostsResponse](docs/Model/CreateFeedPostsResponse.md)
180188
- [CustomConfigParameters](docs/Model/CustomConfigParameters.md)
181189
- [DeleteComment200Response](docs/Model/DeleteComment200Response.md)
@@ -213,22 +221,26 @@ Class | Method | HTTP request | Description
213221
- [GetEventLog200Response](docs/Model/GetEventLog200Response.md)
214222
- [GetEventLogResponse](docs/Model/GetEventLogResponse.md)
215223
- [GetFeedPosts200Response](docs/Model/GetFeedPosts200Response.md)
224+
- [GetFeedPostsPublic200Response](docs/Model/GetFeedPostsPublic200Response.md)
216225
- [GetFeedPostsResponse](docs/Model/GetFeedPostsResponse.md)
217226
- [GetMyNotificationsResponse](docs/Model/GetMyNotificationsResponse.md)
218227
- [GetUserNotificationCount200Response](docs/Model/GetUserNotificationCount200Response.md)
219228
- [GetUserNotificationCountResponse](docs/Model/GetUserNotificationCountResponse.md)
220229
- [GetUserNotifications200Response](docs/Model/GetUserNotifications200Response.md)
221230
- [GetUserPresenceStatuses200Response](docs/Model/GetUserPresenceStatuses200Response.md)
222231
- [GetUserPresenceStatusesResponse](docs/Model/GetUserPresenceStatusesResponse.md)
232+
- [GetUserReactsPublic200Response](docs/Model/GetUserReactsPublic200Response.md)
223233
- [GifRating](docs/Model/GifRating.md)
224234
- [HeaderState](docs/Model/HeaderState.md)
225235
- [IgnoredResponse](docs/Model/IgnoredResponse.md)
236+
- [ImageContentProfanityLevel](docs/Model/ImageContentProfanityLevel.md)
226237
- [ImportedAPIStatusFAILED](docs/Model/ImportedAPIStatusFAILED.md)
227238
- [ImportedAPIStatusSUCCESS](docs/Model/ImportedAPIStatusSUCCESS.md)
228239
- [LiveEvent](docs/Model/LiveEvent.md)
229240
- [LiveEventExtraInfo](docs/Model/LiveEventExtraInfo.md)
230241
- [LiveEventType](docs/Model/LiveEventType.md)
231242
- [LockComment200Response](docs/Model/LockComment200Response.md)
243+
- [MediaAsset](docs/Model/MediaAsset.md)
232244
- [MetaItem](docs/Model/MetaItem.md)
233245
- [NotificationAndCount](docs/Model/NotificationAndCount.md)
234246
- [NotificationType](docs/Model/NotificationType.md)
@@ -250,6 +262,7 @@ Class | Method | HTTP request | Description
250262
- [PublicAPISetCommentTextResponse](docs/Model/PublicAPISetCommentTextResponse.md)
251263
- [PublicBlockFromCommentParams](docs/Model/PublicBlockFromCommentParams.md)
252264
- [PublicComment](docs/Model/PublicComment.md)
265+
- [PublicFeedPostsResponse](docs/Model/PublicFeedPostsResponse.md)
253266
- [QueryPredicate](docs/Model/QueryPredicate.md)
254267
- [QueryPredicateValue](docs/Model/QueryPredicateValue.md)
255268
- [QuestionDatum](docs/Model/QuestionDatum.md)
@@ -258,6 +271,9 @@ Class | Method | HTTP request | Description
258271
- [QuestionResultAggregationOverall](docs/Model/QuestionResultAggregationOverall.md)
259272
- [QuestionSubQuestionVisibility](docs/Model/QuestionSubQuestionVisibility.md)
260273
- [QuestionWhenSave](docs/Model/QuestionWhenSave.md)
274+
- [ReactBodyParams](docs/Model/ReactBodyParams.md)
275+
- [ReactFeedPostPublic200Response](docs/Model/ReactFeedPostPublic200Response.md)
276+
- [ReactFeedPostResponse](docs/Model/ReactFeedPostResponse.md)
261277
- [RecordStringBeforeStringOrNullAfterStringOrNullValue](docs/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.md)
262278
- [RecordStringStringOrNumberValue](docs/Model/RecordStringStringOrNumberValue.md)
263279
- [RenderableUserNotification](docs/Model/RenderableUserNotification.md)
@@ -270,16 +286,19 @@ Class | Method | HTTP request | Description
270286
- [SaveCommentResponseOptimized](docs/Model/SaveCommentResponseOptimized.md)
271287
- [SaveCommentsResponseWithPresence](docs/Model/SaveCommentsResponseWithPresence.md)
272288
- [SetCommentText200Response](docs/Model/SetCommentText200Response.md)
289+
- [SizePreset](docs/Model/SizePreset.md)
273290
- [SortDirections](docs/Model/SortDirections.md)
274291
- [SpamRule](docs/Model/SpamRule.md)
275292
- [UnBlockCommentPublic200Response](docs/Model/UnBlockCommentPublic200Response.md)
276293
- [UnBlockFromCommentParams](docs/Model/UnBlockFromCommentParams.md)
277294
- [UnblockSuccess](docs/Model/UnblockSuccess.md)
278295
- [UpdateDomainConfigParams](docs/Model/UpdateDomainConfigParams.md)
279296
- [UpdateUserNotificationStatus200Response](docs/Model/UpdateUserNotificationStatus200Response.md)
297+
- [UploadImageResponse](docs/Model/UploadImageResponse.md)
280298
- [UserNotification](docs/Model/UserNotification.md)
281299
- [UserNotificationWriteResponse](docs/Model/UserNotificationWriteResponse.md)
282300
- [UserPresenceData](docs/Model/UserPresenceData.md)
301+
- [UserReactsResponse](docs/Model/UserReactsResponse.md)
283302
- [UserSessionInfo](docs/Model/UserSessionInfo.md)
284303
- [VoteBodyParams](docs/Model/VoteBodyParams.md)
285304
- [VoteComment200Response](docs/Model/VoteComment200Response.md)

docs/Api/DefaultApi.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ try {
444444
## `createFeedPost()`
445445

446446
```php
447-
createFeedPost($tenant_id, $feed_post): \FastComments\Client\Model\CreateFeedPost200Response
447+
createFeedPost($tenant_id, $create_feed_post_params, $broadcast_id, $is_live, $do_spam_check, $skip_dup_check): \FastComments\Client\Model\CreateFeedPost200Response
448448
```
449449

450450

@@ -469,10 +469,14 @@ $apiInstance = new FastComments\Client\Api\DefaultApi(
469469
$config
470470
);
471471
$tenant_id = 'tenant_id_example'; // string
472-
$feed_post = new \FastComments\Client\Model\FeedPost(); // \FastComments\Client\Model\FeedPost
472+
$create_feed_post_params = new \FastComments\Client\Model\CreateFeedPostParams(); // \FastComments\Client\Model\CreateFeedPostParams
473+
$broadcast_id = 'broadcast_id_example'; // string
474+
$is_live = True; // bool
475+
$do_spam_check = True; // bool
476+
$skip_dup_check = True; // bool
473477

474478
try {
475-
$result = $apiInstance->createFeedPost($tenant_id, $feed_post);
479+
$result = $apiInstance->createFeedPost($tenant_id, $create_feed_post_params, $broadcast_id, $is_live, $do_spam_check, $skip_dup_check);
476480
print_r($result);
477481
} catch (Exception $e) {
478482
echo 'Exception when calling DefaultApi->createFeedPost: ', $e->getMessage(), PHP_EOL;
@@ -484,7 +488,11 @@ try {
484488
| Name | Type | Description | Notes |
485489
| ------------- | ------------- | ------------- | ------------- |
486490
| **tenant_id** | **string**| | |
487-
| **feed_post** | [**\FastComments\Client\Model\FeedPost**](../Model/FeedPost.md)| | |
491+
| **create_feed_post_params** | [**\FastComments\Client\Model\CreateFeedPostParams**](../Model/CreateFeedPostParams.md)| | |
492+
| **broadcast_id** | **string**| | [optional] |
493+
| **is_live** | **bool**| | [optional] |
494+
| **do_spam_check** | **bool**| | [optional] |
495+
| **skip_dup_check** | **bool**| | [optional] |
488496

489497
### Return type
490498

0 commit comments

Comments
 (0)