Modify Entity

Use this API to partially update an existing entity record.

πŸ—’

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

Entity Identifier

Query Params
uuid

Identifier of the entity type

string

Name of the entity type

Body Params
string
length between 1 and 255

The updated name of the entity. If not provided, the existing name will be retained.

organization
object

The updated organization group for the entity. Contains organization ID and optional name. If not provided, the existing organization will be retained.

attributes
object

Custom attributes to update on the entity. Only the attributes provided will be updated; others will retain their existing values.

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
*/*