Retry failed or partially failed sync history item
POST/api/v1/sync/history/:id/retry
Retries a failed or partially failed sync history item for the authenticated user. For partial items, only destinations that failed are retried.
A successful or partially successful retry marks the original row as retried and creates a new sync history row. A completely failed retry returns the failure result without creating another history row.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Retry attempt completed
Bad request or item cannot be retried
Unauthorized
Sync history item or user not found
Internal server error