Skip To Content
ArcGIS Developer
Dashboard

Apply Edits (Graph)

Description

License:

At ArcGIS Enterprise 10.9.1, named users in the Enterprise portal must be licensed with the ArcGIS Knowledge user type extension to create, edit, and update Knowledge Graph Server services. At ArcGIS Enterprise 11.0, your account no longer requires the ArcGIS Knowledge user type extension, but you must be signed in to the Enterprise portal to create, edit, and update Knowledge Graph Server services.

The applyedits operation is performed on a knowledge graph service's graph resource. This operation allows you to add, delete, and update entities and relationships in the knowledge graph, and change their property values.

The user must have sufficient privileges to edit content and editing must be enabled for the knowledge graph service for this operation to be successful. Editing can be enabled for a knowledge graph service in the same manner that you enable it for a hosted feature layer.

Requests and responses

This operation can only be performed by sending a PBF-formatted request and receiving a PBF-formatted response. Details of the request and response parameters are provided in the appropriate .proto files.

PBF Request

Create a PBF-formatted request to perform this operation based on the ApplyEditsRequest.proto file.

PBF Response

Create a PBF-formatted response to get feedback from the operation based on the ApplyEditsResponse.proto file.