Skip to main content
POST
/
docs
/
groups
/
move-articles
Move articles to group
curl --request POST \
  --url https://productlane.com/api/v1/docs/groups/move-articles \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "articleIds": [
    "<string>"
  ],
  "groupId": "<string>"
}
'
{
  "updatedCount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
articleIds
string[]
required
Minimum array length: 1
Minimum string length: 1
groupId
string | null
required

Response

Successful response

updatedCount
number
required