Interface PingControllerApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-02T09:52:45.897640377Z[Etc/UTC]")
@Validated
public interface PingControllerApi
-
Method Summary
-
Method Details
-
isAlive
@RequestMapping(method=GET, value="/api/ping", produces="application/json") org.springframework.http.ResponseEntity<Boolean> isAlive()GET /api/ping : isAlive- Returns:
- OK (status code 200) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)
-