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

BE: Endpoint for updating all custom field values for a resource #2612

Closed
ssangervasi opened this issue Feb 15, 2023 · 0 comments
Closed

BE: Endpoint for updating all custom field values for a resource #2612

ssangervasi opened this issue Feb 15, 2023 · 0 comments
Assignees

Comments

@ssangervasi
Copy link
Contributor

The FE for editing custom fields has to do N API calls in order to save changes to N custom fields for a resource, including a mix of DELETE and PUT requests: https://github.com/ethyca/fides/pull/2586/files#r1106236249

This process would be simpler (and could provide better info to the user) if the BE instead had an API for setting all custom field values for a resource in one requests. This would need to clear out any fields that were not included in the request, along with upserting the values that were passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants