Key | Type | Required? | Default | Description |
---|---|---|---|---|
dry_run | boolean | no | false | For validation. When true, doesn't persist record on success |
Key | Description |
---|---|
page | Page object - except for read-only attributes |
Attribute | Error key | Error options |
---|---|---|
components | missing_mandatory_components | components : Array[string] |
{
"page": {} // Page - see 'Page model'
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/pages' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}