# Move article Move a knowledge article to a new parent Endpoint: PATCH /beta/knowledge/articles/{articleId}/parent/{parentId} Version: beta Security: ApiKeyAuth ## Path parameters: - `articleId` (string, required) - `parentId` (string, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required) ## Response 204 fields