Update entity matching models

Update entity matching models by IDs or external IDs.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
Array of ModelChangeById (object) or ModelChangeByExternalId (object) (ModelChange) [ 1 .. 1000 ] items
Responses
200

Success

400

The response for a failed request.

post/context/entitymatching/update
Request samples
from cognite.client.data_classes.contextualization import EntityMatchingModelUpdate
client.entity_matching.update(EntityMatchingModelUpdate(id=1).name.set("New name"))
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}