Support for the “applyEdits” operation in custom data feature services
The apply
operation is now available for custom data feature services. To use this feature, first create a custom data provider with the editing operation implemented. For more details, refer to the topic Create a Custom Data Provider with Edit Capability. When implementing the editing operation in a custom data provider, consult the ArcGIS REST documentation for information on the Apply Edits Specification.
After implementing the edit operation, deploy the custom data provider on ArcGIS Server and create a feature service with the Editing
capability enabled. This new walkthrough provides a step-by-step guide on creating a custom data provider with editing implementation from scratch, deploying it on ArcGIS Server, and using the apply
operation in custom data feature services.
Running the custom data development server on HTTPS
New options have been added for creating a self-signed certificate and specifying the port number for the custom data development server. For more details, see the Custom Data CLI Reference.