-
Notifications
You must be signed in to change notification settings - Fork 190
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
3400: Changed variable name from measurementID to measureName #3401
Conversation
Hi @RohitGavale, For this PR, the clients that call the REST interface also need to be updated, can you please adjust this? |
Could you confirm if the expectation is to update measurementID to measurementName in all client calls to align with the changes made in the REST interface? |
Yes, exactly. |
I have made a pull request. |
Hi @RohitGavale, Thank you for updating your PR in #3402! I really appreciate your effort. To clarify, there’s no need to open a new PR for the requested changes—you can make the updates directly in this one. My earlier comment might have been unclear, sorry for that. I’d like to refine it: I didn’t mean for you to modify the other methods within the Here’s my suggestion:
Additionally, to resolve the failing tests for this PR, you’ll need to adapt the variable name in the I hope this comment is helpful. Cheers, |
Hello there 👋 |
Hello there 👋 |
Renamed the variable name from measurementID to measureName in dropMeasurementSeries Method. Changed the @PathVariable annotation to use measureName instead of measurementID.