articles
Update Article Embargo
Note: setting an article under whole embargo does not imply that the article will be published when the embargo will expire. You must explicitly call the publish endpoint to enable this functionality.
put/account/articles/{article_id}/embargo
Path parameters
article_idinteger required
Article unique identifier
Request body
Example request
{
"is_embargoed": true,
"embargo_date": "2018-05-22T04:04:04",
"embargo_type": "file",
"embargo_title": "File(s) under embargo",
"embargo_options": [
{
"id": 1321
},
{
"id": 3345
},
{
"id": 54621,
"group_ids": [
4332,
5433,
678
]
}
]
}Response
Reset Content