Interface ModelsSchemaRestApi
-
- All Known Implementing Classes:
ModelsSchemaController
@RestController @RequestMapping("/v1/schemas") public interface ModelsSchemaRestApiController for Schema resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>getSchema(String modelType)
-