articles
Update article
Update an article by passing full body parameters.
put/account/articles/{article_id}
Path parameters
article_idinteger required
Article unique identifier
Request body
Example request
{
"title": "Test article title",
"description": "Test description of article",
"is_metadata_record": true,
"metadata_reason": "hosted somewhere else",
"tags": [
"tag1",
"tag2"
],
"keywords": [
"tag1",
"tag2"
],
"references": [
"http://figshare.com",
"http://api.figshare.com"
],
"related_materials": [
{
"id": 10432,
"identifier": "10.6084/m9.figshare.1407024",
"identifier_type": "DOI",
"relation": "IsSupplementTo",
"title": "Figshare for institutions brochure",
"is_linkout": false
}
],
"categories": [
1,
10,
11
],
"categories_by_source_id": [
"300204",
"400207"
],
"authors": [
{
"name": "John Doe"
},
{
"id": 1000008
}
],
"custom_fields": {
"defined_key": "value for it"
},
"custom_fields_list": [
{
"name": "key"
}
],
"defined_type": "media",
"license": 1,
"timeline": {
"firstOnline": "2015-12-31",
"publisherPublication": "2015-12-31",
"publisherAcceptance": "2015-12-31"
}
}Response
Reset Content