Skip to main content
PUT
Update a note

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Body

application/json
title
string | null
required
content
string
required

The content of the note in HTML format.

pinned
boolean
required
source
enum<string> | null
Available options:
phone,
phoneInbound,
phoneOutbound,
inPerson,
onlineMeeting,
callAttempted
labelIds
string[]
createdById
string

The id of the user to attribute the note to.

Response

Note updated successfully.