v4

latestSwagger 2.02026-07-13109102258.7 KB
Collection

Creates or updates an entity to a collection. 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>>.

post/collections/{collection}/entity

Path parameters

collectionstring required

the collection unique name

Query parameters

api-versionstring required

Version of Purview APIs

Request body

referredEntitiesobject

The referred entities.

Response

Created with EntityMutationResponse.

guidAssignmentsobject

A map of GUID assignments with entities.

mutatedEntitiesobject

The entity headers of mutated entities.