workspaces

Get Base Ref Upload Url

Get presigned upload URL for base ref bundle.

Returns:

  • upload_url: Presigned URL (null if bundle already exists)
  • already_exists: Whether the bundle already exists

The base ref bundle is keyed by SHA for deduplication.

post/api/v1/workspaces/{workspace_id}/sync/base-ref-upload-url

Path parameters

workspace_idstring required

Request body

shastring required

Response

Successful Response

upload_urlstring nullable required
storage_keystring required
already_existsboolean required

Changes

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