Skip to main content
PUT
Update Task Metadata (Legacy)

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Path Parameters

taskId
string<uuid>
required

The ID of the task to update

Body

application/json
name
string

Task name (letters, numbers, hyphens, and underscores only)

Required string length: 1 - 255
Pattern: ^[a-zA-Z0-9_-]+$
description
string

Optional description of the task

Maximum string length: 1000

Response

Task metadata updated successfully

data
object