collections

Replace collection articles

Associate new articles with the collection. This will remove all already associated articles and add these new ones

put/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

Changes

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