articles

Update article version thumbnail

For a given public article version update the article thumbnail by choosing one of the associated files

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

Path parameters

article_idinteger required

Article unique identifier

version_idinteger required

Article version identifier

Request body

file_idinteger

File ID

Example request

{
  "file_id": 123
}

Response

Reset Content

Changes

No recorded changes to this endpoint across all 2 revisions of this API.