Skip to main content
PUT
Update Task Metadata (Legacy)

Authorizations

anchor-api-key
string
header
required

API key passed in the header

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