You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,3 +170,86 @@ Name | Type | Description | Notes
169
170
170
171
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**app_id** | **str**| The ID of the app to list sync errors for. | [optional]
232
+
**resource_id** | **str**| The ID of the resource to list sync errors for. | [optional]
233
+
**group_id** | **str**| The ID of the group to list sync errors for. | [optional]
234
+
235
+
### Return type
236
+
237
+
[**List[SyncErrorList]**](SyncErrorList.md)
238
+
239
+
### Authorization
240
+
241
+
[BearerAuth](../README.md#BearerAuth)
242
+
243
+
### HTTP request headers
244
+
245
+
-**Content-Type**: Not defined
246
+
-**Accept**: application/json
247
+
248
+
### HTTP response details
249
+
250
+
| Status code | Description | Response headers |
251
+
|-------------|-------------|------------------|
252
+
**200** | A list of sync errors. | - |
253
+
254
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
# SyncError Object ### Description The `SyncError` object is used to represent a sync error. ### Usage Example List from the `GET Sync Errors` endpoint.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments