Skip to main content
POST
/
v2
/
tasks
/
{taskId}
/
edit
Edit Task
curl --request POST \
  --url https://api.anchorbrowser.io/v2/tasks/{taskId}/edit \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "user_task": "<string>"
}
'
{}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

taskId
string
required

Body

application/json
user_task
string
required

Natural-language description of the change to make.

Minimum string length: 1

Response

Task edited successfully.

The response is of type object.