visible_since
is returned{
"article": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"visible_in_list": true,
"topic_relevant_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"teaser": {
"en": "Text"
},
"body": {
"en": "Text"
},
"headline": {
"en": "Text"
},
"published_at": "2022-11-09T16:25:58.099512Z",
"url": "path/to/:id",
"external_master": "scraper",
"us_legacy_data": {},
"tag_ids": [
1
],
"category_ids": [
0
]
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/redirections/3004?dry_run=' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"article": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"visible_in_list": true,
"topic_relevant_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"teaser": {
"en": "Text"
},
"body": {
"en": "Text"
},
"headline": {
"en": "Text"
},
"published_at": "2022-11-09T16:25:58.099512Z",
"url": "path/to/:id",
"external_master": "scraper",
"us_legacy_data": {},
"tag_ids": [
1
],
"category_ids": [
0
]
}
}'
{
"redirection": {
"id": 1,
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"archived_at": "2022-11-15T16:25:58.099512Z"
}
}