Tasks

Update Task Metadata

Updates task metadata (name and description). This does not affect the task code or versions.

put/v1/task/{taskId}

Path parameters

taskIdstring uuid required

The ID of the task to update

Request body

namestring

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

descriptionstring

Optional description of the task

Response

Task metadata updated successfully

Changes