Skip to main content
PATCH
/
api
/
v1
/
workspaces
/
{workspace_id}
/
sync
/
checkpoint-status
Update Checkpoint Sync Status
curl --request PATCH \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/sync/checkpoint-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkpoint_id": "<string>",
  "synced": true
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Body

application/json

Request to update checkpoint sync status on a worktree.

checkpoint_id
string
required
synced
boolean
required

Response

Successful Response

The response is of type Response Update Checkpoint Sync Status Api V1 Workspaces Workspace Id Sync Checkpoint Status Patch · object.