Key | Description |
---|---|
landing_page_template | LandingPageTemplate object - except for read-only attributes |
landing_page_template.type | string |
landing_page_template.bee_json | json |
{
"landing_page_template": {} // Landing Page Template - see 'LandingPageTemplate model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/landing_pages/templates/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}