POST /rest/types/ HTTP/1.1 Host: localhost:4000 Content-Type: application/json : Authorization: Basic YWRtaW46YWRtaW4= cache-control: no-cache Postman-Token: 77dc6903-d794-4326-9619-b980f62e2d36 { "name" : "dummy-type-example", "label" : "Example Type", "description" : "", "version" : "1.0.0", "status" : null, "active" : true, "clean_db" : true, "access" : { "groups" : "", "users" : "" }, "author_id" : 1, "render_meta" : { "icon" : "fab fa-windows", "sections" : [ { "type" : "section", "name" : "basic-sections", "label" : "Basicsection", "fields" : [ "dummy-field" ] } ], "externals" : [], "summary" : { "fields" : [ "dummy-field" ] } }, "fields" : [ { "type" : "text", "name" : "dummy-field", "label" : "Label may differ" } ], "category_id" : null, "acl" : { "activated" : false, "groups" : { "includes" : {} } } }