v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Update article version

Updating an article version by passing body parameters.

put/account/articles/{article_id}/versions/{version_id}

Path parameters

article_idinteger required

Article unique identifier

version_idinteger required

Article version identifier

Request body

supplementary_fieldsobject[]

List of supplementary fields to be associated with the article version

internal_metadataobject

List of supplementary fields to be associated with the article version

Example request

{
  "supplementary_fields": [
    {
      "name": "abc",
      "value": "def"
    },
    {
      "name": "fname",
      "value": "fvalue"
    }
  ],
  "internal_metadata": {
    "curation_review_date": "2021-11-16T13:03:38",
    "export_pdf_download_url": null
  }
}

Response

Reset Content

locationstring url required

Url for entity

warningsstring[] required

Issues encountered during the operation