Skip to main content
POST
/
api
/
v1
/
workspaces
/
{workspace_id}
/
sync
/
enable
Enable Workspace Sync
curl --request POST \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/sync/enable \
  --header 'Authorization: Bearer <token>'
{}

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

Query Parameters

machine_id
string | null

Response

Successful Response

The response is of type Response Enable Workspace Sync Api V1 Workspaces Workspace Id Sync Enable Post · object.