v3

latestSwagger 2.02026-07-139789260.9 KB

Create or update an entity. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>. For each contact type, the maximum number of contacts is 20.

post/atlas/v2/entity

Query parameters

api-versionstring

The API version to use for this operation.

businessAttributeUpdateBehavior'ignore' | 'replace' | 'merge'

Used to define the update behavior for business attributes when updating entities.

collectionIdstring

The collection where entities will be moved to. Only specify a value if you need to move an entity to another collection.

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.

All 97 operations