Move knowledge folder
Knowledge
Move knowledge folder
Move a folder under a different parent in the knowledge tree.
PUT
Move knowledge folder
Use this route to change where a folder sits in the tree.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Folder ID to move.
Body parameters
Destination parent folder ID.
Response
Returns the moved knowledge folder object. See Organize knowledge for the shared folder fields.The response reflects the folder 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 or Not Acceptable
404 or Not Acceptable
The folder does not exist, the destination parent folder does not exist, or the requested tree change is not allowed.

