How to change AGOL feature service capabilities using Rest API

816
1
Jump to solution
09-30-2014 07:29 AM
by Anonymous User
Not applicable

Is it possible to change the edit capabilities (add, update, delete, etc) of an ArcGIS Online feature layer using the Rest API?  If so, what would a sample url/post look like?  Thanks!!!

0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor

you can use arcrest (package python)

here you can see sample change capabilities: ArcREST/_update_feature_service_prop.py at master · Esri/ArcREST · GitHub

ArcRest: Esri/ArcREST · GitHub

View solution in original post

1 Reply
nicogis
MVP Frequent Contributor

you can use arcrest (package python)

here you can see sample change capabilities: ArcREST/_update_feature_service_prop.py at master · Esri/ArcREST · GitHub

ArcRest: Esri/ArcREST · GitHub