Move article
Knowledge
Move article
Move an article into a different folder.
PUT
Move article
Use this route to move an article between folders in the knowledge tree.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Article ID to move.
Body parameters
Destination folder ID.
Response
Returns the moved article object. See Manage knowledge for the shared article fields.The response reflects the article after its
parentFolderId has been updated.Errors
400 Bad Request
400 Bad Request
The request body is malformed.
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope.404 Not Found
404 Not Found
The article or destination folder does not exist in the workspace.

