Update knowledge folder
Knowledge
Update knowledge folder
Update a folder’s title, description, or active state.
PUT
Update knowledge folder
Use this route to update an existing folder in the knowledge tree.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Folder ID to update.
Body parameters
Updated folder title.
Updated folder description.
Whether the folder should remain active.
Response
Returns the full updated knowledge folder object. See Organize knowledge for the shared folder fields.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 folder does not exist in the workspace.

