Tasks (Legacy)

Update Task Metadata (Legacy)

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

If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.

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