dominikriemer commented on code in PR #1192:
URL: https://github.com/apache/streampipes/pull/1192#discussion_r1097944678
##########
streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/Version.java:
##########
@@ -33,6 +34,7 @@ public class Version extends AbstractAuthGuardedRestResource {
@GET
@Path("/versions")
@Produces(MediaType.APPLICATION_JSON)
+ @Operation(summary = "Provides health-check and information about current
backend version.", tags = {"Version"})
Review Comment:
We also have an endpoint in the `Setup` resource which is unauthenticated
and is used by the UI to determine whether the core is running upon startup.
We could move the version info there and can keep the authenticated endpoint
for more detailed information. What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]