Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"index": 123,
"query": "<string>",
"is_active": true,
"source_table": "<string>",
"destination_table": "<string>",
"status": "<string>",
"last_run_at": "2023-11-07T05:31:56Z",
"run_start_at": "2023-11-07T05:31:56Z",
"run_time": "<string>",
"instance_id": "<string>",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}{
"code": 123,
"message": "<string>",
"error": "<string>"
}Move Transformation Task
POST
/
v2
/
transformations
/
{transformation_id}
/
tasks
/
{task_id}
/
move
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"index": 123,
"query": "<string>",
"is_active": true,
"source_table": "<string>",
"destination_table": "<string>",
"status": "<string>",
"last_run_at": "2023-11-07T05:31:56Z",
"run_start_at": "2023-11-07T05:31:56Z",
"run_time": "<string>",
"instance_id": "<string>",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}{
"code": 123,
"message": "<string>",
"error": "<string>"
}Authorizations
ApiKeyAuthBasicAuth
A Sync user auth token. Generate one via POST /v2/users/generate-token.
Path Parameters
Transformation identifier.
Task identifier.
Body
application/json
Move a task to a new index position.
Response
One or more tasks
Present for job tasks.
Present for job tasks.
Present for transformation tasks.