Update Knowledge Item
This endpoint updates an existing knowledge item in your Fini workspace by ID.
Headers
API key for authentication. Format: Bearer your_api_key_here.
Path Parameters
The unique ID of the knowledge item to be updated.
Body Parameters
List of bot IDs that this knowledge item is associated with.
Status of the item. Valid values: LIVE, IN_REVIEW, DRAFT.
Updated question for this knowledge item
Updated answer for this knowledge item
AI agent Instructions associated with the item
List of similar questions to the main question.
List of keywords to help with search and categorization.
Categories under which the item is grouped.
Subcategories under which the item is grouped.
Whether this item is marked for escalation.
Response
Unique ID of the updated knowledge item.
ID of the company that owns the knowledge item.
ID of the user who updated the knowledge item.
Timestamp of when the item was originally created.
Timestamp of the last update to the item.
Auto-generated knowledge number.
Status of the item: LIVE, IN_REVIEW, or DRAFT.
The updated answer text.
The updated question text.
Updated list of similar questions.
Updated keywords associated with the knowledge item.
Updated categories under which the item is grouped.
Updated subcategories under which the item is grouped.
Whether the item is marked for escalation.
ID of the user who last updated the item.
Updated instruction associated with the item.