v1
latestOpenAPI 3.1.02026-07-13231960.5 KBKnowledge
Update knowledge
Update the name, body, or trigger of a piece of knowledge.
put/v1/knowledge/{note_id}
Path parameters
note_idstring required
The ID of the knowledge to update
Request body
Example request
{
"pinned_repo": "all"
}Response
Knowledge successfully updated. Returns the updated knowledge.
Example response
{
"pinned_repo": "all"
}