v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
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