| 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: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}