Interface HealthCheckControllerApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-30T20:29:53.808532876Z[Etc/UTC]")
@Validated
public interface HealthCheckControllerApi
-
Method Summary
Modifier and TypeMethodDescriptionGET /health/visibility_areas_list : getTestVisibilityAreasList
-
Method Details
-
getTestVisibilityAreasList
@RequestMapping(method=GET, value="/health/visibility_areas_list", produces="application/json") org.springframework.http.ResponseEntity<List<UUID>> getTestVisibilityAreasList()GET /health/visibility_areas_list : getTestVisibilityAreasList- Returns:
- OK (status code 200) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)
-