POST:content_models.json
POST:content_models.json
Description
Create one or multiple content models.
Permission bit: "content_models.create"
Topic: Content Models
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of ContentModelCreate
[ { "json": "", "label": "Ingredients", "name": "ingredients" } ]
Response Body
Array of ContentModel
Response Body Type
Loading module