v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Replace article categories

Associate new categories with the article. This will remove all already associated categories and add these new ones

put/account/articles/{article_id}/categories

Path parameters

article_idinteger required

Article unique identifier

Request body

categoriesinteger[] required

List of category ids

Example request

{
  "categories": [
    1,
    10,
    11
  ]
}

Response

Reset Content