v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Filesystems

Complete Sync Operation

Notify that a sync operation completed and provide the file manifest.

post/filesystems/{filesystem_id}/sync-complete

Path parameters

filesystem_idstring required

Request body

archive_checksumstring nullable

SHA256 checksum of the archive.

archive_size_bytesinteger nullable

Size of the archive in bytes.

directionstring required

Sync direction: 'UP' or 'DOWN'.

statusstring required

Sync status: 'SUCCESS' or 'FAILED'.

sync_idstring required

Unique ID for this sync operation (idempotency key).

Response

Successful Response

files_countinteger required

Number of files processed.

filesystem_idstring required

The filesystem ID.

statusstring required

Result status: 'COMPLETED' or 'ALREADY_PROCESSED'.

sync_idstring required

The sync operation ID (for idempotency).