Update Task

Use this API to update an existing task for an entity.

πŸ—’

Things to Know

  • This API only supports AI Governance entities (Models, Datasets, AI Systems, and AI Agents).
  • AI Governance APIs will become available over the course of the Spring as customer tenants are migrated to enhanced AI Governance services. No customer action is required and more detailed information will be published in upcoming release notes and product documentation.
Path Params
uuid
required

UUID of the Task to be updated

Body Params
string
required
length between 1 and 512

Name of the task

string
length ≀ 2000

Description of the task

uuid

ID of the assignee

string
length between 5 and 255

Email of the assignee

collaborators
array of objects

List of task collaborators

collaborators
date-time

Deadline for the task

string
enum

Status of the task

Allowed:
context
object

Context information for the task

string
enum
Defaults to MEDIUM

Priority level of the task

Allowed:
boolean
Defaults to false

Flag indicating if the task is required

string
length between 0 and 16

Type of source that created the task

uuid

ID of the source that created the task

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
application/json
*/*