POST:content_models.json
Commerce APIPOST:content_models.json

POST:content_models.json

Description

Modify one or multiple content models.

Permission bit: "content_models.modify"

Topic: Content Models

Query Parameters

ids: Comma-separated array of String, required

List of content model ids. See also: Unique Identifiers

Example: ?ids=co_EQzGqWoY,co_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ContentModelModify

[
  {
    "json": "",
    "label": "Ingredients"
  }
]

Response Body

Array of ContentModel

Response Body Type

Loading module