workspaces

Get Sync Upload Url

Generate a presigned URL for uploading a sync bundle.

Bundle types:

  • base_ref: Full bundle of base branch (keyed by SHA)
  • head_ref: Incremental from base to HEAD (keyed by SHA)
  • checkpoint: Incremental from HEAD to checkpoint (keyed by ID)
post/api/v1/workspaces/{workspace_id}/sync/upload-url

Path parameters

workspace_idstring required

Request body

bundle_type'base_ref' | 'head_ref' | 'checkpoint' required
shastring nullable
checkpoint_idstring nullable

Response

Successful Response

upload_urlstring required
expires_atstring date-time required
storage_keystring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.