Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the updateDefinition REST API endpoints #127

Open
elipousson opened this issue Jan 23, 2024 · 0 comments
Open

Add support for the updateDefinition REST API endpoints #127

elipousson opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elipousson
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Adding support for the updateDefinition Feature Layer endpoint with a function named something like update_feature_layer() and also the updateDefinition Feature Service endpoint with something like update_feature_server() would be great.

The implementation could include a mix of more general, e.g. arc_update(), or more focused, e.g. update_layer_properties() or update_layer_fields(), functions to help turned a data frame or list into the JSON format required for these operations.

Describe the solution you'd like

Based on the examples from the updateDefinition documentation, here are the features that I am most interested in seeing supported:

Describe alternatives you've considered

I have not yet explored implementation but can share a reprex if I have an opportunity to give this a try.

Additional context

Any features related to the layer "renderer" may also relate to this issue for {arcgisutils} R-ArcGIS/arcgisutils#4

@elipousson elipousson added the enhancement New feature or request label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant