-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update post and put routes #78
Conversation
Wondering if we are okay with returning nulls or if we want to specify return messages |
@mlan225 instead of null, let's return the originally submitted object here. |
updated to preview version for checking with the front end application Updated clientsBaseClient
authenticatedClient
Updated controllersForms controller:
lookups controller:
packets controller
participations controller
visits controller
Version updates (to preview 4.3.0-preview.1)
|
Updated the returns for methods
preview version updated to preview.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mlan225 Good to merge! Process is to bump to 4.3.0, merge commit to main, tag the merge commit with v4.3.0 and push to build packages.
Resolves #77
Update the post and put methods in base method and all controllers and clients that inherit it.
Clients updated:
Controllers updated: