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