Update Entity

Updates an existing entity in the graph.

Path parameters

collection_idstringRequired
The collection ID corresponding to the graph containing the entity.
entity_idstringRequired
The ID of the entity to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Request

This endpoint expects an object.
namestringOptional
The updated name of the entity.
descriptionstringOptional
The updated description of the entity.
categorystringOptional
The updated category of the entity.
metadatamap from strings to anyOptional
The updated metadata of the entity.

Response

Successful Response
resultsobject
An entity extracted from a document.

Errors