Update article
Knowledge
Update article
Update an existing article.
PUT
Update article
Use this route to change the content or metadata of an existing article.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Article ID to update.
Body parameters
Updated article title.
Updated main knowledge body.
Updated instructions the agent should apply when using this article.
Updated question prompts for the article.
Updated keywords for the article.
Updated escalation flag.
Updated active state.
Updated help-center visibility.
This update route does not accept
parentFolderId, isDraft, or origin. Use Move article to change folders.Response
Returns the full updated article object. See Manage knowledge for the shared article fields.The response includes the article’s latest
version after the update is applied.Errors
400 Bad Request
400 Bad Request
The request body is malformed or one of the required arrays is empty.
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 does not exist in the workspace.

