Interface MiaGeneralControllerApi
- All Known Implementing Classes:
MiaGeneralController
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:48.824691875Z[Etc/UTC]")
@Validated
public interface MiaGeneralControllerApi
-
Method Summary
-
Method Details
-
version
@RequestMapping(method=GET, value="/version", produces="text/plain") org.springframework.http.ResponseEntity<String> version()GET /version : version- Returns:
- OK (status code 200)
-