cURL
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 }
Move one or more articles to a group. Pass null for groupId to remove articles from their current group. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response