Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://openapi.octoparse.com/task/moveToGroup \ --header 'Authorization: Bearer <token>'
{ "data": { "moved": true }, "requestId": "<string>" }
Required plan: Standard, Professional, or Enterprise.
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