Skip to main content
PUT
/
projects
/
{projectId}
/
warehouse-sources
/
imports
/
{importId}
/
manual-sync
{
  "status": "ok",
  "results": {
    "run_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

importId
integer
required

Your warehouse import id (eg: 12345)

Response

Success

status
enum<string>

"ok" if the request succeeded, "error" otherwise.

Available options:
ok
Example:

"ok"

results
object