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

PUT endpoints doesn't update the user_id properly for the modified user ID field #72

Open
BenJeau opened this issue Jun 5, 2024 · 0 comments
Labels
Milestone

Comments

@BenJeau
Copy link
Owner

BenJeau commented Jun 5, 2024

Describe the bug
When updating ignore list, linked sources, linked providers, ... (most if not all PUT requests) should probably be a PATCH endpoint with proper diffing of the current status and requested change.

Currently it will update the related modified user to be the one from the request for all the rows related to it even if the user only updated a subset of the rows.

@BenJeau BenJeau added this to the v1.1 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant