Interface VersionControllerApi


@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-05T07:24:46.315536143Z[Etc/UTC]") @Validated public interface VersionControllerApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<Object>
    GET /api/version : getVersion
  • Method Details

    • getVersion

      @RequestMapping(method=GET, value="/api/version", produces="application/json") org.springframework.http.ResponseEntity<Object> getVersion()
      GET /api/version : getVersion
      Returns:
      OK (status code 200) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)