collections

Add collection articles

Associate new articles with the collection. This will add new articles to the list of already associated articles

post/account/collections/{collection_id}/articles

Path parameters

collection_idinteger required

Collection unique identifier

Request body

articlesinteger[] required

List of article ids

Example request

{
  "articles": [
    2000003,
    2000004
  ]
}

Response

Reset Content

locationstring url required

Url for item

Changes

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