@@ -616,7 +616,7 @@ $apiInstance = new FastComments\Client\Api\PublicApi(
616616);
617617$tenant_id = 'tenant_id_example'; // string
618618$comment_id = 'comment_id_example'; // string
619- $dir = 3.4 ; // float
619+ $dir = 56 ; // int
620620$sso = 'sso_example'; // string
621621
622622try {
@@ -633,7 +633,7 @@ try {
633633| ------------- | ------------- | ------------- | ------------- |
634634| ** tenant_id** | ** string** | | |
635635| ** comment_id** | ** string** | | |
636- | ** dir** | ** float ** | | |
636+ | ** dir** | ** int ** | | |
637637| ** sso** | ** string** | | [ optional] |
638638
639639### Return type
@@ -1095,10 +1095,10 @@ $apiInstance = new FastComments\Client\Api\PublicApi(
10951095 new GuzzleHttp\Client()
10961096);
10971097$tenant_id = 'tenant_id_example'; // string
1098- $page_size = 3.4 ; // float | Defaults to 20.
1098+ $page_size = 56 ; // int
10991099$after_id = 'after_id_example'; // string
11001100$include_context = True; // bool
1101- $after_created_at = 3.4 ; // float
1101+ $after_created_at = 56 ; // int
11021102$unread_only = True; // bool
11031103$dm_only = True; // bool
11041104$no_dm = True; // bool
@@ -1118,10 +1118,10 @@ try {
11181118| Name | Type | Description | Notes |
11191119| ------------- | ------------- | ------------- | ------------- |
11201120| ** tenant_id** | ** string** | | |
1121- | ** page_size** | ** float ** | Defaults to 20. | [ optional] |
1121+ | ** page_size** | ** int ** | | [ optional] |
11221122| ** after_id** | ** string** | | [ optional] |
11231123| ** include_context** | ** bool** | | [ optional] |
1124- | ** after_created_at** | ** float ** | | [ optional] |
1124+ | ** after_created_at** | ** int ** | | [ optional] |
11251125| ** unread_only** | ** bool** | | [ optional] |
11261126| ** dm_only** | ** bool** | | [ optional] |
11271127| ** no_dm** | ** bool** | | [ optional] |
@@ -1524,7 +1524,7 @@ $apiInstance = new FastComments\Client\Api\PublicApi(
15241524);
15251525$tenant_id = 'tenant_id_example'; // string
15261526$after_id = 'after_id_example'; // string
1527- $after_created_at = 3.4 ; // float
1527+ $after_created_at = 56 ; // int
15281528$unread_only = True; // bool
15291529$dm_only = True; // bool
15301530$no_dm = True; // bool
@@ -1544,7 +1544,7 @@ try {
15441544| ------------- | ------------- | ------------- | ------------- |
15451545| ** tenant_id** | ** string** | | |
15461546| ** after_id** | ** string** | | [ optional] |
1547- | ** after_created_at** | ** float ** | | [ optional] |
1547+ | ** after_created_at** | ** int ** | | [ optional] |
15481548| ** unread_only** | ** bool** | | [ optional] |
15491549| ** dm_only** | ** bool** | | [ optional] |
15501550| ** no_dm** | ** bool** | | [ optional] |
0 commit comments