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

Fixed #15435 - user api put patch API route regression #15440

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Sep 2, 2024

This fixes a regression created in #15284 where the put and patch routes were incorrectly removed from the resource routes.

Copy link

what-the-diff bot commented Sep 2, 2024

PR Summary

  • Introduction of User Update Functionality in API
    The team added a feature to the API that lets you make changes to user data. This was performed by creating a new route in the system.

  • Added Verification for User Update
    For trustworthiness, a separate test case has been added to check the new user update feature that we just discussed. This makes sure that changes to user data work as expected without causing any unexpected issues.

Signed-off-by: snipe <[email protected]>
@snipe snipe merged commit e1fcfc8 into develop Sep 2, 2024
9 checks passed
@snipe snipe deleted the fixes/user_api_put_patch branch September 2, 2024 18:14
@snipe snipe changed the title Fixes #15435 - user api put patch API route regression Fixed #15435 - user api put patch API route regression Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant