{
"page": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"us_legacy_data": {},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
}
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/pages/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"us_legacy_data": {},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
}
}
}'
{
"page": {
"id": 1,
"customer_id": 447,
"service": "home_page",
"locales": [
"en"
],
"products": [
"website"
],
"status": "published",
"visible_since": "2022-11-09T16:25:58.099Z",
"visible_until": "2022-11-09T16:25:58.099Z",
"sorting_priority": -89565672,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"components": [],
"updated_by": "proident",
"publication_status": "published",
"us_legacy_data": {
"ut8f": -33635688.6459134,
"mollit_6": 16888256,
"deserunt_66": "cillum nisi proident ullamco consequat"
},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
},
"meta_image": null,
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z",
"archived_at": "Reference not found $ref: #/definitions/368776"
}
}