Documentation Index
Fetch the complete documentation index at: https://docs.journeybee.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
curl -X PATCH "https://app.journeybee.io/api/v1/lead-deals/{dealId}/notes/{noteId}" \
-H "Authorization: Bearer your-api-key-uuid" \
-H "Content-Type: application/json" \
-d '{"document": {"type": "doc", "content": [{"type": "paragraph", "content": [{"type": "text", "text": "Updated negotiation notes"}]}]}}'
Path Parameters
The unique identifier of the deal
The unique identifier of the note to update
Request Body Schema
Updated rich text document content in ProseMirror format
Updated array of file attachment UUIDs
Updated array of user IDs to mention (triggers notifications)
Response Schema
Timestamp of when the note was last updated
Notes
- Requires API key with
write_access permission
- Important for deal audit trail