Complete Sync Operation
Notify that a sync operation completed and provide the file manifest.
POST
Complete Sync Operation
Notify that a sync operation completed and provide the file manifest. This is typically called after uploading or downloading files to finalize the sync state.
Path Parameters
Body
application/json
Request model for completing a sync operation.
Sync direction: 'UP' or 'DOWN'.
Sync status: 'SUCCESS' or 'FAILED'.
Unique ID for this sync operation (idempotency key).
SHA256 checksum of the archive.
Size of the archive in bytes.
List of files in the filesystem (empty if status is FAILED).
Response
Successful Response
Complete Sync Operation