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
Example request
{
"articles": [
2000003,
2000004
]
}Response
Reset Content