cURL
curl --request PUT \ --url https://api.morphic.io/api/notes/{note_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "entity_type": "<string>", "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "body": "<string>", "pinned": true, "metadata": {} } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "entity_type": "<string>", "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "body": "<string>", "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "pinned": false, "metadata": {}, "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Update an existing note’s content.
API key (sk_xxx) from Developer Settings. No X-Account-ID needed.
255
1
Successful Response
Entity type this note references (company, contact, deal, activity).
Primary entity identifier the note is attached to.