cURL
curl --request PUT \ --url https://api.devin.ai/v1/knowledge/{note_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>", "name": "<string>", "trigger_description": "<string>", "macro": "<string>", "parent_folder_id": "<string>", "pinned_repo": "<string>" } '
{ "body": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "trigger_description": "<string>", "created_by": { "full_name": "<string>", "id": "<string>", "image_url": "<string>" }, "macro": "<string>", "parent_folder_id": "<string>", "pinned_repo": "<string>" }
Mettre à jour une entrée Knowledge existante.
API key personnelle (apk_user_) ou API key de service (apk_)
Réponse en cas de succès
Informations sur l’auteur de l’entrée Knowledge.
Afficher attributs enfants