Class ModelController
java.lang.Object
org.craftercms.studio.controller.rest.v2.ModelController
@Validated
@RestController
@RequestMapping("/api/2/model")
public class ModelController
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModelController
@ConstructorProperties("contentTypeService") public ModelController(ContentTypeService contentTypeService)
-
-
Method Details
-
getModelDefinitions
@PostMapping("/{siteId}/definitions") public ResponseBody getModelDefinitions(@PathVariable("siteId") String siteId) throws ServiceLayerException - Throws:
ServiceLayerException
-