OverrideEntity

Override an Entity Component. An override is a definitive change to entity data. Any authorized user of service can override overridable components on any entity. Only fields marked with overridable can be overridden. When setting an override, the user or service setting the override is asserting that they are certain of the change and the truth behind it.

OverrideEntityRequest

Request
This endpoint expects an object.
entityobject
The entity containing the overridden fields. The service will extract the overridable fields from the entity object and ignore any other fields.
field_pathlist of strings
The field paths that will be extracted from the Entity and saved as an override. Only fields marked overridable can be overridden.
provenanceobject
Additional information about the source of the override.

OverrideEntityResponse

Response
This endpoint returns an object.
statusenum
The status of the override request.