Hello,
Is it possible to set differing capabilities at the feature service ADMIN level on RELATED feature services? For example can the parent feature service be set to not allow edits, but a related child (tabular) feature service be set to allow edits?
I am able to access the Layer definition for my hosted feature service through the below:
https://services1.arcgis.com/xxxxxxx/ArcGIS/rest/admin/services/MyServiceName/FeatureServer/0/update...
Here i edit the capabilities from:
"capabilities" : "Create,Delete,Query,Update,Editing,Sync,ChangeTracking",
To:
"capabilities" : "Create,Delete,Query",
I set the lastEditDate to "" as described by Jake Skinner and Kelly Gerrow here. I get no errors, but the service definition fails to update.
Thanks