---
title: "Update Loop Item List"
method: POST
path: "/task/updateLoopItems"
tags: ["Task"]
---

# Update Loop Item List

`POST /task/updateLoopItems`

Update the text list or URL list in a Loop Item.

## Request body

- object
  - `taskId` string, required
  - `actionId` string, required
  - `loopType` string, required — Type of loop item (e.g. URL, text)
  - `loopItems` string[], required
  - `isAppend` boolean — If true, appends items to existing list. If false, replaces the list.

## Response `200`

Loop items updated

- object
  - `data` object
    - `message` string
  - `requestId` string

---

[API](https://skmtc.net/octoparse/apis/octoparse-api.md) · [All operations](https://skmtc.net/octoparse/apis/octoparse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoparse/octoparse-api/revisions/ba22877ce84b/schema)
