You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't a way to determine what version webAPI is currently installed. We should have an endpoint defined as /version (accessable from hostname/WebAPI/version (or /info?) that prints out a JSON object that contains the information about the WebAPI version.
Ideally, this could be automated to update as a part of the build process, but at the very least an application.properties file should be set to a value that is read from the API call.
The text was updated successfully, but these errors were encountered:
There isn't a way to determine what version webAPI is currently installed. We should have an endpoint defined as /version (accessable from hostname/WebAPI/version (or /info?) that prints out a JSON object that contains the information about the WebAPI version.
Ideally, this could be automated to update as a part of the build process, but at the very least an application.properties file should be set to a value that is read from the API call.
The text was updated successfully, but these errors were encountered: