Authorization: Bearer ********************Authorization: Bearer ********************curl --location --request PATCH '/api/projects//landings//draft' \
--header 'x-landing-editor-session-id;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"expected_settings_revision": 5,
"settings": {
"list_visible": false,
"background_color": "#17202c"
}
}'{
"id": "string",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"name": "string",
"public_id": "string",
"status": "active",
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"is_read_only": true,
"draft_version_id": "string",
"published_version_id": "string",
"draft": {
"id": "string",
"name": "string",
"kind": "draft",
"status": "editing",
"number": 2,
"settings": {
"list_visible": false,
"background_color": "#17202c"
},
"order_revision": 1,
"settings_revision": 1,
"published_at": "2019-08-24T14:15:22.123Z",
"delete_after": "2019-08-24T14:15:22.123Z",
"blocks": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"document_id": "string",
"position_key": "hzzzzzzzzzzzz",
"type": "cover",
"payload": {
"content": {
"title": "string",
"text": "string"
},
"background": {
"url": "string",
"mobile_url": "string",
"overlay_opacity": 0
},
"button": {
"text": "string",
"color": "string",
"text_color": "string"
}
},
"action": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "subscribe_segment",
"segment_id": "string",
"channel_selection": {
"mode": "all",
"channels": [
{
"channel_id": "bbe8aa76-a4bb-46f6-a785-df8e831cc459",
"label": "string"
}
]
},
"contact_capture": {
"phone_enabled": true,
"email_enabled": true
}
},
"is_visible": true,
"revision": 1
}
]
},
"published": {},
"web_url": "string",
"has_unpublished_changes": true
}