cURL
curl --request POST \ --url https://openapi.octoparse.com/task/moveToGroup \ --header 'Authorization: Bearer <token>'
{ "data": { "moved": true }, "requestId": "<string>" }
Move a task to a specified task group.
Use the access_token obtained from POST /token
ID of the task to move
Destination task group ID
Task moved successfully
Show child attributes