简体中文
cURL
curl --request PUT \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/knowledge/notes/{note_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>", "name": "<string>", "trigger": "<string>" } '
{ "access_type": "enterprise", "body": "<string>", "created_at": 123, "folder_id": "<string>", "is_enabled": true, "name": "<string>", "note_id": "<string>", "org_id": "<string>", "trigger": "<string>", "updated_at": 123 }
Update a note for an organization.
ManageAccountKnowledge
Service User credential (prefix: cog_)
Successful Response
enterprise
org