---
title: "Update Action Parameters"
method: POST
path: "/task/updateActionProperties"
tags: ["Task"]
---

# Update Action Parameters

`POST /task/updateActionProperties`

Update the text value in the Enter Text action or the URL in the Go to Web Page action.

## Request body

- object
  - `taskId` string, required
  - `actions` object[], required
    - `actionType` string
    - `actionId` string
    - `properties` object[]
      - `name` string
      - `value` string

## Response `200`

Action properties 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)
