v3

latestSwagger 2.02026-07-139789260.9 KB

Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName. Null updates are not possible.

In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format:

attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName.

The REST request would look something like this: PUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.

put/atlas/v2/entity/uniqueAttribute/type/{typeName}

Path parameters

typeNamestring required

The name of the type.

Query parameters

attr:qualifiedNamestring

The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes)

Request body

referredEntitiesobject

The referred entities.

Response

The request has succeeded.

guidAssignmentsobject

A map of GUID assignments with entities.

mutatedEntitiesobject

The entity headers of mutated entities.